summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-18Cleaned up several routines to not generate warnings with 'perl -w' in order ↵Marat Nepomnyashy
to be able to call them from scripts that use 'perl -w'.
2007-12-18Add ability to set ipv6 address on loopback but not dhcp.Stig Thormodsrud
2007-12-18Reorganized things a bit in a value subtraction algorithm.alex
2007-12-17Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgalex
2007-12-17Fixed commit after partial deletion of the multivalue.alex
2007-12-17Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
2007-12-17filter aufs whiteout filesTom Grennan
2007-12-14fix for bug 2479: when commit cannot obtain the config lock, it will retryAn-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-14make sure config dir has right group/permissionsAn-Cheng Huang
2007-12-13Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
2007-12-13Merge branch 'master' of phuket.vyatta.com:/usr/local/git/vyatta-cfgAn-Cheng Huang
2007-12-13put pid in config lock fileAn-Cheng Huang
2007-12-13move floppy handler to initrdTom Grennan
2007-12-13assume bootfile_path is /opt/vyatta/etc/configTom Grennan
2007-12-13make /opt/vyatta[/etc]/config in postinst rather than init scriptTom Grennan
2007-12-13support aufs and unionfsTom Grennan
2007-12-13Removed 'defined' when checking array @subs to avoid deprecated warning when ↵Marat Nepomnyashy
running 'perl -w'.
2007-12-13use the right group name for config change notification.An-Cheng Huang
2007-12-12add completion/help for pipe commandsAn-Cheng Huang
2007-12-11Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgalex
2007-12-11Bug #2509alex
Multivalue nodes are diffed with previous value for validation before commit.
2007-12-10need stuff from vyatta-opAn-Cheng Huang
2007-12-07add policy mechanism for user management: per-level policies controlAn-Cheng Huang
default restricted mode and allowed op/cfg/pipe commands.
2007-12-06fix for bug 2522: don't show/return error if there's nothing to commit.An-Cheng Huang
2007-12-06get rid of compiler warningAn-Cheng Huang
2007-12-04support displaying the active configAn-Cheng Huang
2007-12-04create "vyattacfg" group in postinst (for configure mode).An-Cheng Huang
2007-11-30use the default pager set in op mode for config mode "show" output.An-Cheng Huang
2007-11-29* add completion for "pipe".An-Cheng Huang
* don't use eval for "show".
2007-11-28fix for bug 2494: correctly handle '/' in config traversal code.An-Cheng Huang
2007-11-27handle type-less leaf node for "show"An-Cheng Huang
2007-11-27fix for bug 2490: display node value(s) when a leaf node is specifiedAn-Cheng Huang
with "show".
2007-11-27distinguish deleted and nonexistent nodes in show output.An-Cheng Huang
2007-11-27don't expand empty command lineAn-Cheng Huang
2007-11-27Fix 2497: check for duplicate ip address.Stig Thormodsrud
Also while we're add it, allow user to set an ipv6 address or get address from dhcp.
2007-11-20Fix 2482: Interface speed and duplex cannot be set to auto.Stig Thormodsrud
2007-11-15add "root-level" completion/helpAn-Cheng Huang
2007-11-09* fix for bug 2338: for values of "multi:" nodes, input ordering is nowAn-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'tAn-Cheng Huang
exist (for existence checks in templates). * add debug output.
2007-11-08fix for bug 2470: set the type of variable value reference correctlyAn-Cheng Huang
according to the conversion result.
2007-11-08fix for bug 2469: don't convert the string for directory references.An-Cheng Huang
2007-11-08* output error message if set/delete/commit fails.An-Cheng Huang
* remove compiler warnings.
2007-11-08fix for bug 2467: cli backend now performs delete actions recursivelyAn-Cheng Huang
in the proper order.
2007-11-07* support rc.local on persistent storage.An-Cheng Huang
* start vyatta-ofr at S90.
2007-11-07allow loading empty config fileAn-Cheng Huang
2007-11-06correct owner/permissions for saved config filesAn-Cheng Huang
2007-11-06handle "type:" without help stringAn-Cheng Huang
2007-11-06fix for bug 2273: cli parser was overwriting "type help" with "node help".An-Cheng Huang
2007-11-06correctly handle "type help" in completionAn-Cheng Huang
2007-11-06Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
Conflicts: etc/init.d/vyatta-ofr