blob: aab737b3b50d8a204fd265e73e7b94297ffc6d0e [file] [log] [blame]
hasso67e29ab2004-08-26 22:21:31 +000012004-08-27 Hasso Tepper <hasso at quagga.net>
2
hasso34553cc2004-08-27 13:56:39 +00003 * vtysh.c: Make "terminal length <0-512>" command work in vtysh.
4
52004-08-27 Hasso Tepper <hasso at quagga.net>
6
hasso67e29ab2004-08-26 22:21:31 +00007 * vtysh.c: Enable using ssh from ENABLE_NODE.
8 * vtysh_config.c: Make enable password uniq lines appear only once in
9 configuration.
10 * vtysh_main.c, vtysh_config.c, vtysh.h: Remove useless code which
11 searched configuration files from current directory. Add -f to
12 specify conf from command line.
13
142004-08-26 Hasso Tepper <hasso at quagga.net>
hasso95e735b2004-08-26 13:08:30 +000015
16 * *.c: Cosmetical changes - strip long lines, fix multiline comments
17 style, indentation fixes, remove useless comments.
18 * vtysh.h: define VTYSH_INTERFACE.
19 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
20 items.
21 * vtysh.c: Move things around a little to reduce spaghetti mess.
22 * Makefile.am: Parse only needed files from zebra daemon while
23 building vtysh_cmd.c file to supress warnings.
24
gdtfc9d0742004-06-30 14:25:12 +0000252004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
26
27 * extract.pl.in: Rename from extract.pl, with @PERL@.
28
29 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
30
hasso6c0f9a72004-06-20 09:30:57 +0000312004-06-20 Hasso Tepper <hasso@estpak.ee>
32
33 * extract.pl: Zebra daemon has access lists as well.
34
hasso2a56df92004-05-09 23:16:40 +0000352004-05-10 Hasso Tepper <hasso@estpak.ee>
36
37 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
38
hasso4991f6c2004-04-06 11:36:17 +0000392004-04-06 Hasso Tepper <hasso@estpak.ee>
40
41 * vtysh_main.c: Don't save command to history if last command already
42 there is same.
43 * vtysh_main.c: Replace -e with -c.
44 * vtysh_main.c: Fix help.
45
hassofa2b17e2004-03-04 17:45:00 +0000462004-03-04 Hasso Tepper <hasso@estpak.ee>
47
48 * vtysh.c: Remove using PAGER.
49
paul13b8baa2004-01-15 01:00:49 +0000502004-01-15 Paul Jakma <paul@dishone.st>
51
52 * vtysh_config.c: Fix up strlen to use correct string.
53
hassoba6dffe2003-12-23 10:43:09 +0000542003-12-23 Hasso Tepper <hasso@estpak.ee>
55
56 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
57 isisd integration to vtysh.
58
paul445f1432003-05-16 19:00:31 +0000592003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
60
61 vtysh.c: Program shouldn't terminate on pager execution failure
62 vtysh_user.c: configure support for openpam (freebsd5.0)
63
642003-04-19 Hasso Tepper <hasso@estpak.ee>
65
66 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
67 have same syntax
68
paul4fc01e62002-12-13 20:49:00 +0000692002-09-30 Paul Jakma <paulzebra@rs250.org>
70
71 * vtysh.c: add 'write-config (integrated|daemon)' option
72 to specifiy whether write config commands should write
73 integrated Zebra.conf file and/or per daemon files.
74 Defaults to per daemon, unless this is turned off.
75
paul718e3742002-12-13 20:15:29 +0000762002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
77
78 * zebra-0.93 released.
79
802001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
81
82 * zebra-0.92a released.
83
842001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
85
86 * zebra-0.92 released.
87
882001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
89
90 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
91 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
92
932001-02-15 Hideto Yamakawa <yamakawa@dml.com>
94
95 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
96
97 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
98
992001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
100
101 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
102
1032001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
104
105 * vtysh.c: VTY shell pager name. When environment variable
106 VTYSH_PAGER is defined, use it as VTY shell pager.
107
1082001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
109
110 * vtysh.c (vtysh_execute_func): Add pager argument for test of
111 pager invocation.
112
1132001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
114
115 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
116
1172001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
118
119 * vtysh.c (vtysh_client_config): Use sysconf to determine output
120 buffer size.
121 (vtysh_write_memory): Set umask 0077.
122 (vtysh_connect): Check permission to the socket.
123
1242001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
125
126 * zebra-0.91 is released.
127
1282001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
129
130 * vtysh.c (new_completion): Fix problem of appending space when
131 completion is executed.
132
1332001-01-23 Akihiro Mizutani <mizutani@dml.com>
134
135 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
136
1372001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
138
139 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
140 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
141
1422001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * zebra-0.90 is released.
145
1462001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
149 Ranney" <mjr@ranney.com>
150
1512000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
154
1552000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * vtysh.c (execute_command): Add two arguemnt support for
158 executing child process.
159 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
160
1612000-10-23 Akihiro Mizutani <mizutani@dml.com>
162
163 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
164 saved without problem.
165
1662000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
167
168 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
169 flag problem is fixed.
170
1712000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
172
173 * vtysh_user.c: Change to use linklist.c.
174
1752000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
176
177 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
178
179 * zebra-0.89 is released.
180
1812000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * vtysh_main.c: Declare thread master.
184
1852000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * vtysh_main.c (main): Add missing --help procudure. Reported by
188 Patrick Rother <krd@roka.net>.
189
1902000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * vtysh.c (DEFUNSH): "interface IFNAME" works.
193
1942000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * vtysh_user.c: Change name from vtysh_pam.c.
197
198 * vtysh.conf.sample: New file for vtysh configuration.
199
2002000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * vtysh_pam.c (vtysh_pam): New file for PAM.
203
2042000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * zebra-0.88 is released.
207
2082000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
209
210 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
211
212 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
213 backward compatibility.
214
2152000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
218 time.
219
2202000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
221
222 * vtysh.c (signal_init): Ignore SIGPIPE signal.
223
2242000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
225
226 * extract.pl: ALIAS command can be extracted by extract.pl.
227
2282000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * extract.pl: Fix scalar and array semantics.
231
232 * vtysh.c (vtysh_telnet): Add "telnet" client command.
233
2342000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
235
236 * vtysh.c (main): Add -e flag for passing command from arugment.
237 (vtysh_ping): Add "ping" command for test of command execution.
238 (init_node): Add "traceroute" command.
239 (vtysh_start_shell): Add "start-shell", "start-shell bash",
240 "start-shell zsh".
241 (sigint): Add check for execute_flag for avoid duplicate prompt.
242
2432000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
244
245 * vtysh.c: New file for vty shell.
246 * vtysh.h: Likewise.
247 * extract.pl: Likewise.
248 * vtysh_cmd.c: Generate by extract.pl.