gdt | fc9d074 | 2004-06-30 14:25:12 +0000 | [diff] [blame] | 1 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> |
| 2 | |
| 3 | * extract.pl.in: Rename from extract.pl, with @PERL@. |
| 4 | |
| 5 | * Makefile.am: Add vtysh_cmds.c to CLEANFILES. |
| 6 | |
hasso | 6c0f9a7 | 2004-06-20 09:30:57 +0000 | [diff] [blame] | 7 | 2004-06-20 Hasso Tepper <hasso@estpak.ee> |
| 8 | |
| 9 | * extract.pl: Zebra daemon has access lists as well. |
| 10 | |
hasso | 2a56df9 | 2004-05-09 23:16:40 +0000 | [diff] [blame] | 11 | 2004-05-10 Hasso Tepper <hasso@estpak.ee> |
| 12 | |
| 13 | * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58. |
| 14 | |
hasso | 4991f6c | 2004-04-06 11:36:17 +0000 | [diff] [blame] | 15 | 2004-04-06 Hasso Tepper <hasso@estpak.ee> |
| 16 | |
| 17 | * vtysh_main.c: Don't save command to history if last command already |
| 18 | there is same. |
| 19 | * vtysh_main.c: Replace -e with -c. |
| 20 | * vtysh_main.c: Fix help. |
| 21 | |
hasso | fa2b17e | 2004-03-04 17:45:00 +0000 | [diff] [blame] | 22 | 2004-03-04 Hasso Tepper <hasso@estpak.ee> |
| 23 | |
| 24 | * vtysh.c: Remove using PAGER. |
| 25 | |
paul | 13b8baa | 2004-01-15 01:00:49 +0000 | [diff] [blame] | 26 | 2004-01-15 Paul Jakma <paul@dishone.st> |
| 27 | |
| 28 | * vtysh_config.c: Fix up strlen to use correct string. |
| 29 | |
hasso | ba6dffe | 2003-12-23 10:43:09 +0000 | [diff] [blame] | 30 | 2003-12-23 Hasso Tepper <hasso@estpak.ee> |
| 31 | |
| 32 | * Makefile.am extract.pl vtysh.c vtysh.h vtysh_config.c: |
| 33 | isisd integration to vtysh. |
| 34 | |
paul | 445f143 | 2003-05-16 19:00:31 +0000 | [diff] [blame] | 35 | 2003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net> |
| 36 | |
| 37 | vtysh.c: Program shouldn't terminate on pager execution failure |
| 38 | vtysh_user.c: configure support for openpam (freebsd5.0) |
| 39 | |
| 40 | 2003-04-19 Hasso Tepper <hasso@estpak.ee> |
| 41 | |
| 42 | * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to |
| 43 | have same syntax |
| 44 | |
paul | 4fc01e6 | 2002-12-13 20:49:00 +0000 | [diff] [blame] | 45 | 2002-09-30 Paul Jakma <paulzebra@rs250.org> |
| 46 | |
| 47 | * vtysh.c: add 'write-config (integrated|daemon)' option |
| 48 | to specifiy whether write config commands should write |
| 49 | integrated Zebra.conf file and/or per daemon files. |
| 50 | Defaults to per daemon, unless this is turned off. |
| 51 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 52 | 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 53 | |
| 54 | * zebra-0.93 released. |
| 55 | |
| 56 | 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 57 | |
| 58 | * zebra-0.92a released. |
| 59 | |
| 60 | 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 61 | |
| 62 | * zebra-0.92 released. |
| 63 | |
| 64 | 2001-02-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 65 | |
| 66 | * vtysh.c (vtysh_client_config): Do not set bufsz to 120. |
| 67 | Suggested by: Matthew Grant <grantma@anathoth.gen.nz>. |
| 68 | |
| 69 | 2001-02-15 Hideto Yamakawa <yamakawa@dml.com> |
| 70 | |
| 71 | * vtysh.c (vtysh_client_execute): Call fflush after fprintf. |
| 72 | |
| 73 | * vtysh_config.c (vtysh_config_dump): Use VTYSH_PAGER if defined. |
| 74 | |
| 75 | 2001-02-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 76 | |
| 77 | * vtysh.c (vtysh_execute_func): Add fflush before pclose. |
| 78 | |
| 79 | 2001-02-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 80 | |
| 81 | * vtysh.c: VTY shell pager name. When environment variable |
| 82 | VTYSH_PAGER is defined, use it as VTY shell pager. |
| 83 | |
| 84 | 2001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 85 | |
| 86 | * vtysh.c (vtysh_execute_func): Add pager argument for test of |
| 87 | pager invocation. |
| 88 | |
| 89 | 2001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 90 | |
| 91 | * extract.pl: Add -DHAVE_CONFIG_H option to cpp. |
| 92 | |
| 93 | 2001-02-08 Matthew Grant <grantma@anathoth.gen.nz> |
| 94 | |
| 95 | * vtysh.c (vtysh_client_config): Use sysconf to determine output |
| 96 | buffer size. |
| 97 | (vtysh_write_memory): Set umask 0077. |
| 98 | (vtysh_connect): Check permission to the socket. |
| 99 | |
| 100 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 101 | |
| 102 | * zebra-0.91 is released. |
| 103 | |
| 104 | 2001-01-31 Michael Rozhavsky <mrozhavsky@opticalaccess.com> |
| 105 | |
| 106 | * vtysh.c (new_completion): Fix problem of appending space when |
| 107 | completion is executed. |
| 108 | |
| 109 | 2001-01-23 Akihiro Mizutani <mizutani@dml.com> |
| 110 | |
| 111 | * vtysh.c (vtysh_write_terminal): "write terminal" to all node. |
| 112 | |
| 113 | 2001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 114 | |
| 115 | * vtysh.c (vtysh_execute): Fix unconditional lock by other VTY. |
| 116 | Suggested by Hideto Yamakawa <yamakawa@dml.com>. |
| 117 | |
| 118 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 119 | |
| 120 | * zebra-0.90 is released. |
| 121 | |
| 122 | 2001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 123 | |
| 124 | * vtysh.h (ZEBRA_PATH): Fix new vtysh path. Reported by "Matt |
| 125 | Ranney" <mjr@ranney.com> |
| 126 | |
| 127 | 2000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 128 | |
| 129 | * vtysh.c (DEFUNSH): Add "address-family vpnv4" DEFUNSH. |
| 130 | |
| 131 | 2000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 132 | |
| 133 | * vtysh.c (execute_command): Add two arguemnt support for |
| 134 | executing child process. |
| 135 | (vtysh_telnet_port): New command "telnet WORD PORT" is added. |
| 136 | |
| 137 | 2000-10-23 Akihiro Mizutani <mizutani@dml.com> |
| 138 | |
| 139 | * vtysh.c (vtysh_write_memory): Display [OK] when configuration is |
| 140 | saved without problem. |
| 141 | |
| 142 | 2000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 143 | |
| 144 | * vtysh.c (vtysh_config_from_file): "key chain" command with -b |
| 145 | flag problem is fixed. |
| 146 | |
| 147 | 2000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 148 | |
| 149 | * vtysh_user.c: Change to use linklist.c. |
| 150 | |
| 151 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 152 | |
| 153 | * Makefile.am (noinst_HEADERS): Add vtysh_user.h. |
| 154 | |
| 155 | * zebra-0.89 is released. |
| 156 | |
| 157 | 2000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 158 | |
| 159 | * vtysh_main.c: Declare thread master. |
| 160 | |
| 161 | 2000-08-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 162 | |
| 163 | * vtysh_main.c (main): Add missing --help procudure. Reported by |
| 164 | Patrick Rother <krd@roka.net>. |
| 165 | |
| 166 | 2000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 167 | |
| 168 | * vtysh.c (DEFUNSH): "interface IFNAME" works. |
| 169 | |
| 170 | 2000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 171 | |
| 172 | * vtysh_user.c: Change name from vtysh_pam.c. |
| 173 | |
| 174 | * vtysh.conf.sample: New file for vtysh configuration. |
| 175 | |
| 176 | 2000-08-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 177 | |
| 178 | * vtysh_pam.c (vtysh_pam): New file for PAM. |
| 179 | |
| 180 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 181 | |
| 182 | * zebra-0.88 is released. |
| 183 | |
| 184 | 2000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 185 | |
| 186 | * Makefile.am (vtysh_LDADD): Remove -lreadline and -lncurses. |
| 187 | |
| 188 | * vtysh.c (vtysh_connect): Use AF_UNIX instead of AF_LOCAL for |
| 189 | backward compatibility. |
| 190 | |
| 191 | 2000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 192 | |
| 193 | * extract.pl: Change regexp to match DEFUN and ALIAS at the same |
| 194 | time. |
| 195 | |
| 196 | 2000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 197 | |
| 198 | * vtysh.c (signal_init): Ignore SIGPIPE signal. |
| 199 | |
| 200 | 2000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 201 | |
| 202 | * extract.pl: ALIAS command can be extracted by extract.pl. |
| 203 | |
| 204 | 2000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 205 | |
| 206 | * extract.pl: Fix scalar and array semantics. |
| 207 | |
| 208 | * vtysh.c (vtysh_telnet): Add "telnet" client command. |
| 209 | |
| 210 | 2000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 211 | |
| 212 | * vtysh.c (main): Add -e flag for passing command from arugment. |
| 213 | (vtysh_ping): Add "ping" command for test of command execution. |
| 214 | (init_node): Add "traceroute" command. |
| 215 | (vtysh_start_shell): Add "start-shell", "start-shell bash", |
| 216 | "start-shell zsh". |
| 217 | (sigint): Add check for execute_flag for avoid duplicate prompt. |
| 218 | |
| 219 | 2000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 220 | |
| 221 | * vtysh.c: New file for vty shell. |
| 222 | * vtysh.h: Likewise. |
| 223 | * extract.pl: Likewise. |
| 224 | * vtysh_cmd.c: Generate by extract.pl. |