blob: 80c2295b10d1947fda78e59c74f5aaade5ea6c0c [file] [log] [blame]
hassodda09522004-10-07 21:40:25 +000012004-10-07 Hasso Tepper <hasso at quagga.net>
2
3 * vtysh.c, vtysh.h, vtysh_config.c, vtysh_main.c: Fix compiler
4 warnings: make strings const, signed -> unsigned, remove unused
5 variables.
6 * vtysh_config.c: Fix crash introduced with previous patch.
7
hassoe7168df2004-10-03 20:11:32 +000082004-10-03 Hasso Tepper <hasso at quagga.net>
9
10 * vtsyh_main.c: Enter into enable node by default. Disable node doesn't
11 make sense if we don't have any authentication for enable.
12 * vtysh.c: Implement "show running-daemons" command.
13 * vtysh.c: Use either integrated conf or daemon conf not both. Move
14 configuration command into "service" level.
15 * vtysh.c: Remove "write ..." commands from other nodes than enable.
16 We have "do ..." extension for that.
17 * vtysh_config.c, vtysh.c: Integrate vtysh configuration into
18 integrated one.
19 * vtysh_config.c: Use FORWARD_NODE and SERVICE_NODE vty nodes.
20 * vtysh_config.c: Make "service" lines unique in integrated config.
21 * vtysh.c: Make "service password-encryption" command work in vtysh.
22 * vtysh_config.c, vtysh.c, Makefile.am, extract.pl.in: Introduce line
23 vty commands in vtysh. Parse lib/vty.c for commands, but ignore
24 commands that don't make sense in vtysh. Closes Bugzilla #104.
25 * vtysh.c: Make "[enable] password" commands work in vtysh. Behavior
26 is similar to "log" commands - vtysh just passes commands to all
27 daemons.
28 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove any code dealing with
29 configuration files specified from command line. We read/write files
30 from/to system location only (ie. remove -f again).
31 * Makefile.am: Parse zebra/router-id.c.
32
hasso42895462004-09-26 16:25:07 +0000332004-09-26 Hasso Tepper <hasso at quagga.net>
34
35 * vtysh.c: Fix compiler warning.
36
paul2852de12004-09-17 06:52:16 +0000372004-09-17 Paul Jakma <paul@dishone.st>
38
39 * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily
40 split across reads, dont get confused by this and block forever.
41
paul0e82d0e2004-09-13 05:00:18 +0000422004-09-13 Paul Jakma <paul@dishone.st>
43
44 * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir.
paulb63dc1f2004-09-13 12:59:08 +000045 remove zebra/irdp.c from list - dead.
paul0e82d0e2004-09-13 05:00:18 +000046 * extract.pl.in: match on end of filenames, filename could contain
paulb63dc1f2004-09-13 12:59:08 +000047 various preamble due to out of tree builds. Substitute in the
48 autoconf srcdir/builddir paths for includes to cpp.
paul0e82d0e2004-09-13 05:00:18 +000049
hassoe42f5a32004-08-28 17:04:33 +0000502004-08-28 Hasso Tepper <hasso at quagga.net>
51
52 * vtysh_main.c: Rename signal handling functions not to conflict
53 with functions from lib/sigevent.c.
54
hasso67e29ab2004-08-26 22:21:31 +0000552004-08-27 Hasso Tepper <hasso at quagga.net>
56
hasso34553cc2004-08-27 13:56:39 +000057 * vtysh.c: Make "terminal length <0-512>" command work in vtysh.
58
592004-08-27 Hasso Tepper <hasso at quagga.net>
60
hasso67e29ab2004-08-26 22:21:31 +000061 * vtysh.c: Enable using ssh from ENABLE_NODE.
62 * vtysh_config.c: Make enable password uniq lines appear only once in
63 configuration.
64 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
65 searched configuration files from current directory. Add -f to
66 specify conf from command line.
67
682004-08-26 Hasso Tepper <hasso at quagga.net>
hasso95e735b2004-08-26 13:08:30 +000069
70 * *.c: Cosmetical changes - strip long lines, fix multiline comments
71 style, indentation fixes, remove useless comments.
72 * vtysh.h: define VTYSH_INTERFACE.
73 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
74 items.
75 * vtysh.c: Move things around a little to reduce spaghetti mess.
76 * Makefile.am: Parse only needed files from zebra daemon while
77 building vtysh_cmd.c file to supress warnings.
78
gdtfc9d0742004-06-30 14:25:12 +0000792004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
80
81 * extract.pl.in: Rename from extract.pl, with @PERL@.
82
83 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
84
hasso6c0f9a72004-06-20 09:30:57 +0000852004-06-20 Hasso Tepper <hasso@estpak.ee>
86
87 * extract.pl: Zebra daemon has access lists as well.
88
hasso2a56df92004-05-09 23:16:40 +0000892004-05-10 Hasso Tepper <hasso@estpak.ee>
90
91 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
92
hasso4991f6c2004-04-06 11:36:17 +0000932004-04-06 Hasso Tepper <hasso@estpak.ee>
94
95 * vtysh_main.c: Don't save command to history if last command already
96 there is same.
97 * vtysh_main.c: Replace -e with -c.
98 * vtysh_main.c: Fix help.
99
hassofa2b17e2004-03-04 17:45:00 +00001002004-03-04 Hasso Tepper <hasso@estpak.ee>
101
102 * vtysh.c: Remove using PAGER.
103
paul13b8baa2004-01-15 01:00:49 +00001042004-01-15 Paul Jakma <paul@dishone.st>
105
106 * vtysh_config.c: Fix up strlen to use correct string.
107
hassoba6dffe2003-12-23 10:43:09 +00001082003-12-23 Hasso Tepper <hasso@estpak.ee>
109
110 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
111 isisd integration to vtysh.
112
paul445f1432003-05-16 19:00:31 +00001132003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
114
115 vtysh.c: Program shouldn't terminate on pager execution failure
116 vtysh_user.c: configure support for openpam (freebsd5.0)
117
1182003-04-19 Hasso Tepper <hasso@estpak.ee>
119
120 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
121 have same syntax
122
paul4fc01e62002-12-13 20:49:00 +00001232002-09-30 Paul Jakma <paulzebra@rs250.org>
124
125 * vtysh.c: add 'write-config (integrated|daemon)' option
126 to specifiy whether write config commands should write
127 integrated Zebra.conf file and/or per daemon files.
128 Defaults to per daemon, unless this is turned off.
129
paul718e3742002-12-13 20:15:29 +00001302002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
131
132 * zebra-0.93 released.
133
1342001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
135
136 * zebra-0.92a released.
137
1382001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
139
140 * zebra-0.92 released.
141
1422001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
145 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
146
1472001-02-15 Hideto Yamakawa <yamakawa@dml.com>
148
149 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
150
151 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
152
1532001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
156
1572001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
158
159 * vtysh.c: VTY shell pager name. When environment variable
160 VTYSH_PAGER is defined, use it as VTY shell pager.
161
1622001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * vtysh.c (vtysh_execute_func): Add pager argument for test of
165 pager invocation.
166
1672001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
168
169 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
170
1712001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
172
173 * vtysh.c (vtysh_client_config): Use sysconf to determine output
174 buffer size.
175 (vtysh_write_memory): Set umask 0077.
176 (vtysh_connect): Check permission to the socket.
177
1782001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * zebra-0.91 is released.
181
1822001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
183
184 * vtysh.c (new_completion): Fix problem of appending space when
185 completion is executed.
186
1872001-01-23 Akihiro Mizutani <mizutani@dml.com>
188
189 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
190
1912001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
194 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
195
1962001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * zebra-0.90 is released.
199
2002001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
203 Ranney" <mjr@ranney.com>
204
2052000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
208
2092000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * vtysh.c (execute_command): Add two arguemnt support for
212 executing child process.
213 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
214
2152000-10-23 Akihiro Mizutani <mizutani@dml.com>
216
217 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
218 saved without problem.
219
2202000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
223 flag problem is fixed.
224
2252000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * vtysh_user.c: Change to use linklist.c.
228
2292000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
232
233 * zebra-0.89 is released.
234
2352000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * vtysh_main.c: Declare thread master.
238
2392000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * vtysh_main.c (main): Add missing --help procudure. Reported by
242 Patrick Rother <krd@roka.net>.
243
2442000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * vtysh.c (DEFUNSH): "interface IFNAME" works.
247
2482000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * vtysh_user.c: Change name from vtysh_pam.c.
251
252 * vtysh.conf.sample: New file for vtysh configuration.
253
2542000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * vtysh_pam.c (vtysh_pam): New file for PAM.
257
2582000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
259
260 * zebra-0.88 is released.
261
2622000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
265
266 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
267 backward compatibility.
268
2692000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
270
271 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
272 time.
273
2742000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * vtysh.c (signal_init): Ignore SIGPIPE signal.
277
2782000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * extract.pl: ALIAS command can be extracted by extract.pl.
281
2822000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * extract.pl: Fix scalar and array semantics.
285
286 * vtysh.c (vtysh_telnet): Add "telnet" client command.
287
2882000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
289
290 * vtysh.c (main): Add -e flag for passing command from arugment.
291 (vtysh_ping): Add "ping" command for test of command execution.
292 (init_node): Add "traceroute" command.
293 (vtysh_start_shell): Add "start-shell", "start-shell bash",
294 "start-shell zsh".
295 (sigint): Add check for execute_flag for avoid duplicate prompt.
296
2972000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
298
299 * vtysh.c: New file for vty shell.
300 * vtysh.h: Likewise.
301 * extract.pl: Likewise.
302 * vtysh_cmd.c: Generate by extract.pl.