summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-03SSH enhancementsStephen Hemminger
Add public key support Convert allow-root and password-authentication from boolean nodes to regular nodes.
2009-12-02Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-12-02Use ext3 all the timeStephen Hemminger
It avoids issues with corrupt filesystems on VM.
2009-12-020.15.115debian/0.15.115Bob Gilligan
2009-12-02Changes related to co-ordination between kernel parameters and radvd.Bob Gilligan
First, we need to set the global IPv6 parameter under "all" when "disable-forwarding" is deleted because this is the parameter that actually controls whether the stack will forward IPv6 packets. Second, if router advertisements were configured while global IPv6 forwarding was disabled, we need to re-start the daemon when global IPv6 forwarding is re-enabled.
2009-12-02Simply Radius server updateStephen Hemminger
Rather than complex sed editing, just regenerate whole file.
2009-12-02Don't lose user customization to pam-authStephen Hemminger
Don't pass --force flag to pam-auth-update, so if user has customized file, then radius config will stay.
2009-12-02Pass more info to login scriptsStephen Hemminger
Pass status to login update() which might be useful to handle case when node is deleted.
2009-12-020.15.114debian/0.15.114Bob Gilligan
2009-12-02Co-ordinate global and per-interface IPv6 forwarding control.Bob Gilligan
Now a flag file indicates that IPv6 forwarding is disabled on a specific interface.
2009-12-02Add ability to disable password authenticationStephen Hemminger
Part of Bug 3255
2009-12-010.15.113debian/0.15.113Stephen Hemminger
2009-12-01Save SSH keys on re-installStephen Hemminger
Bug 5045 This adds option to save original SSH host keys when doing a re-install. Also mount original partition read-only to avoid updating it.
2009-12-01Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-12-01Get rid of warning on package updateStephen Hemminger
Warning: cp '/opt/vyatta/etc/level' and '/opt/vyatta/etc/level' are the same file
2009-12-01Avoid updating files on bootStephen Hemminger
If file is already correct, no need to write it.
2009-12-010.15.112debian/0.15.112Stephen Hemminger
2009-12-01Add sync after config saveStephen Hemminger
Calling sync ensure buffer cache is flushed, so that config is actually on disk. May resolve some of the regression test I/O errors.
2009-11-300.15.111debian/0.15.111Michael Larson
2009-11-30added required keyword to help text.Michael Larson
2009-11-300.15.110debian/0.15.110Michael Larson
2009-11-30Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodMichael Larson
2009-11-30added required keyword to help text.Michael Larson
2009-11-30Remove Radius server on rebootStephen Hemminger
Related to Bug 5130 and 5084
2009-11-300.15.109debian/0.15.109Michael Larson
2009-11-30added required keyword to help text.Michael Larson
2009-11-300.15.108debian/0.15.108Michael Larson
2009-11-30added required keyword to help text.Michael Larson
2009-11-190.15.107debian/0.15.107Stephen Hemminger
2009-11-19Add user tss for udevStephen Hemminger
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412989 The udev scripts expect user tss, but it isn't there. For Vyatta, just create it; debian developers can't agree on proper fix!
2009-11-180.15.106debian/0.15.106Stephen Hemminger
2009-11-18Mount floppy with dirsyncStephen Hemminger
Ensures that directory update occurs before umount
2009-11-170.15.105debian/0.15.105Stephen Hemminger
2009-11-17Don't start hostapd at bootStephen Hemminger
Vyatta sets up hostap for wireless later in config process if needed. So remove default startup.
2009-11-130.15.104debian/0.15.104Bob Gilligan
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-130.15.103debian/0.15.103Bob Gilligan
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-130.15.102debian/0.15.102Michael Larson
2009-11-13dependency updateMichael Larson
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood Conflicts: debian/control
2009-11-13dependency updateMichael Larson
2009-11-110.15.101debian/0.15.101Stephen Hemminger
2009-11-11Show dependency on pam versionStephen Hemminger
This version needs pam-auth-update which is only in later pam versions.
2009-11-11Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-11-11Remove blank lineStephen Hemminger
2009-11-100.15.100debian/0.15.100An-Cheng Huang
2009-11-06copy the whole config directory during installAn-Cheng Huang
2009-11-060.15.99debian/0.15.99Robert Bays
2009-11-06Fix library includeRobert Bays
2009-11-05use new vyatta-union arg to reduce kernel cmdline length.An-Cheng Huang