summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-24Merge branch 'current' into lithiumlithiumDaniil Baturin
Conflicts: debian/changelog scripts/snmp/vyatta-snmp-v3.pl scripts/snmp/vyatta-snmp.pl templates/interfaces/tunnel/node.def templates/system/sysctl/custom/node.def
2018-06-15T697: remove dependencies no longer needed.Daniil Baturin
Moving snmp, snmpd, openssh-server, ssh, ntp to vyos-1x. Moving iputils-arping to there as well, nothing in cfg-system uses it, but scripts in op do, and they will be moved to vyos-1x.
2018-06-15Merge pull request #72 from shafer/pdnsfixesChristian Poessinger
Cleans up an old reference to dnsmasq in static-host-mapping
2018-06-14stop pdns-recursor from starting at boot.Kim
2018-06-13dnsmasq is gone, restart the correct processShafer Stockton
also prevents additions from failing at commit
2018-06-10T313: Typo fix in 'set system sysctl custom'Christian Poessinger
2018-06-08T652: remove PERL scripts required for SNMP serviceChristian Poessinger
2018-06-08Revert "T652: remove SNMP perl scripts"Christian Poessinger
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3.
2018-06-08T652: remove SNMP perl scriptsChristian Poessinger
2018-06-04T652: Rewrite service snmp in new style XML interface definitionChristian Poessinger
Perl scripts will be removed when op mode commands are implemented.
2018-05-31T232: force FAT label creation before creating the root partition.Daniil Baturin
2018-05-30T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd.Daniil Baturin
2018-05-30T667: increase the "system" module version for migration purposes.Daniil Baturin
2018-05-28Ignore nss mapuser when radius is enabled.Kim Hagen
2018-05-24set minimum uid to 1001Kim
Name mapping will not work on uids below 1001 https://github.com/vyos/libnss-mapuser/blob/2392d2acdff02dbf3d04b6a7eb08c195bd3a6168/map_common.c#L37
2018-05-24add path to libraryKim
2018-05-19Updata pam radius settingsUnicronNL
2018-05-17Use system instead of qxUnicronNL
2018-05-17Radius update nsswitch.confUnicronNL
2018-05-17T648: fix custom sysctl setting because of output redirectionChristian Poessinger
2018-05-16Add extra configuration options for RadiusUnicronNL
2018-05-16Set the correct groups for user radius_priv_userUnicronNL
2018-05-16Add 2 users used for radius mapping.UnicronNL
2018-05-16T574: remove the update hosts script from the makefile.Daniil Baturin
2018-05-16T574: remove the old system host-name/domain-name commands, moving to vyos-1x.Daniil Baturin
2018-05-14T637: remove dependency on tshark.Daniil Baturin
2018-05-13T631: Rewrite SSH configuration as XML interface definitionChristian Poessinger
2018-05-07T623: Rewrite NTP subsystem in new XML style interface definitionChristian Poessinger
2018-04-15T588: Remove DNS forwarder restart command in favour if XML interface definitionChristian Poessinger
2018-04-15Remove dns forwarding templates in favor of vyos-1xChristian Poessinger
2018-04-05Add help for baud rate.Kim
2018-04-05Do not restart tty, it will put you back at login screen.Kim
2018-03-10Merge remote-tracking branch 'upstream/current' into currentChristian Poessinger
* upstream/current: T507: add autocompletion or SSH key exchange algorithms sometimes drives report they are not aligned
2018-03-100.20.44+vyos2+current10Christian Poessinger
2018-03-10Merge remote-tracking branch 'c-po/remove-install-system-cmd' into currentChristian Poessinger
* c-po/remove-install-system-cmd: Remove "install system" command
2018-02-28Merge branch 'current' of github.com:vyos/vyatta-cfg-system into currentDaniil Baturin
2018-02-28T507: add autocompletion or SSH key exchange algorithmsDaniil Baturin
2018-02-22sometimes drives report they are not alignedKim
And then on reboot it hangs where it should start grub
2018-02-210.20.44+vyos2+current9Christian Poessinger
2018-02-21T546: Add support for IPv6 address in 'service dns forwarding domain'Christian Poessinger
2018-02-20Rename the "client" NTP option to "allow-clients" to make it more clear what ↵Daniil Baturin
it does (fixes T553).
2018-02-19Adjust rsyslog.conf to use the journald forwarding (T552).Daniil Baturin
2018-01-21T523: Only bind dnsmasq to configured interfacesChristian Poessinger
2018-01-21T523: Use systemctl to stop/restart dnsmasqChristian Poessinger
2018-01-21T523: Use new location for dnsmasq config filesChristian Poessinger
2018-01-03Merge pull request #68 from alainlamar/t122-sshdKim
T122: Add config nodes for user/group access controls in sshd_config
2018-01-03Merge pull request #62 from phoenix0984/eccKim
Add ecc support to openssh
2018-01-02T122: Undo the multiple-features-in-one-commit commitAlain Lamar
2018-01-02Merge branch 't122-sshd' of https://github.com/alainlamar/vyatta-cfg-system ↵Alain Lamar
into t122-sshd
2018-01-02T122: Added a config node to implement sshd_config's DenyGroupsAlain Lamar