summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-17Avoid rewriting radius config unless neededStephen Hemminger
Don't edit radius config unless something has changed. (cherry picked from commit 8d3f5b37ec3c728d56fadc596562025821169329)
2009-07-17Handle deletion of radius (or other) serverStephen Hemminger
The login class manager must be called if login type is deleted. Also skip updating if no changes to that login type. (cherry picked from commit 1151679260e673f69bdb637fec7773b574f3c7b0)
2009-07-17Change API for login modulesStephen 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-17Make Radius server workStephen Hemminger
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828)
2009-07-17Fix User Login configuratorStephen Hemminger
Missing config setup. (cherry picked from commit b148ddcccd9d4a30464423b524fc03700507cb19)
2009-07-140.15.64debian/0.15.64Bob Gilligan
2009-07-14Bugfix 4708: Re-structure to avoid using "update" in non-leaf valueless nodes.Bob Gilligan
This change cleans up the bridging configuration, uses the new COMMIT_ACTION environment variable, and avoids using state files to pass information between templates.
2009-07-140.15.63debian/0.15.63Bob Gilligan
2009-07-14Bugfix 4708: Eliminate use of "update" in non-leaf valueless nodes.Bob Gilligan
2009-07-020.15.62debian/0.15.62Mohit Mehta
2009-07-02Fix Bug 4554 check for existing firewall ruleset fails when applying it to a ↵Mohit Mehta
zone during boot * use isActive to check if firewall ruleset has been succesfully committed * fix templates to fail inside an action field when a command fails
2009-07-01Fix 'sh:1 error' in bug 4655.Mark O'Brien
2009-06-300.15.61debian/0.15.61Mohit Mehta
2009-06-30Fix Bug 4593 zone-policy can't be deleted if zone interfaces are bridgesMohit Mehta
* use new api to get active plus committed nodes
2009-06-290.15.60debian/0.15.60Mohit Mehta
2009-06-26make changes to work with dhcp 4.1.0Mohit Mehta
2009-06-250.15.59debian/0.15.59Bob Gilligan
2009-06-25Update hooks to setup config files for installing to a Xen VM.Bob Gilligan
2009-06-240.15.58debian/0.15.58Bob Gilligan
2009-06-24Add optional hooks to setup config files for installing to a Xen VM.Bob Gilligan
2009-06-170.15.57debian/0.15.57Mohit Mehta
2009-06-17temporarily undo check for firewall ruleset until bug 4554 is resolvedMohit Mehta
2009-06-170.15.56debian/0.15.56Bob Gilligan
2009-06-17Merged from Jenner.Bob Gilligan
2009-06-170.15.55debian/0.15.55Bob Gilligan
2009-06-17Bugfix 4490: Wait for stability after marking partition bootable.Bob Gilligan
2009-06-170.15.54debian/0.15.54Bob Gilligan
2009-06-17Bugfix 4490: Mark root partition as "bootable" in the master boot record (MBR).Bob Gilligan
The MBR provides a flag on each of the partitions to indicate whether it is "bootable" or not. Most BIOS implementations ignore this flag and will boot from a partition whether or not this flag is set. Some BIOS implementations, however, refuse to boot from a partition that is not marked as "bootable". This fix marks the partition that holds the root filesystem as "bootable" so that it can be booted by either type of BIOS.
2009-06-140.15.53debian/0.15.53Stig Thormodsrud
2009-06-14Fix 4579: There is no validation for vrrp virtual-address like the one for ↵Stig Thormodsrud
interfaces address.
2009-06-030.15.52debian/0.15.52Mohit Mehta
2009-06-03change default-policy to default-action for zonesMohit Mehta
2009-06-020.15.51debian/0.15.51An-Cheng Huang
2009-06-02Tacplus no longer part of jennerStephen Hemminger
2009-06-010.15.50debian/0.15.50An-Cheng Huang
2009-06-01Merge branch 'jenner' into kenwoodStephen Hemminger
Conflicts: debian/changelog
2009-06-010.15.48+jenner4debian/0.15.48+jenner4Stephen Hemminger
2009-06-01Change how system login update worksStephen Hemminger
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update.
2009-06-01Ignore patch and editor temporary filesStephen Hemminger
2009-06-01Fix deletion of pseudo-ethernetStephen Hemminger
Bug 4478 Incorrect syntax on ip link command.
2009-05-310.15.48+jenner3debian/0.15.48+jenner3Stig Thormodsrud
2009-05-31Fix bug preventing 'vyatta' user login.Stig Thormodsrud
2009-05-300.15.48+jenner2debian/0.15.48+jenner2Stig Thormodsrud
2009-05-30Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-05-30Change tunnel multicast from on/off to enable/disable.Stig Thormodsrud
2009-05-290.15.49debian/0.15.49An-Cheng Huang
2009-05-290.15.48+jenner1debian/0.15.48+jenner1An-Cheng Huang
2009-05-29move server,protocol to the same line in config fileMohit Mehta
2009-05-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-05-27Print error message on failure to create group/userStephen Hemminger
Bug 4448