Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | vyatta-cfg-system: remove ip address requirements from port checking | Alex Harpin | |
Remove IP address requirements when checking for port availability, no longer needed. | |||
2015-10-17 | 0.20.44+vyos2+lithium34debian/0.20.44+vyos2+lithium34 | Alex Harpin | |
2015-10-17 | vyatta-cfg-system: add listen-address and port checks for telnet | Alex Harpin | |
Check that both the listen-address is a valid local address and that the port given is available for use before commiting the telnet service configuation. Bug #43 http://bugzilla.vyos.net/show_bug.cgi?id=43 | |||
2015-10-17 | vyatta-cfg-system: add scripts/is_port_available.pl for port checking | Alex Harpin | |
Add scripts/is_available.pl to enable checking for available ports during configuration, in connection with Bug #43. The scripts checks to see if the port is currently in use by attempting to bind to it on INADDR_ANY. | |||
2015-07-27 | 0.20.44+vyos2+lithium33debian/0.20.44+vyos2+lithium33 | Daniil Baturin | |
2015-07-27 | Add templates and scripts for the popularity contest. | Daniil Baturin | |
2015-07-27 | Merge branch 'lithium' of github.com:vyos/vyatta-cfg-system into lithium | Daniil Baturin | |
2015-07-02 | 0.20.44+vyos2+lithium32debian/0.20.44+vyos2+lithium32 | Alex Harpin | |
2015-07-01 | vyatta-cfg-system: use sha-512 instead of md5 for installation password | Alex Harpin | |
In line with Bug #318 and Bug #355, use SHA-512 instead of MD5 when creating the initial vyos user password during installation. Bug #579 http://bugzilla.vyos.net/show_bug.cgi?id=579 | |||
2015-06-29 | Merge branch 'lithium' of github.com:vyos/vyatta-cfg-system into lithium | Daniil Baturin | |
2015-06-22 | 0.20.44+vyos2+lithium31debian/0.20.44+vyos2+lithium31 | Alex Harpin | |
2015-06-22 | Revert "vyatta-cfg-system: prevent deletion of all user authentication" | Alex Harpin | |
This reverts commit 593899accdff03af23e6bb6c7189ad4ed05a4d8e. This commit reintroduced the inability to delete a user configured on the system, which was resolved in bug #557. Reverting this for the time being until a better fix can be implemented. | |||
2015-06-16 | 0.20.44+vyos2+lithium30debian/0.20.44+vyos2+lithium30 | Alex Harpin | |
2015-06-16 | vyatta-cfg-system: update dh_gencontrol with new development build flag | Alex Harpin | |
2015-06-16 | vyatta-cfg-system: prevent deletion of system based post-hook symlinks | Alex Harpin | |
Any system based symlinks installed in the /etc/commit/post-hooks.d directory were being deleted on either the initial start of the system or subsequent reboots. This commit resolves this by excluding these from the deletion process, while still tidying up other non system symlinks. This is required for bug #538 (enhancement request) to function as intended and also enables the Vyatta bug fix 4718 (enhancement), to log successful commits to syslog with commit type and user name, commited on February 2012! Bug #576 http://bugzilla.vyos.net/show_bug.cgi?id=576 | |||
2015-06-13 | dhcp bound/reboot must ignore old values | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-06-13 | allow dhcp interface for the local end of a tunnel | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-06-13 | allow dhcp interface for the local end of a tunnel | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-06-13 | allow dhcp interface for the local end of a tunnel | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-06-13 | 0.20.44+vyos2+lithium29debian/0.20.44+vyos2+lithium29 | Alex Harpin | |
2015-06-13 | vyatta-cfg-system: prevent deletion of all authentication for user | Alex Harpin | |
Prevent the deletion of both the encrypted-password and public-keys nodes for a user, ensuring that at least one of the methods is available. Also prevent the deletion of the public keys for a user if the encrypted password is set to "!". Bug #574 http://bugzilla.vyos.net/show_bug.cgi?id=574 | |||
2015-06-13 | vyatta-cfg-system: missing encrypted-password breaks user config node | Alex Harpin | |
The fix for bug #557 now allows the encrypted-password Authentication node to be deleted again, but this causes the config to fail on reboot, leaving the user login node empty. This fix checks for an empty / missing encrypted-password node on reboot / config reload, either creating a new node or replacing the existing one and assigning it the value of "!". This has the same effect as the fix for bug #336, allowing the user to be set as only using RSA based logins. Bug #573 http://bugzilla.vyos.net/show_bug.cgi?id=573 | |||
2015-06-13 | vyatta-cfg-system: 'delete system login user' doesn't remove the user | Alex Harpin | |
Following the fix for bug #336 that prevents the deletion of the encrypted password, which resulted in a broken config node on reboot, it was no longer possible to delete users. This reverts the fix for that bug. Bug #557 http://bugzilla.vyos.net/show_bug.cgi?id=557 | |||
2015-05-04 | 0.20.44+vyos2+lithium28debian/0.20.44+vyos2+lithium28 | Daniil Baturin | |
2015-05-04 | Bug #410: add an option for ARP cache timeout. | Daniil Baturin | |
2015-05-03 | 0.20.44+vyos2+lithium27debian/0.20.44+vyos2+lithium27 | Daniil Baturin | |
2015-05-03 | Bug #541: load l2tp_ip6 module so L2TPv3 over IPv6 can work. | Daniil Baturin | |
2015-04-25 | 0.20.44+vyos2+lithium26debian/0.20.44+vyos2+lithium26 | Daniil Baturin | |
2015-04-25 | Add parted to dependencies, the install scripts need it. | Daniil Baturin | |
2015-04-09 | 0.20.44+vyos2+lithium25debian/0.20.44+vyos2+lithium25 | Daniil Baturin | |
2015-04-09 | Further debian/control cleanup. | Daniil Baturin | |
2015-04-09 | 0.20.44+vyos2+lithium24debian/0.20.44+vyos2+lithium24 | Daniil Baturin | |
2015-04-09 | Force release | Daniil Baturin | |
2015-04-09 | 0.20.44+vyos2+lithium23debian/0.20.44+vyos2+lithium23 | Daniil Baturin | |
2015-04-09 | Remove hypervisor_vendor, obsoleted by hvinfo. | Daniil Baturin | |
2015-03-26 | 0.20.44+vyos2+lithium22debian/0.20.44+vyos2+lithium22 | Daniil Baturin | |
2015-03-26 | Fix package description and copyright information. | Daniil Baturin | |
2015-03-18 | Merge pull request #47 from kouak/bug519 | Daniil Baturin | |
Bug #519: Add dhcpv6 client-id option | |||
2015-03-18 | Add dhcpv6 client-id option (#519) | kouak | |
2015-03-18 | Merge pull request #46 from kouak/bug508 | Daniil Baturin | |
Bug #508: Set correct dhclient configuration filename | |||
2015-03-17 | Set correct dhclient configuration filename (#508) | kouak | |
2015-03-09 | 0.20.44+vyos2+lithium21debian/0.20.44+vyos2+lithium21 | Alex Harpin | |
2015-03-09 | vyatta-cfg-system: set default stp priority to 32768 (additional) | Alex Harpin | |
Update the bridge priority node to set the default STP priority to the standard of 32768 when it's deleted, and update the node help to indicate the new default and possible values. Bug #512 http://bugzilla.vyos.net/show_bug.cgi?id=512 | |||
2015-03-09 | Merge pull request #45 from kouak/staged-to-vyos | Daniil Baturin | |
Bug #512: Set default STP priority to 32768 | |||
2015-03-09 | Set default STP priority to 32768 (#512) | kouak | |
2015-03-07 | 0.20.44+vyos2+lithium20debian/0.20.44+vyos2+lithium20 | Alex Harpin | |
2015-03-07 | vyatta-cfg-system: update node text so that it fits on a console line | Alex Harpin | |
2015-03-07 | vyatta-cfg-system: add additional services and check for protocols | Alex Harpin | |
Add the additional services that are supported by ddclient to the list of service defaults. Also add a function to use this list to check for the allowed protocols, and update the protocol node to use this. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507 | |||
2015-03-07 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
2015-03-07 | vyatta-cfg-system: update protocol, remove server and node wording | Alex Harpin | |
Update the default protocol used for the dslreports service in the revised dynamic DNS system and remove the default server settings for freedns as it's already defined in ddclient. Uodate the wording in the server node to indicate it's only needed for custom services. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507 |