blob: e73317d4ad2c61444d96c798cbe9fe1274df794f [file] [log] [blame]
hasso95e735b2004-08-26 13:08:30 +000012004-08-26 Hasso Tepper <hasso@estpak.ee>
2
3 * *.c: Cosmetical changes - strip long lines, fix multiline comments
4 style, indentation fixes, remove useless comments.
5 * vtysh.h: define VTYSH_INTERFACE.
6 * vtysh.c: Use VTYSH_INTERFACE where possible. Added some related TODO
7 items.
8 * vtysh.c: Move things around a little to reduce spaghetti mess.
9 * Makefile.am: Parse only needed files from zebra daemon while
10 building vtysh_cmd.c file to supress warnings.
11
gdtfc9d0742004-06-30 14:25:12 +0000122004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
13
14 * extract.pl.in: Rename from extract.pl, with @PERL@.
15
16 * Makefile.am: Add vtysh_cmds.c to CLEANFILES.
17
hasso6c0f9a72004-06-20 09:30:57 +0000182004-06-20 Hasso Tepper <hasso@estpak.ee>
19
20 * extract.pl: Zebra daemon has access lists as well.
21
hasso2a56df92004-05-09 23:16:40 +0000222004-05-10 Hasso Tepper <hasso@estpak.ee>
23
24 * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
25
hasso4991f6c2004-04-06 11:36:17 +0000262004-04-06 Hasso Tepper <hasso@estpak.ee>
27
28 * vtysh_main.c: Don't save command to history if last command already
29 there is same.
30 * vtysh_main.c: Replace -e with -c.
31 * vtysh_main.c: Fix help.
32
hassofa2b17e2004-03-04 17:45:00 +0000332004-03-04 Hasso Tepper <hasso@estpak.ee>
34
35 * vtysh.c: Remove using PAGER.
36
paul13b8baa2004-01-15 01:00:49 +0000372004-01-15 Paul Jakma <paul@dishone.st>
38
39 * vtysh_config.c: Fix up strlen to use correct string.
40
hassoba6dffe2003-12-23 10:43:09 +0000412003-12-23 Hasso Tepper <hasso@estpak.ee>
42
43 * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c:
44 isisd integration to vtysh.
45
paul445f1432003-05-16 19:00:31 +0000462003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net>
47
48 vtysh.c: Program shouldn't terminate on pager execution failure
49 vtysh_user.c: configure support for openpam (freebsd5.0)
50
512003-04-19 Hasso Tepper <hasso@estpak.ee>
52
53 * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to
54 have same syntax
55
paul4fc01e62002-12-13 20:49:00 +0000562002-09-30 Paul Jakma <paulzebra@rs250.org>
57
58 * vtysh.c: add 'write-config (integrated|daemon)' option
59 to specifiy whether write config commands should write
60 integrated Zebra.conf file and/or per daemon files.
61 Defaults to per daemon, unless this is turned off.
62
paul718e3742002-12-13 20:15:29 +0000632002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
64
65 * zebra-0.93 released.
66
672001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
68
69 * zebra-0.92a released.
70
712001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
72
73 * zebra-0.92 released.
74
752001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
76
77 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
78 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
79
802001-02-15 Hideto Yamakawa <yamakawa@dml.com>
81
82 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
83
84 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
85
862001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
87
88 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
89
902001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
91
92 * vtysh.c: VTY shell pager name. When environment variable
93 VTYSH_PAGER is defined, use it as VTY shell pager.
94
952001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
96
97 * vtysh.c (vtysh_execute_func): Add pager argument for test of
98 pager invocation.
99
1002001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
103
1042001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
105
106 * vtysh.c (vtysh_client_config): Use sysconf to determine output
107 buffer size.
108 (vtysh_write_memory): Set umask 0077.
109 (vtysh_connect): Check permission to the socket.
110
1112001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
112
113 * zebra-0.91 is released.
114
1152001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
116
117 * vtysh.c (new_completion): Fix problem of appending space when
118 completion is executed.
119
1202001-01-23 Akihiro Mizutani <mizutani@dml.com>
121
122 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
123
1242001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
125
126 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
127 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
128
1292001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * zebra-0.90 is released.
132
1332001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
134
135 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
136 Ranney" <mjr@ranney.com>
137
1382000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
141
1422000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * vtysh.c (execute_command): Add two arguemnt support for
145 executing child process.
146 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
147
1482000-10-23 Akihiro Mizutani <mizutani@dml.com>
149
150 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
151 saved without problem.
152
1532000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
156 flag problem is fixed.
157
1582000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * vtysh_user.c: Change to use linklist.c.
161
1622000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
165
166 * zebra-0.89 is released.
167
1682000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * vtysh_main.c: Declare thread master.
171
1722000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * vtysh_main.c (main): Add missing --help procudure. Reported by
175 Patrick Rother <krd@roka.net>.
176
1772000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * vtysh.c (DEFUNSH): "interface IFNAME" works.
180
1812000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
182
183 * vtysh_user.c: Change name from vtysh_pam.c.
184
185 * vtysh.conf.sample: New file for vtysh configuration.
186
1872000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * vtysh_pam.c (vtysh_pam): New file for PAM.
190
1912000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * zebra-0.88 is released.
194
1952000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
196
197 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
198
199 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
200 backward compatibility.
201
2022000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
203
204 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
205 time.
206
2072000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
208
209 * vtysh.c (signal_init): Ignore SIGPIPE signal.
210
2112000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * extract.pl: ALIAS command can be extracted by extract.pl.
214
2152000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * extract.pl: Fix scalar and array semantics.
218
219 * vtysh.c (vtysh_telnet): Add "telnet" client command.
220
2212000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
222
223 * vtysh.c (main): Add -e flag for passing command from arugment.
224 (vtysh_ping): Add "ping" command for test of command execution.
225 (init_node): Add "traceroute" command.
226 (vtysh_start_shell): Add "start-shell", "start-shell bash",
227 "start-shell zsh".
228 (sigint): Add check for execute_flag for avoid duplicate prompt.
229
2302000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * vtysh.c: New file for vty shell.
233 * vtysh.h: Likewise.
234 * extract.pl: Likewise.
235 * vtysh_cmd.c: Generate by extract.pl.