blob: 1156afcd2d40001f3b7929608503c5e52b6c0fc7 [file] [log] [blame]
paul2852de12004-09-17 06:52:16 +000012004-09-17 Paul Jakma <paul@dishone.st>
2
3 * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily
4 split across reads, dont get confused by this and block forever.
5
paul0e82d0e2004-09-13 05:00:18 +000062004-09-13 Paul Jakma <paul@dishone.st>
7
8 * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir.
paulb63dc1f2004-09-13 12:59:08 +00009 remove zebra/irdp.c from list - dead.
paul0e82d0e2004-09-13 05:00:18 +000010 * extract.pl.in: match on end of filenames, filename could contain
paulb63dc1f2004-09-13 12:59:08 +000011 various preamble due to out of tree builds. Substitute in the
12 autoconf srcdir/builddir paths for includes to cpp.
paul0e82d0e2004-09-13 05:00:18 +000013
hassoe42f5a32004-08-28 17:04:33 +0000142004-08-28 Hasso Tepper <hasso at quagga.net>
15
16 * vtysh_main.c: Rename signal handling functions not to conflict
17 with functions from lib/sigevent.c.
18
hasso67e29ab2004-08-26 22:21:31 +0000192004-08-27 Hasso Tepper <hasso at quagga.net>
20
hasso34553cc2004-08-27 13:56:39 +000021 * vtysh.c: Make "terminal length <0-512>" command work in vtysh.
22
232004-08-27 Hasso Tepper <hasso at quagga.net>
24
hasso67e29ab2004-08-26 22:21:31 +000025 * vtysh.c: Enable using ssh from ENABLE_NODE.
26 * vtysh_config.c: Make enable password uniq lines appear only once in
27 configuration.
28 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
29 searched configuration files from current directory. Add -f to
30 specify conf from command line.
31
322004-08-26 Hasso Tepper <hasso at quagga.net>
hasso95e735b2004-08-26 13:08:30 +000033
34 * *.c: Cosmetical changes - strip long lines, fix multiline comments
35 style, indentation fixes, remove useless comments.
36 * vtysh.h: define VTYSH_INTERFACE.
37 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
38 items.
39 * vtysh.c: Move things around a little to reduce spaghetti mess.
40 * Makefile.am: Parse only needed files from zebra daemon while
41 building vtysh_cmd.c file to supress warnings.
42
gdtfc9d0742004-06-30 14:25:12 +0000432004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
44
45 * extract.pl.in: Rename from extract.pl, with @PERL@.
46
47 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
48
hasso6c0f9a72004-06-20 09:30:57 +0000492004-06-20 Hasso Tepper <hasso@estpak.ee>
50
51 * extract.pl: Zebra daemon has access lists as well.
52
hasso2a56df92004-05-09 23:16:40 +0000532004-05-10 Hasso Tepper <hasso@estpak.ee>
54
55 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
56
hasso4991f6c2004-04-06 11:36:17 +0000572004-04-06 Hasso Tepper <hasso@estpak.ee>
58
59 * vtysh_main.c: Don't save command to history if last command already
60 there is same.
61 * vtysh_main.c: Replace -e with -c.
62 * vtysh_main.c: Fix help.
63
hassofa2b17e2004-03-04 17:45:00 +0000642004-03-04 Hasso Tepper <hasso@estpak.ee>
65
66 * vtysh.c: Remove using PAGER.
67
paul13b8baa2004-01-15 01:00:49 +0000682004-01-15 Paul Jakma <paul@dishone.st>
69
70 * vtysh_config.c: Fix up strlen to use correct string.
71
hassoba6dffe2003-12-23 10:43:09 +0000722003-12-23 Hasso Tepper <hasso@estpak.ee>
73
74 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
75 isisd integration to vtysh.
76
paul445f1432003-05-16 19:00:31 +0000772003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
78
79 vtysh.c: Program shouldn't terminate on pager execution failure
80 vtysh_user.c: configure support for openpam (freebsd5.0)
81
822003-04-19 Hasso Tepper <hasso@estpak.ee>
83
84 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
85 have same syntax
86
paul4fc01e62002-12-13 20:49:00 +0000872002-09-30 Paul Jakma <paulzebra@rs250.org>
88
89 * vtysh.c: add 'write-config (integrated|daemon)' option
90 to specifiy whether write config commands should write
91 integrated Zebra.conf file and/or per daemon files.
92 Defaults to per daemon, unless this is turned off.
93
paul718e3742002-12-13 20:15:29 +0000942002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
95
96 * zebra-0.93 released.
97
982001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
99
100 * zebra-0.92a released.
101
1022001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
103
104 * zebra-0.92 released.
105
1062001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
107
108 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
109 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
110
1112001-02-15 Hideto Yamakawa <yamakawa@dml.com>
112
113 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
114
115 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
116
1172001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
118
119 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
120
1212001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * vtysh.c: VTY shell pager name. When environment variable
124 VTYSH_PAGER is defined, use it as VTY shell pager.
125
1262001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
127
128 * vtysh.c (vtysh_execute_func): Add pager argument for test of
129 pager invocation.
130
1312001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
132
133 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
134
1352001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
136
137 * vtysh.c (vtysh_client_config): Use sysconf to determine output
138 buffer size.
139 (vtysh_write_memory): Set umask 0077.
140 (vtysh_connect): Check permission to the socket.
141
1422001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * zebra-0.91 is released.
145
1462001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
147
148 * vtysh.c (new_completion): Fix problem of appending space when
149 completion is executed.
150
1512001-01-23 Akihiro Mizutani <mizutani@dml.com>
152
153 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
154
1552001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
158 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
159
1602001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * zebra-0.90 is released.
163
1642001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
167 Ranney" <mjr@ranney.com>
168
1692000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
170
171 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
172
1732000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
174
175 * vtysh.c (execute_command): Add two arguemnt support for
176 executing child process.
177 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
178
1792000-10-23 Akihiro Mizutani <mizutani@dml.com>
180
181 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
182 saved without problem.
183
1842000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
187 flag problem is fixed.
188
1892000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
190
191 * vtysh_user.c: Change to use linklist.c.
192
1932000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
194
195 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
196
197 * zebra-0.89 is released.
198
1992000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * vtysh_main.c: Declare thread master.
202
2032000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
204
205 * vtysh_main.c (main): Add missing --help procudure. Reported by
206 Patrick Rother <krd@roka.net>.
207
2082000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
209
210 * vtysh.c (DEFUNSH): "interface IFNAME" works.
211
2122000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
213
214 * vtysh_user.c: Change name from vtysh_pam.c.
215
216 * vtysh.conf.sample: New file for vtysh configuration.
217
2182000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
219
220 * vtysh_pam.c (vtysh_pam): New file for PAM.
221
2222000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
223
224 * zebra-0.88 is released.
225
2262000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
229
230 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
231 backward compatibility.
232
2332000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
236 time.
237
2382000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
239
240 * vtysh.c (signal_init): Ignore SIGPIPE signal.
241
2422000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
243
244 * extract.pl: ALIAS command can be extracted by extract.pl.
245
2462000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * extract.pl: Fix scalar and array semantics.
249
250 * vtysh.c (vtysh_telnet): Add "telnet" client command.
251
2522000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
253
254 * vtysh.c (main): Add -e flag for passing command from arugment.
255 (vtysh_ping): Add "ping" command for test of command execution.
256 (init_node): Add "traceroute" command.
257 (vtysh_start_shell): Add "start-shell", "start-shell bash",
258 "start-shell zsh".
259 (sigint): Add check for execute_flag for avoid duplicate prompt.
260
2612000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
262
263 * vtysh.c: New file for vty shell.
264 * vtysh.h: Likewise.
265 * extract.pl: Likewise.
266 * vtysh_cmd.c: Generate by extract.pl.