Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-06 | Fix library include | Robert Bays | |
2009-11-05 | Move user configuration information to files | Stephen Hemminger | |
1. Complete migration of protected-users from hardcoded in User.pm to /opt/vyatta/etc/protected-user 2. Put mapping from level to group in file. | |||
2009-11-02 | Don't want/need --package option to pam-auth-update | Stephen Hemminger | |
2009-10-30 | radius: add missing space | Stephen Hemminger | |
2009-10-30 | radius-server: shutup debconf dialog | Stephen Hemminger | |
Found better way to get rid of debconf warning by forcing non interactive. | |||
2009-10-30 | Shut up debconf when installing pam radius | Stephen Hemminger | |
Just get rid of silly debconf warnings when doing pam-auth-update | |||
2009-10-27 | Use pam-auth-update to configure radius | Stephen Hemminger | |
This keeps radius from fighting with tacacs+ | |||
2009-10-05 | add override mechanism for protected users | An-Cheng Huang | |
2009-09-23 | Cleanup all vbash users | Stephen Hemminger | |
This is an alternative version of the rollback for unsaved vyatta user changes. Instead of identifying users by group, assume all users whose login shell is vbash must exist in configuration. | |||
2009-09-11 | Delete vyatta users not in configuration | Stephen Hemminger | |
This implements rollback for users that were added during a previous configuration (and committed), but were never saved into configuration. Bug: 4528 | |||
2009-09-11 | If configuration is wrong just skip user don't die | Stephen Hemminger | |
If configuration for one user is wrong (missing passwd, level, etc) go on and complete for rest of users. | |||
2009-09-11 | Add operators to vyattaop group | Stephen Hemminger | |
Part of bug fix for password sync (Bz 4528) | |||
2009-07-27 | fix undefined array ref | An-Cheng Huang | |
(this shows up when loading a start-up config that has root password defined right after install) | |||
2009-07-17 | Avoid rewriting radius config unless needed | Stephen Hemminger | |
Don't edit radius config unless something has changed. (cherry picked from commit 8d3f5b37ec3c728d56fadc596562025821169329) | |||
2009-07-17 | Change API for login modules | Stephen Hemminger | |
The login modules aren't really objects (if Perl really had objects), so just use dynamic invoke of update routine. (cherry picked from commit 37ba59896d4c9ac5c914d1901d86ed7e7d844871) | |||
2009-07-17 | Make Radius server work | Stephen Hemminger | |
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828) | |||
2009-07-17 | Fix User Login configurator | Stephen Hemminger | |
Missing config setup. (cherry picked from commit b148ddcccd9d4a30464423b524fc03700507cb19) | |||
2009-06-01 | Change how system login update works | Stephen Hemminger | |
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update. | |||
2009-03-25 | move keepalived.pm to vyatta-cfg | Stephen Hemminger | |
2009-03-06 | Remove prefix mask on vip if present since it can't be using in arping. | Stig Thormodsrud | |
2009-03-06 | Specify source address with arping since we no longer require an IP | Stig Thormodsrud | |
address on the actual interface. | |||
2009-03-06 | Move changes file to /var/run/vrrpd and make sure the directory exists. | Stig Thormodsrud | |
2009-03-05 | More checking for open() of log | Stephen Hemminger | |
If log open fails, at least print the reason why. | |||
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-03-01 | Fix 4068: 'show vrrp' last transition times are not updated when a ↵ | Stig Thormodsrud | |
transition occurs on boot. | |||
2008-11-21 | Convert to Vyatta::Config hierarchy | Stephen Hemminger | |
2008-11-21 | Rename VyattaKeepalived to Vyatta::Keepalived | Stephen Hemminger | |
Use directory hierarchy in perl. |