Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-05 | Add function to bash-completion script to fix message "bad array subs cript" | Kim Hagen | |
2016-02-05 | Change vyatta-union to vyos-union. | Thomas Jepp | |
2016-02-03 | Actually mount /boot and /boot/grub on Jessie. | Thomas Jepp | |
2016-01-24 | 0.102.0+vyos2+current1debian/0.102.0+vyos2+current1 | Kim Hagen | |
2015-12-17 | Fix the reversed sort order for nodes. | Thomas Jepp | |
2015-12-17 | Go back to using the apt version comparison for node sorting. | Thomas Jepp | |
2015-12-17 | Remove the dependency on apt. | Thomas Jepp | |
2015-12-17 | Replace dpkg version comparisions with strcmp. | Thomas Jepp | |
2015-12-16 | Update Makefile.am and configure.ac to properly add GObject linking. | Thomas Jepp | |
2015-12-16 | More fixes to cstore-unionfs & cli_shell_api. | Thomas Jepp | |
2015-11-23 | Build fixes for updated libraries on Jessie. | Thomas Jepp | |
2015-11-23 | Fix missing build depends and runtime depends. Add a runtime dependency on ↵ | Thomas Jepp | |
vyatta-quagga to ensure packages are configured in the right order. | |||
2015-11-14 | 0.102.0+vyos2+lithium18debian/0.102.0+vyos2+lithium18 | Alex Harpin | |
2015-11-14 | vyatta-cfg: allow package to depend on development builds | Alex Harpin | |
Allow the vyatta-cfg package to depend on development of libvyatta-cfg so development ISOs can be built using it. | |||
2015-10-26 | 0.102.0+vyos2+lithium17debian/0.102.0+vyos2+lithium17 | Alex Harpin | |
2015-10-26 | Merge pull request #5 from elonhub/add-sftp | Daniil Baturin | |
Bug 584 - Allow sftp as copy and commit-archive location destination | |||
2015-10-25 | Prevent grouping from capturing | Leon Messner | |
2015-10-25 | Bug 584 - Allow sftp as copy and commit-archive location destination. | Leon Messner | |
2015-10-17 | 0.102.0+vyos2+lithium16debian/0.102.0+vyos2+lithium16 | Alex Harpin | |
2015-10-17 | vyatta-cfg: add port checking routine to misc.pm | Alex Harpin | |
Add a port checking routine to Vyatta/Misc.pm to allow commits to check if a port is currently in use before allowing them. This is in connection with Bug #43, where no port checking was done on commit. | |||
2015-10-10 | 0.102.0+vyos2+lithium15debian/0.102.0+vyos2+lithium15 | Alex Harpin | |
2015-10-10 | vyatta-cfg: double quoted config values ending in \ are not reboot safe | Alex Harpin | |
Configurations that contain double quoted values that ended in \ were causing parse errors on load / reboot, resulting in a failure to load the config file and an empty config. This commit adds extra logic to the lex parsing of the config file to catch this particular case whilst still allowing escaped quotes in the middle of quoted values. Bug #593 http://bugzilla.vyos.net/show_bug.cgi?id=593 | |||
2015-07-11 | 0.102.0+vyos2+lithium14debian/0.102.0+vyos2+lithium14beryllium | Alex Harpin | |
2015-07-11 | vyatta-cfg: formatting changes for style consistency | Alex Harpin | |
Perltidy run on scripts/vyatta-config-loader.pl and scripts/vyatta-save-config.pl to have consistent identation levels and style throughout. | |||
2015-07-09 | 0.102.0+vyos2+lithium13debian/0.102.0+vyos2+lithium13 | Alex Harpin | |
2015-07-09 | vyatta-cfg: updated fix for formatting top level cli merge command | Alex Harpin | |
Update to the earlier fix for the formatting issue with the merge command when listing the available commands at the top level CLI. The previous commit caused formatting issues with node level commands, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509 | |||
2015-07-07 | 0.102.0+vyos2+lithium12debian/0.102.0+vyos2+lithium12 | Alex Harpin | |
2015-07-07 | vyatta-cfg: remove unused unionfs mounts following unclean config exits | Alex Harpin | |
If a configuration session is exited uncleanly, either as a result of a network disconnect / timeout or other forced quit from within config mode, the unionfs mount is left in place. These remain until the system is rebooted, giving an error when unmounting the config directory. This commit checks for old configuartion directories when a user enters config mode, removing any found that are owned by that user but not part of any active configuration seesion. Bug #564 http://bugzilla.vyos.net/show_bug.cgi?id=564 | |||
2015-06-30 | vyatta-cfg: fix formatting issue with top level cli merge command | Alex Harpin | |
Fix a formatting issue with the merge command when listing the available commands at the top level CLI, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509 | |||
2015-06-28 | 0.102.0+vyos2+lithium11debian/0.102.0+vyos2+lithium11 | Alex Harpin | |
2015-06-26 | vyatta-cfg: correct UnionfsCstore::do_umount error message | Alex Harpin | |
2015-06-15 | 0.102.0+vyos2+lithium10debian/0.102.0+vyos2+lithium10 | Alex Harpin | |
2015-06-15 | vyatta-cfg: update dh_gencontrol with new development build flag | Alex Harpin | |
2015-04-09 | 0.102.0+vyos2+lithium9debian/0.102.0+vyos2+lithium9 | Daniil Baturin | |
2015-04-09 | Remove some obsolete workaround. | Daniil Baturin | |
Use hardcoded pre/post commit hook dirs, it's not like they ever change. | |||
2015-04-09 | 0.102.0+vyos2+lithium8debian/0.102.0+vyos2+lithium8 | Daniil Baturin | |
2015-04-09 | Clean up the debian/control. | Daniil Baturin | |
2015-04-09 | Bug #538: run user commit hooks as vyattacfg group member. | Daniil Baturin | |
Fix wrong placement of the post-commit script. | |||
2015-04-03 | 0.102.0+vyos2+lithium7debian/0.102.0+vyos2+lithium7 | Daniil Baturin | |
2015-04-03 | Force release | Daniil Baturin | |
2015-04-03 | 0.102.0+vyos2+lithium6debian/0.102.0+vyos2+lithium6 | Daniil Baturin | |
2015-04-03 | Bug #538: add scripts for running user commit hooks. | Daniil Baturin | |
2015-02-15 | 0.102.0+vyos2+lithium5debian/0.102.0+vyos2+lithium5 | Alex Harpin | |
2015-02-15 | vyatta-cfg: update is_primary_address for vtun and wan interfaces | Alex Harpin | |
Expand the matching done in is_primary_address to account for the fact that the output from "ip address show" is different for vtun and wan interfaces; add a separate check for these interfaces. Bug #488 http://bugzilla.vyos.net/show_bug.cgi?id=488 | |||
2015-02-15 | vyatta-cfg: update get_ipaddr_int_hash for vtun and wan interfaces | Alex Harpin | |
Expand the matching done in get_ipaddr_int_hash to account for the fact that the output from "ip addr show" is different for vtun and wan interfaces; add a separate check for these interfaces. Bug #35 http://bugzilla.vyos.net/show_bug.cgi?id=35 | |||
2015-02-08 | 0.102.0+vyos2+lithium4debian/0.102.0+vyos2+lithium4 | Alex Harpin | |
2015-02-08 | vyatta-cfg: set the path for a vrrp interface correctly | Alex Harpin | |
Update the path set when the interface in question is a VRRP so it points to vrrp vrrp-group vrid rather than vrrp vrid. Along with the patch for bug #7, this now shows the description correctly for a VRRP interface. Bug #130 http://bugzilla.vyos.net/show_bug.cgi?id=130 | |||
2015-01-11 | 0.102.0+vyos2+lithium3debian/0.102.0+vyos2+lithium3 | Alex Harpin | |
2015-01-11 | vyatta-cfg: fix for "failed to generate commited config" | Alex Harpin | |
When changes are made to the system by more than one user, only the first user after a reboot is able to commit successfully, the others fail with "Failed to generate committed config". This is caused as a result of the underlying unionfs-fuse mount used for the system configuration and the fact that a .unionfs directory if left in the active configuration with permissions set such that only the original committing user can change them. Bug #403 http://bugzilla.vyos.net/show_bug.cgi?id=403 | |||
2014-12-15 | 0.102.0+vyos2+lithium2debian/0.102.0+vyos2+lithium2 | Alex Harpin | |