Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-02 | simplify output init | An-Cheng Huang | |
2010-06-02 | Additional fix to cli_new.c on arg. | Michael Larson | |
2010-06-02 | more fixes for compilier warnings. | Michael Larson | |
2010-06-01 | bug fix for 5646. Suppress variable replacement if deactivated for disabled ↵ | Michael Larson | |
nodes (where variables reside). | |||
2010-05-31 | fix for bug 5649. Need to initialize val_types for value comparison to ↵ | Michael Larson | |
ERROR_TYPE | |||
2010-05-28 | fix bad comparison in multiple-type check | Michael Larson | |
2010-05-26 | fix for multiple type support in cli for the following case: | Michael Larson | |
1) If multiple types are defined and one type is a submatch of the other type (i.e. ipv4 and ipv4net) 2) And one string is a submatch of the other (i.e. 3.3.3.3 and 3.3.3.3/32) 3) Then compare data types before comparing for value equality Fixes problem where the ipv4net wouldn't let the ipv4 value from being set if the ipv4 was a substring of the ipv4net. | |||
2010-05-20 | fixed seg violation on commit due to extended multiple types support in ↵ | Michael Larson | |
valstruct. | |||
2010-05-20 | fix for bug 5618. needed to extend valstruct to maintain multiple types ↵ | Michael Larson | |
rather than using first type found in node.val file. also simplified type check. | |||
2010-04-15 | Multiple (i.e. one or two) datatypes can now be supported on a node.def type ↵ | Michael Larson | |
definition. type: ipv4,ipv6 Will now allow for the value to validated against both data types (or the first success). In the case of both failing the following message format will be returned: vyatta@vyatta# set load-balancing wan rule 1 "1" is not a valid value of type "bool" "1" is not a valid value of type "ipv4" Note, that any combination of types with text being one of the types is not supported. The reason being is that with text any value is allowed, therefore it doesn't really make sense to validate a datatype on text + ipv4 when text will always be successful. | |||
2008-11-13 | Simplify the debug code | Stephen Hemminger | |
dump_log doesn't need allocate whole buffer, just print in steps. | |||
2008-10-28 | Fix 3505: cli crash on delete of ipv6net static route. | Stig Thormodsrud | |
2008-09-04 | Fix build warnings | Stephen Hemminger | |
Get rid of warnings for push_path discards qualifiers from pointer target type. | |||
2008-07-29 | Turn my_wrappers into macros | Stephen Hemminger | |
The my_malloc() etc wrappers can be shrunk by using macros. | |||
2008-07-29 | Avoid needless calls to system() | Stephen Hemminger | |
Add a version of touch and mkdir -p commands coded directly without going out to shell. | |||
2008-07-29 | Add annotation to cli functions | Stephen Hemminger | |
Use gcc annotations for noreturn and printf like formats | |||
2008-07-29 | type_to_name returns immutable string | Stephen Hemminger | |
Don't want accidental errors | |||
2008-07-29 | Fix 3505: cli crashes on ipv6net type. | Stig Thormodsrud | |
2008-07-07 | fix for bug 3216. added no escape option to push path for environmental path ↵ | Michael Larson | |
variable. note this is appied to all c code access to the edit env variable. | |||
2008-06-30 | fix for bug 3403: allocate correct amount of memory for multi-valued nodes. | An-Cheng Huang | |
2008-04-16 | modified fix for 2525--fixes problem introduced with last fix (bug 3163) | Michael Larson | |
2008-04-15 | revert fix for 2525 until delete on commit warnings are resolved. | Michael Larson | |
2008-04-10 | alternate fix for 2525--force directory evaluation upstream. | Michael Larson | |
2008-02-26 | fix for bug 2868: return failure for invalid values. | An-Cheng Huang | |
2008-02-01 | fix for bug 2211: "commit:expression:" checks are not evaluated at | An-Cheng Huang | |
"set" time. | |||
2008-01-30 | don't check escaped '$' in string expansion | An-Cheng Huang | |
2008-01-30 | change variable reference marker from "$(" to "$VAR(". | An-Cheng Huang | |
2007-12-18 | Reorganized things a bit in a value subtraction algorithm. | alex | |
2007-12-14 | fix for bug 2479: when commit cannot obtain the config lock, it will retry | An-Cheng Huang | |
a fixed number of times and then check if the lock owner is still alive. if not, the orphaned lock is cleaned up so that the later commit can proceed as usual. | |||
2007-12-13 | put pid in config lock file | An-Cheng Huang | |
2007-12-11 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | alex | |
2007-12-11 | Bug #2509 | alex | |
Multivalue nodes are diffed with previous value for validation before commit. | |||
2007-12-06 | get rid of compiler warning | An-Cheng Huang | |
2007-11-09 | * fix for bug 2338: for values of "multi:" nodes, input ordering is now | An-Cheng Huang | |
used for commit actions. * fix array index out of bound. | |||
2007-11-09 | * fix for bug 2472: return empty string when directory references don't | An-Cheng Huang | |
exist (for existence checks in templates). * add debug output. | |||
2007-11-08 | * output error message if set/delete/commit fails. | An-Cheng Huang | |
* remove compiler warnings. | |||
2007-11-06 | fix for bug 2273: cli parser was overwriting "type help" with "node help". | An-Cheng Huang | |
2007-11-02 | * fix cli backend memory leak. | An-Cheng Huang | |
* export {copy,free}_path(). | |||
2007-11-01 | fix cli backend bug: syntax checking for leaf value nodes involving | An-Cheng Huang | |
variable references was not working. | |||
2007-10-30 | add configuration change notification. | An-Cheng Huang | |
2007-10-30 | handle config locking | An-Cheng Huang | |
2007-10-29 | general cleanup of CLI output | An-Cheng Huang | |
2007-10-29 | output "help" text | An-Cheng Huang | |
2007-10-29 | redirect output by default | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |