blob: 0dbcb0d73a723d7c598ecdf2285a43e407cf6b6b [file] [log] [blame]
hassoe42f5a32004-08-28 17:04:33 +000012004-08-28 Hasso Tepper <hasso at quagga.net>
2
3 * vtysh_main.c: Rename signal handling functions not to conflict
4 with functions from lib/sigevent.c.
5
hasso67e29ab2004-08-26 22:21:31 +000062004-08-27 Hasso Tepper <hasso at quagga.net>
7
hasso34553cc2004-08-27 13:56:39 +00008 * vtysh.c: Make "terminal length <0-512>" command work in vtysh.
9
102004-08-27 Hasso Tepper <hasso at quagga.net>
11
hasso67e29ab2004-08-26 22:21:31 +000012 * vtysh.c: Enable using ssh from ENABLE_NODE.
13 * vtysh_config.c: Make enable password uniq lines appear only once in
14 configuration.
15 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
16 searched configuration files from current directory. Add -f to
17 specify conf from command line.
18
192004-08-26 Hasso Tepper <hasso at quagga.net>
hasso95e735b2004-08-26 13:08:30 +000020
21 * *.c: Cosmetical changes - strip long lines, fix multiline comments
22 style, indentation fixes, remove useless comments.
23 * vtysh.h: define VTYSH_INTERFACE.
24 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
25 items.
26 * vtysh.c: Move things around a little to reduce spaghetti mess.
27 * Makefile.am: Parse only needed files from zebra daemon while
28 building vtysh_cmd.c file to supress warnings.
29
gdtfc9d0742004-06-30 14:25:12 +0000302004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
31
32 * extract.pl.in: Rename from extract.pl, with @PERL@.
33
34 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
35
hasso6c0f9a72004-06-20 09:30:57 +0000362004-06-20 Hasso Tepper <hasso@estpak.ee>
37
38 * extract.pl: Zebra daemon has access lists as well.
39
hasso2a56df92004-05-09 23:16:40 +0000402004-05-10 Hasso Tepper <hasso@estpak.ee>
41
42 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
43
hasso4991f6c2004-04-06 11:36:17 +0000442004-04-06 Hasso Tepper <hasso@estpak.ee>
45
46 * vtysh_main.c: Don't save command to history if last command already
47 there is same.
48 * vtysh_main.c: Replace -e with -c.
49 * vtysh_main.c: Fix help.
50
hassofa2b17e2004-03-04 17:45:00 +0000512004-03-04 Hasso Tepper <hasso@estpak.ee>
52
53 * vtysh.c: Remove using PAGER.
54
paul13b8baa2004-01-15 01:00:49 +0000552004-01-15 Paul Jakma <paul@dishone.st>
56
57 * vtysh_config.c: Fix up strlen to use correct string.
58
hassoba6dffe2003-12-23 10:43:09 +0000592003-12-23 Hasso Tepper <hasso@estpak.ee>
60
61 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
62 isisd integration to vtysh.
63
paul445f1432003-05-16 19:00:31 +0000642003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
65
66 vtysh.c: Program shouldn't terminate on pager execution failure
67 vtysh_user.c: configure support for openpam (freebsd5.0)
68
692003-04-19 Hasso Tepper <hasso@estpak.ee>
70
71 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
72 have same syntax
73
paul4fc01e62002-12-13 20:49:00 +0000742002-09-30 Paul Jakma <paulzebra@rs250.org>
75
76 * vtysh.c: add 'write-config (integrated|daemon)' option
77 to specifiy whether write config commands should write
78 integrated Zebra.conf file and/or per daemon files.
79 Defaults to per daemon, unless this is turned off.
80
paul718e3742002-12-13 20:15:29 +0000812002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
82
83 * zebra-0.93 released.
84
852001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
86
87 * zebra-0.92a released.
88
892001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
90
91 * zebra-0.92 released.
92
932001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
94
95 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
96 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
97
982001-02-15 Hideto Yamakawa <yamakawa@dml.com>
99
100 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
101
102 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
103
1042001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
105
106 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
107
1082001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
109
110 * vtysh.c: VTY shell pager name. When environment variable
111 VTYSH_PAGER is defined, use it as VTY shell pager.
112
1132001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * vtysh.c (vtysh_execute_func): Add pager argument for test of
116 pager invocation.
117
1182001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
119
120 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
121
1222001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
123
124 * vtysh.c (vtysh_client_config): Use sysconf to determine output
125 buffer size.
126 (vtysh_write_memory): Set umask 0077.
127 (vtysh_connect): Check permission to the socket.
128
1292001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * zebra-0.91 is released.
132
1332001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
134
135 * vtysh.c (new_completion): Fix problem of appending space when
136 completion is executed.
137
1382001-01-23 Akihiro Mizutani <mizutani@dml.com>
139
140 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
141
1422001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
145 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
146
1472001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
148
149 * zebra-0.90 is released.
150
1512001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
154 Ranney" <mjr@ranney.com>
155
1562000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
157
158 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
159
1602000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * vtysh.c (execute_command): Add two arguemnt support for
163 executing child process.
164 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
165
1662000-10-23 Akihiro Mizutani <mizutani@dml.com>
167
168 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
169 saved without problem.
170
1712000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
174 flag problem is fixed.
175
1762000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * vtysh_user.c: Change to use linklist.c.
179
1802000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
181
182 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
183
184 * zebra-0.89 is released.
185
1862000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * vtysh_main.c: Declare thread master.
189
1902000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * vtysh_main.c (main): Add missing --help procudure. Reported by
193 Patrick Rother <krd@roka.net>.
194
1952000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * vtysh.c (DEFUNSH): "interface IFNAME" works.
198
1992000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
200
201 * vtysh_user.c: Change name from vtysh_pam.c.
202
203 * vtysh.conf.sample: New file for vtysh configuration.
204
2052000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * vtysh_pam.c (vtysh_pam): New file for PAM.
208
2092000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * zebra-0.88 is released.
212
2132000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
216
217 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
218 backward compatibility.
219
2202000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
223 time.
224
2252000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * vtysh.c (signal_init): Ignore SIGPIPE signal.
228
2292000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
230
231 * extract.pl: ALIAS command can be extracted by extract.pl.
232
2332000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * extract.pl: Fix scalar and array semantics.
236
237 * vtysh.c (vtysh_telnet): Add "telnet" client command.
238
2392000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * vtysh.c (main): Add -e flag for passing command from arugment.
242 (vtysh_ping): Add "ping" command for test of command execution.
243 (init_node): Add "traceroute" command.
244 (vtysh_start_shell): Add "start-shell", "start-shell bash",
245 "start-shell zsh".
246 (sigint): Add check for execute_flag for avoid duplicate prompt.
247
2482000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * vtysh.c: New file for vty shell.
251 * vtysh.h: Likewise.
252 * extract.pl: Likewise.
253 * vtysh_cmd.c: Generate by extract.pl.