blob: 54960e1abb23fde2fe3096c71bea739fec8e2ce1 [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.
paulb63dc1f2004-09-13 12:59:08 +00004 remove zebra/irdp.c from list - dead.
paul0e82d0e2004-09-13 05:00:18 +00005 * extract.pl.in: match on end of filenames, filename could contain
paulb63dc1f2004-09-13 12:59:08 +00006 various preamble due to out of tree builds. Substitute in the
7 autoconf srcdir/builddir paths for includes to cpp.
paul0e82d0e2004-09-13 05:00:18 +00008
hassoe42f5a32004-08-28 17:04:33 +000092004-08-28 Hasso Tepper <hasso at quagga.net>
10
11 * vtysh_main.c: Rename signal handling functions not to conflict
12 with functions from lib/sigevent.c.
13
hasso67e29ab2004-08-26 22:21:31 +0000142004-08-27 Hasso Tepper <hasso at quagga.net>
15
hasso34553cc2004-08-27 13:56:39 +000016 * vtysh.c: Make "terminal length <0-512>" command work in vtysh.
17
182004-08-27 Hasso Tepper <hasso at quagga.net>
19
hasso67e29ab2004-08-26 22:21:31 +000020 * vtysh.c: Enable using ssh from ENABLE_NODE.
21 * vtysh_config.c: Make enable password uniq lines appear only once in
22 configuration.
23 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
24 searched configuration files from current directory. Add -f to
25 specify conf from command line.
26
272004-08-26 Hasso Tepper <hasso at quagga.net>
hasso95e735b2004-08-26 13:08:30 +000028
29 * *.c: Cosmetical changes - strip long lines, fix multiline comments
30 style, indentation fixes, remove useless comments.
31 * vtysh.h: define VTYSH_INTERFACE.
32 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
33 items.
34 * vtysh.c: Move things around a little to reduce spaghetti mess.
35 * Makefile.am: Parse only needed files from zebra daemon while
36 building vtysh_cmd.c file to supress warnings.
37
gdtfc9d0742004-06-30 14:25:12 +0000382004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
39
40 * extract.pl.in: Rename from extract.pl, with @PERL@.
41
42 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
43
hasso6c0f9a72004-06-20 09:30:57 +0000442004-06-20 Hasso Tepper <hasso@estpak.ee>
45
46 * extract.pl: Zebra daemon has access lists as well.
47
hasso2a56df92004-05-09 23:16:40 +0000482004-05-10 Hasso Tepper <hasso@estpak.ee>
49
50 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
51
hasso4991f6c2004-04-06 11:36:17 +0000522004-04-06 Hasso Tepper <hasso@estpak.ee>
53
54 * vtysh_main.c: Don't save command to history if last command already
55 there is same.
56 * vtysh_main.c: Replace -e with -c.
57 * vtysh_main.c: Fix help.
58
hassofa2b17e2004-03-04 17:45:00 +0000592004-03-04 Hasso Tepper <hasso@estpak.ee>
60
61 * vtysh.c: Remove using PAGER.
62
paul13b8baa2004-01-15 01:00:49 +0000632004-01-15 Paul Jakma <paul@dishone.st>
64
65 * vtysh_config.c: Fix up strlen to use correct string.
66
hassoba6dffe2003-12-23 10:43:09 +0000672003-12-23 Hasso Tepper <hasso@estpak.ee>
68
69 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
70 isisd integration to vtysh.
71
paul445f1432003-05-16 19:00:31 +0000722003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
73
74 vtysh.c: Program shouldn't terminate on pager execution failure
75 vtysh_user.c: configure support for openpam (freebsd5.0)
76
772003-04-19 Hasso Tepper <hasso@estpak.ee>
78
79 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
80 have same syntax
81
paul4fc01e62002-12-13 20:49:00 +0000822002-09-30 Paul Jakma <paulzebra@rs250.org>
83
84 * vtysh.c: add 'write-config (integrated|daemon)' option
85 to specifiy whether write config commands should write
86 integrated Zebra.conf file and/or per daemon files.
87 Defaults to per daemon, unless this is turned off.
88
paul718e3742002-12-13 20:15:29 +0000892002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
90
91 * zebra-0.93 released.
92
932001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
94
95 * zebra-0.92a released.
96
972001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
98
99 * zebra-0.92 released.
100
1012001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
102
103 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
104 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
105
1062001-02-15 Hideto Yamakawa <yamakawa@dml.com>
107
108 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
109
110 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
111
1122001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
113
114 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
115
1162001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
117
118 * vtysh.c: VTY shell pager name. When environment variable
119 VTYSH_PAGER is defined, use it as VTY shell pager.
120
1212001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * vtysh.c (vtysh_execute_func): Add pager argument for test of
124 pager invocation.
125
1262001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
129
1302001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
131
132 * vtysh.c (vtysh_client_config): Use sysconf to determine output
133 buffer size.
134 (vtysh_write_memory): Set umask 0077.
135 (vtysh_connect): Check permission to the socket.
136
1372001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
138
139 * zebra-0.91 is released.
140
1412001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
142
143 * vtysh.c (new_completion): Fix problem of appending space when
144 completion is executed.
145
1462001-01-23 Akihiro Mizutani <mizutani@dml.com>
147
148 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
149
1502001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
151
152 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
153 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
154
1552001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * zebra-0.90 is released.
158
1592001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
160
161 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
162 Ranney" <mjr@ranney.com>
163
1642000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
167
1682000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * vtysh.c (execute_command): Add two arguemnt support for
171 executing child process.
172 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
173
1742000-10-23 Akihiro Mizutani <mizutani@dml.com>
175
176 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
177 saved without problem.
178
1792000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
180
181 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
182 flag problem is fixed.
183
1842000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * vtysh_user.c: Change to use linklist.c.
187
1882000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
191
192 * zebra-0.89 is released.
193
1942000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * vtysh_main.c: Declare thread master.
197
1982000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * vtysh_main.c (main): Add missing --help procudure. Reported by
201 Patrick Rother <krd@roka.net>.
202
2032000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
204
205 * vtysh.c (DEFUNSH): "interface IFNAME" works.
206
2072000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * vtysh_user.c: Change name from vtysh_pam.c.
210
211 * vtysh.conf.sample: New file for vtysh configuration.
212
2132000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * vtysh_pam.c (vtysh_pam): New file for PAM.
216
2172000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
218
219 * zebra-0.88 is released.
220
2212000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
224
225 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
226 backward compatibility.
227
2282000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
231 time.
232
2332000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * vtysh.c (signal_init): Ignore SIGPIPE signal.
236
2372000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * extract.pl: ALIAS command can be extracted by extract.pl.
240
2412000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * extract.pl: Fix scalar and array semantics.
244
245 * vtysh.c (vtysh_telnet): Add "telnet" client command.
246
2472000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
248
249 * vtysh.c (main): Add -e flag for passing command from arugment.
250 (vtysh_ping): Add "ping" command for test of command execution.
251 (init_node): Add "traceroute" command.
252 (vtysh_start_shell): Add "start-shell", "start-shell bash",
253 "start-shell zsh".
254 (sigint): Add check for execute_flag for avoid duplicate prompt.
255
2562000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
257
258 * vtysh.c: New file for vty shell.
259 * vtysh.h: Likewise.
260 * extract.pl: Likewise.
261 * vtysh_cmd.c: Generate by extract.pl.