blob: f4bf93414edb93b15ffb9970d6b7fea0030bee4f [file] [log] [blame]
hassofa2b17e2004-03-04 17:45:00 +000012004-03-04 Hasso Tepper <hasso@estpak.ee>
2
3 * vtysh.c: Remove using PAGER.
4
paul13b8baa2004-01-15 01:00:49 +000052004-01-15 Paul Jakma <paul@dishone.st>
6
7 * vtysh_config.c: Fix up strlen to use correct string.
8
hassoba6dffe2003-12-23 10:43:09 +000092003-12-23 Hasso Tepper <hasso@estpak.ee>
10
11 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
12 isisd integration to vtysh.
13
paul445f1432003-05-16 19:00:31 +0000142003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
15
16 vtysh.c: Program shouldn't terminate on pager execution failure
17 vtysh_user.c: configure support for openpam (freebsd5.0)
18
192003-04-19 Hasso Tepper <hasso@estpak.ee>
20
21 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
22 have same syntax
23
paul4fc01e62002-12-13 20:49:00 +0000242002-09-30 Paul Jakma <paulzebra@rs250.org>
25
26 * vtysh.c: add 'write-config (integrated|daemon)' option
27 to specifiy whether write config commands should write
28 integrated Zebra.conf file and/or per daemon files.
29 Defaults to per daemon, unless this is turned off.
30
paul718e3742002-12-13 20:15:29 +0000312002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
32
33 * zebra-0.93 released.
34
352001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
36
37 * zebra-0.92a released.
38
392001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
40
41 * zebra-0.92 released.
42
432001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
44
45 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
46 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
47
482001-02-15 Hideto Yamakawa <yamakawa@dml.com>
49
50 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
51
52 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
53
542001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
55
56 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
57
582001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
59
60 * vtysh.c: VTY shell pager name. When environment variable
61 VTYSH_PAGER is defined, use it as VTY shell pager.
62
632001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
64
65 * vtysh.c (vtysh_execute_func): Add pager argument for test of
66 pager invocation.
67
682001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
69
70 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
71
722001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
73
74 * vtysh.c (vtysh_client_config): Use sysconf to determine output
75 buffer size.
76 (vtysh_write_memory): Set umask 0077.
77 (vtysh_connect): Check permission to the socket.
78
792001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
80
81 * zebra-0.91 is released.
82
832001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
84
85 * vtysh.c (new_completion): Fix problem of appending space when
86 completion is executed.
87
882001-01-23 Akihiro Mizutani <mizutani@dml.com>
89
90 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
91
922001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
93
94 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
95 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
96
972001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
98
99 * zebra-0.90 is released.
100
1012001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
104 Ranney" <mjr@ranney.com>
105
1062000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
107
108 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
109
1102000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * vtysh.c (execute_command): Add two arguemnt support for
113 executing child process.
114 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
115
1162000-10-23 Akihiro Mizutani <mizutani@dml.com>
117
118 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
119 saved without problem.
120
1212000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
124 flag problem is fixed.
125
1262000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * vtysh_user.c: Change to use linklist.c.
129
1302000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
131
132 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
133
134 * zebra-0.89 is released.
135
1362000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
137
138 * vtysh_main.c: Declare thread master.
139
1402000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
141
142 * vtysh_main.c (main): Add missing --help procudure. Reported by
143 Patrick Rother <krd@roka.net>.
144
1452000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
146
147 * vtysh.c (DEFUNSH): "interface IFNAME" works.
148
1492000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
150
151 * vtysh_user.c: Change name from vtysh_pam.c.
152
153 * vtysh.conf.sample: New file for vtysh configuration.
154
1552000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * vtysh_pam.c (vtysh_pam): New file for PAM.
158
1592000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
160
161 * zebra-0.88 is released.
162
1632000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
164
165 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
166
167 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
168 backward compatibility.
169
1702000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
171
172 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
173 time.
174
1752000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * vtysh.c (signal_init): Ignore SIGPIPE signal.
178
1792000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
180
181 * extract.pl: ALIAS command can be extracted by extract.pl.
182
1832000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
184
185 * extract.pl: Fix scalar and array semantics.
186
187 * vtysh.c (vtysh_telnet): Add "telnet" client command.
188
1892000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * vtysh.c (main): Add -e flag for passing command from arugment.
192 (vtysh_ping): Add "ping" command for test of command execution.
193 (init_node): Add "traceroute" command.
194 (vtysh_start_shell): Add "start-shell", "start-shell bash",
195 "start-shell zsh".
196 (sigint): Add check for execute_flag for avoid duplicate prompt.
197
1982000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * vtysh.c: New file for vty shell.
201 * vtysh.h: Likewise.
202 * extract.pl: Likewise.
203 * vtysh_cmd.c: Generate by extract.pl.