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