blob: d439850cc9fa42c9a9f39199c2e4918c501f9b57 [file] [log] [blame]
hasso6c0f9a72004-06-20 09:30:57 +000012004-06-20 Hasso Tepper <hasso@estpak.ee>
2
3 * extract.pl: Zebra daemon has access lists as well.
4
hasso2a56df92004-05-09 23:16:40 +000052004-05-10 Hasso Tepper <hasso@estpak.ee>
6
7 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
8
hasso4991f6c2004-04-06 11:36:17 +000092004-04-06 Hasso Tepper <hasso@estpak.ee>
10
11 * vtysh_main.c: Don't save command to history if last command already
12 there is same.
13 * vtysh_main.c: Replace -e with -c.
14 * vtysh_main.c: Fix help.
15
hassofa2b17e2004-03-04 17:45:00 +0000162004-03-04 Hasso Tepper <hasso@estpak.ee>
17
18 * vtysh.c: Remove using PAGER.
19
paul13b8baa2004-01-15 01:00:49 +0000202004-01-15 Paul Jakma <paul@dishone.st>
21
22 * vtysh_config.c: Fix up strlen to use correct string.
23
hassoba6dffe2003-12-23 10:43:09 +0000242003-12-23 Hasso Tepper <hasso@estpak.ee>
25
26 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
27 isisd integration to vtysh.
28
paul445f1432003-05-16 19:00:31 +0000292003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
30
31 vtysh.c: Program shouldn't terminate on pager execution failure
32 vtysh_user.c: configure support for openpam (freebsd5.0)
33
342003-04-19 Hasso Tepper <hasso@estpak.ee>
35
36 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
37 have same syntax
38
paul4fc01e62002-12-13 20:49:00 +0000392002-09-30 Paul Jakma <paulzebra@rs250.org>
40
41 * vtysh.c: add 'write-config (integrated|daemon)' option
42 to specifiy whether write config commands should write
43 integrated Zebra.conf file and/or per daemon files.
44 Defaults to per daemon, unless this is turned off.
45
paul718e3742002-12-13 20:15:29 +0000462002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
47
48 * zebra-0.93 released.
49
502001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
51
52 * zebra-0.92a released.
53
542001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
55
56 * zebra-0.92 released.
57
582001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
59
60 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
61 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
62
632001-02-15 Hideto Yamakawa <yamakawa@dml.com>
64
65 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
66
67 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
68
692001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
70
71 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
72
732001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
74
75 * vtysh.c: VTY shell pager name. When environment variable
76 VTYSH_PAGER is defined, use it as VTY shell pager.
77
782001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
79
80 * vtysh.c (vtysh_execute_func): Add pager argument for test of
81 pager invocation.
82
832001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
84
85 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
86
872001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
88
89 * vtysh.c (vtysh_client_config): Use sysconf to determine output
90 buffer size.
91 (vtysh_write_memory): Set umask 0077.
92 (vtysh_connect): Check permission to the socket.
93
942001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
95
96 * zebra-0.91 is released.
97
982001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
99
100 * vtysh.c (new_completion): Fix problem of appending space when
101 completion is executed.
102
1032001-01-23 Akihiro Mizutani <mizutani@dml.com>
104
105 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
106
1072001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
108
109 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
110 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
111
1122001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
113
114 * zebra-0.90 is released.
115
1162001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
117
118 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
119 Ranney" <mjr@ranney.com>
120
1212000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
122
123 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
124
1252000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
126
127 * vtysh.c (execute_command): Add two arguemnt support for
128 executing child process.
129 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
130
1312000-10-23 Akihiro Mizutani <mizutani@dml.com>
132
133 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
134 saved without problem.
135
1362000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
137
138 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
139 flag problem is fixed.
140
1412000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
142
143 * vtysh_user.c: Change to use linklist.c.
144
1452000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
146
147 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
148
149 * zebra-0.89 is released.
150
1512000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
152
153 * vtysh_main.c: Declare thread master.
154
1552000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
156
157 * vtysh_main.c (main): Add missing --help procudure. Reported by
158 Patrick Rother <krd@roka.net>.
159
1602000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
161
162 * vtysh.c (DEFUNSH): "interface IFNAME" works.
163
1642000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
165
166 * vtysh_user.c: Change name from vtysh_pam.c.
167
168 * vtysh.conf.sample: New file for vtysh configuration.
169
1702000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
171
172 * vtysh_pam.c (vtysh_pam): New file for PAM.
173
1742000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
175
176 * zebra-0.88 is released.
177
1782000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
179
180 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
181
182 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
183 backward compatibility.
184
1852000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
186
187 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
188 time.
189
1902000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * vtysh.c (signal_init): Ignore SIGPIPE signal.
193
1942000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * extract.pl: ALIAS command can be extracted by extract.pl.
197
1982000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * extract.pl: Fix scalar and array semantics.
201
202 * vtysh.c (vtysh_telnet): Add "telnet" client command.
203
2042000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * vtysh.c (main): Add -e flag for passing command from arugment.
207 (vtysh_ping): Add "ping" command for test of command execution.
208 (init_node): Add "traceroute" command.
209 (vtysh_start_shell): Add "start-shell", "start-shell bash",
210 "start-shell zsh".
211 (sigint): Add check for execute_flag for avoid duplicate prompt.
212
2132000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
214
215 * vtysh.c: New file for vty shell.
216 * vtysh.h: Likewise.
217 * extract.pl: Likewise.
218 * vtysh_cmd.c: Generate by extract.pl.