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