summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-07Fix Bug 3770 vpn pre-shared keys should be obscured in "show configuration"Mohit Mehta
2008-10-10Revert my bad ideaStephen Hemminger
This was dumb "Fix permissions of config file during upgrade" This reverts commit dc93eee654d98bbcfcf3458eec066de27ec685d1.
2008-10-10Fix permissions of config file during upgradeStephen Hemminger
Make vyattacfg group before it is used Older versions had incorrect permissions.
2008-10-07Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavistarbalocca
2008-10-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138rbalocca
2008-10-07fix for regression bug 3758. added additional check requiring opening and ↵slioch
closing quotes before stripping takes place.
2008-10-06fix for bug 3666. strip off leading and trailing quote from default text ↵slioch
values that are deleted. default values are treated differently from hollywood. The main difference a script writer needs to be aware of is that a deleted node will set the value of the node back to the default value rather than deleting the node. This means that a node that has a default value will always be in existence (if the parent exists) and that a user cannot delete this node.
2008-09-26Simplify the coderbalocca
2008-09-26Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵rbalocca
loaded)
2008-09-17Add entry for upcoming bondingStephen Hemminger
Need to load bonding in correct step.
2008-09-10Allow operator user to execute top level "update" node.Stig Thormodsrud
2008-09-04Handle special files in aufsStephen Hemminger
aufs uses .wh.wh.XXX files for internal state. So ignore them in the commit function.
2008-09-04Merge branch 'master' of amd1:build-iso/pkgs/vyatta-cfg into islavistaStephen Hemminger
2008-09-04Fix build warningsStephen Hemminger
Get rid of warnings for push_path discards qualifiers from pointer target type.
2008-08-29Merge branch 'hollywood'Rick Balocca
2008-08-28Allow use of aufsStephen Hemminger
Use $UNIONFS environment variable
2008-08-27Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavistaslioch
2008-08-27strip off whitespace in default value parsed from node.def file--fixes ↵slioch
problem of deleting time-zone value without value.
2008-08-26Merge branch 'hollywood' into islavistarbalocca
2008-08-21fix for bug 3280: ignore password etc. in historyAn-Cheng Huang
2008-08-193.1.3vyatta/3.1.4vyatta/3.1.3debian/0.13hollywoodMark O'Brien
2008-08-12Vtysh is not in sbindirStephen Hemminger
2008-08-12Change back to vyatta-vtyshStephen Hemminger
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-05Merge branch 'hollywood' into islavistaRick Balocca
Conflicts: scripts/vyatta-interfaces.pl
2008-08-04Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it.Stig Thormodsrud
2008-08-04Add curl package for bug 3143.Stig Thormodsrud
2008-08-03Merge branch 'hollywood'Rick Balocca
2008-07-27Merge branch 'hollywood'Rick Balocca
2008-07-25Fix Bug 3524 dhcp client doesn't insert default route on system rebootMohit Mehta
- also move temp files for release of dhcp interface to /var/run from /var/lib
2008-07-30Use vtysh directlyStephen Hemminger
No longer need the perl wrapper for vtysh. The options and logging have been folded into it.
2008-07-30mark vyatta-cfg as bash not sh scriptStephen Hemminger
This gets rid of a build error from lintian
2008-07-29Merge branch 'islavista' of speedy:git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-07-29Optimize deleteStephen Hemminger
Use inline code rather than system() function, and optimize allocation to use stack where possible.
2008-07-29Optimize commitStephen Hemminger
Use inline (rather than system), and avoid unneeded allocations.
2008-07-29Turn my_wrappers into macrosStephen Hemminger
The my_malloc() etc wrappers can be shrunk by using macros.
2008-07-29Avoid overhead of systemStephen Hemminger
Use mkdir and file operations rather than overhead of escaping to system() shell.
2008-07-29Avoid needless calls to system()Stephen Hemminger
Add a version of touch and mkdir -p commands coded directly without going out to shell.
2008-07-29Add missing includeStephen Hemminger
Pickup definition of bye() to avoid warning.
2008-07-29Add annotation to cli functionsStephen Hemminger
Use gcc annotations for noreturn and printf like formats
2008-07-29Add ipv6 address to comp_help.Stig Thormodsrud
2008-07-29type_to_name returns immutable stringStephen Hemminger
Don't want accidental errors
2008-07-29Fix 3505: cli crashes on ipv6net type.Stig Thormodsrud
2008-07-28Remove spurious error message during installrbalocca
2008-07-28fix for bug 1130. disable ctrl-c during load command to prevent partial load.root
2008-07-23Merge branch 'hollywood'Rick Balocca
2008-07-23Merge branch 'hollywood' into islavistaRick Balocca
2008-07-23Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417Rick Balocca