summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_config.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-2/+2
| | | | | | | | | | * (global) update all c files to match the lib/vector.h rename of (struct vector).active to max, and vector_max macro to vector_active. * lib/vector.h: Rename to (struct vector).max to slightly less confusing active, for the number of active slots, distinct from allocated or active-and-not-empty. Rename vector_max to vector_active for same reason.
* * vtysh_config.c: Move password commands to the AAA_NODE. Ithasso2005-03-091-5/+6
| | | | | | | | quarantees that they will appear after SERVICE_NODE to make sure that encrypted passwords will work ("service password-encryption" command). [backport candidate]
* More cosmetical vtysh fixes.hasso2004-12-221-2/+6
|
* No delimiter between "ip forwarding" and "ipv6 forwarding".hasso2004-12-221-1/+1
|
* Vtysh compiles cleanly as well.hasso2004-10-071-6/+6
|
* Big vtysh cleanup. See changelogs for details.hasso2004-10-031-50/+38
|
* More vtysh fixes. Specifying configuration from command line works now.hasso2004-08-261-25/+13
|
* Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.hasso2004-08-261-13/+22
|
* Cleaning up whitespace mess mostly caused by my patches. Biggerhasso2004-08-251-6/+6
| | | | reorganization of this spagetti will follow soon.
* 2004-01-15 Paul Jakma <paul@dishone.st>paul2004-01-151-1/+1
| | | | * vtysh_config.c: Fix up strlen to use correct string.
* *** empty log message ***hasso2003-12-231-0/+2
|
* See http://bugzilla.dishone.st/show_bug.cgi?id=13paul2003-03-281-3/+14
| | | | Fix from hasso tepper <hasso@linux.ee>
* Initial revisionpaul2002-12-131-0/+426