blob: 5818d5c0d3314ad86a30bf26faf2a3d19f1f335f [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +000012002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
2
3 * zebra-0.93 released.
4
52001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
6
7 * zebra-0.92a released.
8
92001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
10
11 * zebra-0.92 released.
12
132001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org>
14
15 * vtysh.c (vtysh_client_config): Do not set bufsz to 120.
16 Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
17
182001-02-15 Hideto Yamakawa <yamakawa@dml.com>
19
20 * vtysh.c (vtysh_client_execute): Call fflush after fprintf.
21
22 * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined.
23
242001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
25
26 * vtysh.c (vtysh_execute_func): Add fflush before pclose.
27
282001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
29
30 * vtysh.c: VTY shell pager name. When environment variable
31 VTYSH_PAGER is defined, use it as VTY shell pager.
32
332001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
34
35 * vtysh.c (vtysh_execute_func): Add pager argument for test of
36 pager invocation.
37
382001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
39
40 * extract.pl: Add -DHAVE_CONFIG_H option to cpp.
41
422001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
43
44 * vtysh.c (vtysh_client_config): Use sysconf to determine output
45 buffer size.
46 (vtysh_write_memory): Set umask 0077.
47 (vtysh_connect): Check permission to the socket.
48
492001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
50
51 * zebra-0.91 is released.
52
532001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
54
55 * vtysh.c (new_completion): Fix problem of appending space when
56 completion is executed.
57
582001-01-23 Akihiro Mizutani <mizutani@dml.com>
59
60 * vtysh.c (vtysh_write_terminal): "write terminal" to all node.
61
622001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
63
64 * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY.
65 Suggested by Hideto Yamakawa <yamakawa@dml.com>.
66
672001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
68
69 * zebra-0.90 is released.
70
712001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
72
73 * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt
74 Ranney" <mjr@ranney.com>
75
762000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
77
78 * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH.
79
802000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
81
82 * vtysh.c (execute_command): Add two arguemnt support for
83 executing child process.
84 (vtysh_telnet_port): New command "telnet WORD PORT" is added.
85
862000-10-23 Akihiro Mizutani <mizutani@dml.com>
87
88 * vtysh.c (vtysh_write_memory): Display [OK] when configuration is
89 saved without problem.
90
912000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
92
93 * vtysh.c (vtysh_config_from_file): "key chain" command with -b
94 flag problem is fixed.
95
962000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
97
98 * vtysh_user.c: Change to use linklist.c.
99
1002000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
101
102 * Makefile.am (noinst_HEADERS): Add vtysh_user.h.
103
104 * zebra-0.89 is released.
105
1062000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
107
108 * vtysh_main.c: Declare thread master.
109
1102000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
111
112 * vtysh_main.c (main): Add missing --help procudure. Reported by
113 Patrick Rother <krd@roka.net>.
114
1152000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * vtysh.c (DEFUNSH): "interface IFNAME" works.
118
1192000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
120
121 * vtysh_user.c: Change name from vtysh_pam.c.
122
123 * vtysh.conf.sample: New file for vtysh configuration.
124
1252000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org>
126
127 * vtysh_pam.c (vtysh_pam): New file for PAM.
128
1292000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
130
131 * zebra-0.88 is released.
132
1332000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
134
135 * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses.
136
137 * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for
138 backward compatibility.
139
1402000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
141
142 * extract.pl: Change regexp to match DEFUN and ALIAS at the same
143 time.
144
1452000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
146
147 * vtysh.c (signal_init): Ignore SIGPIPE signal.
148
1492000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
150
151 * extract.pl: ALIAS command can be extracted by extract.pl.
152
1532000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
154
155 * extract.pl: Fix scalar and array semantics.
156
157 * vtysh.c (vtysh_telnet): Add "telnet" client command.
158
1592000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org>
160
161 * vtysh.c (main): Add -e flag for passing command from arugment.
162 (vtysh_ping): Add "ping" command for test of command execution.
163 (init_node): Add "traceroute" command.
164 (vtysh_start_shell): Add "start-shell", "start-shell bash",
165 "start-shell zsh".
166 (sigint): Add check for execute_flag for avoid duplicate prompt.
167
1682000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * vtysh.c: New file for vty shell.
171 * vtysh.h: Likewise.
172 * extract.pl: Likewise.
173 * vtysh_cmd.c: Generate by extract.pl.