blob: 8e6684d2146fc652dec1db94212b55302b906e7b [file] [log] [blame]
paul0e82d0e2004-09-13 05:00:18 +000012004-09-13 Paul Jakma <paul@dishone.st>
2
3 * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir.
4 * extract.pl.in: match on end of filenames, filename could contain
5 various preamble due to out of tree builds.
6
hassoe42f5a32004-08-28 17:04:33 +000072004-08-28 Hasso Tepper <hasso at quagga.net>
8
9 * vtysh_main.c: Rename signal handling functions not to conflict
10 with functions from lib/sigevent.c.
11
hasso67e29ab2004-08-26 22:21:31 +0000122004-08-27 Hasso Tepper <hasso at quagga.net>
13
hasso34553cc2004-08-27 13:56:39 +000014 * vtysh.c: Make "terminal length <0-512>" command work in vtysh.
15
162004-08-27 Hasso Tepper <hasso at quagga.net>
17
hasso67e29ab2004-08-26 22:21:31 +000018 * vtysh.c: Enable using ssh from ENABLE_NODE.
19 * vtysh_config.c: Make enable password uniq lines appear only once in
20 configuration.
21 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
22 searched configuration files from current directory. Add -f to
23 specify conf from command line.
24
252004-08-26 Hasso Tepper <hasso at quagga.net>
hasso95e735b2004-08-26 13:08:30 +000026
27 * *.c: Cosmetical changes - strip long lines, fix multiline comments
28 style, indentation fixes, remove useless comments.
29 * vtysh.h: define VTYSH_INTERFACE.
30 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
31 items.
32 * vtysh.c: Move things around a little to reduce spaghetti mess.
33 * Makefile.am: Parse only needed files from zebra daemon while
34 building vtysh_cmd.c file to supress warnings.
35
gdtfc9d0742004-06-30 14:25:12 +0000362004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
37
38 * extract.pl.in: Rename from extract.pl, with @PERL@.
39
40 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
41
hasso6c0f9a72004-06-20 09:30:57 +0000422004-06-20 Hasso Tepper <hasso@estpak.ee>
43
44 * extract.pl: Zebra daemon has access lists as well.
45
hasso2a56df92004-05-09 23:16:40 +0000462004-05-10 Hasso Tepper <hasso@estpak.ee>
47
48 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
49
hasso4991f6c2004-04-06 11:36:17 +0000502004-04-06 Hasso Tepper <hasso@estpak.ee>
51
52 * vtysh_main.c: Don't save command to history if last command already
53 there is same.
54 * vtysh_main.c: Replace -e with -c.
55 * vtysh_main.c: Fix help.
56
hassofa2b17e2004-03-04 17:45:00 +0000572004-03-04 Hasso Tepper <hasso@estpak.ee>
58
59 * vtysh.c: Remove using PAGER.
60
paul13b8baa2004-01-15 01:00:49 +0000612004-01-15 Paul Jakma <paul@dishone.st>
62
63 * vtysh_config.c: Fix up strlen to use correct string.
64
hassoba6dffe2003-12-23 10:43:09 +0000652003-12-23 Hasso Tepper <hasso@estpak.ee>
66
67 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
68 isisd integration to vtysh.
69
paul445f1432003-05-16 19:00:31 +0000702003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
71
72 vtysh.c: Program shouldn't terminate on pager execution failure
73 vtysh_user.c: configure support for openpam (freebsd5.0)
74
752003-04-19 Hasso Tepper <hasso@estpak.ee>
76
77 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
78 have same syntax
79
paul4fc01e62002-12-13 20:49:00 +0000802002-09-30 Paul Jakma <paulzebra@rs250.org>
81
82 * vtysh.c: add 'write-config (integrated|daemon)' option
83 to specifiy whether write config commands should write
84 integrated Zebra.conf file and/or per daemon files.
85 Defaults to per daemon, unless this is turned off.
86
paul718e3742002-12-13 20:15:29 +0000872002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
88
89 * zebra-0.93 released.
90
912001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
92
93 * zebra-0.92a released.
94
952001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
96
97 * zebra-0.92 released.
98
992001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
100
101 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
102 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
103
1042001-02-15 Hideto Yamakawa <yamakawa@dml.com>
105
106 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
107
108 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
109
1102001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
113
1142001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
115
116 * vtysh.c: VTY shell pager name. When environment variable
117 VTYSH_PAGER is defined, use it as VTY shell pager.
118
1192001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
120
121 * vtysh.c (vtysh_execute_func): Add pager argument for test of
122 pager invocation.
123
1242001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
125
126 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
127
1282001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
129
130 * vtysh.c (vtysh_client_config): Use sysconf to determine output
131 buffer size.
132 (vtysh_write_memory): Set umask 0077.
133 (vtysh_connect): Check permission to the socket.
134
1352001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
136
137 * zebra-0.91 is released.
138
1392001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
140
141 * vtysh.c (new_completion): Fix problem of appending space when
142 completion is executed.
143
1442001-01-23 Akihiro Mizutani <mizutani@dml.com>
145
146 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
147
1482001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
149
150 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
151 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
152
1532001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * zebra-0.90 is released.
156
1572001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
160 Ranney" <mjr@ranney.com>
161
1622000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
165
1662000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
167
168 * vtysh.c (execute_command): Add two arguemnt support for
169 executing child process.
170 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
171
1722000-10-23 Akihiro Mizutani <mizutani@dml.com>
173
174 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
175 saved without problem.
176
1772000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
180 flag problem is fixed.
181
1822000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * vtysh_user.c: Change to use linklist.c.
185
1862000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
189
190 * zebra-0.89 is released.
191
1922000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * vtysh_main.c: Declare thread master.
195
1962000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * vtysh_main.c (main): Add missing --help procudure. Reported by
199 Patrick Rother <krd@roka.net>.
200
2012000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * vtysh.c (DEFUNSH): "interface IFNAME" works.
204
2052000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * vtysh_user.c: Change name from vtysh_pam.c.
208
209 * vtysh.conf.sample: New file for vtysh configuration.
210
2112000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * vtysh_pam.c (vtysh_pam): New file for PAM.
214
2152000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * zebra-0.88 is released.
218
2192000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
220
221 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
222
223 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
224 backward compatibility.
225
2262000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
229 time.
230
2312000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
232
233 * vtysh.c (signal_init): Ignore SIGPIPE signal.
234
2352000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * extract.pl: ALIAS command can be extracted by extract.pl.
238
2392000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * extract.pl: Fix scalar and array semantics.
242
243 * vtysh.c (vtysh_telnet): Add "telnet" client command.
244
2452000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
246
247 * vtysh.c (main): Add -e flag for passing command from arugment.
248 (vtysh_ping): Add "ping" command for test of command execution.
249 (init_node): Add "traceroute" command.
250 (vtysh_start_shell): Add "start-shell", "start-shell bash",
251 "start-shell zsh".
252 (sigint): Add check for execute_flag for avoid duplicate prompt.
253
2542000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * vtysh.c: New file for vty shell.
257 * vtysh.h: Likewise.
258 * extract.pl: Likewise.
259 * vtysh_cmd.c: Generate by extract.pl.