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