summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-05The command "show log firewall name <name>" does not show the expected log ↵heliumKim Hagen
entries
2015-08-120.14.0+vyos1+helium22debian/0.14.0+vyos1+helium22Daniil Baturin
2015-08-12vyatta-op: strip-private removes "user" rather than actual usernameAlex Harpin
The strip-private pipe command removes the user node entry rather than the actual username. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-08-12vyatta-op: remove user login public key information with strip-privateAlex Harpin
Extend the strip-private command pipe so that it removes the public key user login information. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-03-090.14.0+vyos1+helium21debian/0.14.0+vyos1+helium21Alex Harpin
2015-03-09vyatta-op: replace 'show shutdown' with 'show poweroff' and use scriptAlex Harpin
Rename 'show shutdown' to 'show poweroff' so it is the same as the configuration options, and set the command to use the script to show the scheduled poweroff time. Bug #461 http://bugzilla.vyos.net/show_bug.cgi?id=461
2015-02-270.14.0+vyos1+helium20debian/0.14.0+vyos1+helium20Daniil Baturin
2015-02-27Bug #377: make commands pipe throw an error in op mode.Daniil Baturin
2015-02-240.14.0+vyos1+helium19debian/0.14.0+vyos1+helium19Alex Harpin
2015-02-24vyatta-op: final fix for the ssh client failing to disconnect on rebootAlex Harpin
Final fix to ensure that any SSH clients are sent the disconnect signal on a scheduled reboot as well as a 'reboot now'. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2015-02-24vyatta-op: update the system poweroff cli command to be script basedAlex Harpin
Update the system poweroff command to use the vyatta-poweroff.pl script rather than simply uisng the shutdown command. This allows other actions to be taken on shutdown, including correctly disconnecting SSH clients rather than having them resorting to timing out (Bug #298) Bug #460 http://bugzilla.vyos.net/show_bug.cgi?id=460
2015-02-24vyatta-op: on shutdown/reboot the client ssh session doesn't disconnectAlex Harpin
When either the reboot or poweroff commands are issued from the CLI, any ssh clients currently connected to the system aren't disconnected correctly, having to rely on a timeout to terminate them. The sendsigs process doesn't fully close sshd before the network is taken down, with the result that the client don't receive the disconnect signal. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2015-01-200.14.0+vyos1+helium18debian/0.14.0+vyos1+helium18Alex Harpin
2015-01-20vyatta-op: fix for show host domain replies (none)Alex Harpin
Add the -d option to /bin/domainname so it actually returns the domain name configured on the system instead of (none) Bug #438 http://bugzilla.vyos.net/show_bug.cgi?id=438
2014-10-090.14.0+vyos1+helium17debian/0.14.0+vyos1+helium17Daniil Baturin
2014-10-10Merge pull request #3 from cyclops8456/heliumDaniil Baturin
vyatta-op: fix for the config file copy via scp failure
2014-10-09vyatta-op: fix for the config file copy via scp failureAlex Harpin
Copying the config file (or any other for that matter via the CLI copy command) to another host via scp fails due to the failure to create the known_hosts file. Bug #340 http://bugzilla.vyos.net/show_bug.cgi?id=340
2014-10-09vyatta-op: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-image-tools.pl to have consistent identation levels and style throughout.
2014-10-080.14.0+vyos1+helium16debian/0.14.0+vyos1+helium16Daniil Baturin
2014-10-08Add an option to disable inotify to fail -f commands.Daniil Baturin
OverlayFS doesn't work well with inotify.
2014-10-080.14.0+vyos1+helium15debian/0.14.0+vyos1+helium15Daniil Baturin
2014-09-20Merge pull request #2 from upa/helium-vxlan-cliDaniil Baturin
Add vxlan support
2014-09-020.14.0+vyos1+helium14debian/0.14.0+vyos1+helium14Daniil Baturin
2014-09-02Bug 300: disallow entering conf mode as root.Daniil Baturin
2014-08-24Add vxlan supportupa
2014-07-250.14.0+vyos1+helium13vyos/1.1.0-beta1debian/0.14.0+vyos1+helium13Daniil Baturin
2014-07-25Boot type check had unionfs hardcoded in it. Now it has overlayfs hardcoded ↵Daniil Baturin
in it. This makes me happy.
2014-07-080.14.0+vyos1+helium12debian/0.14.0+vyos1+helium12Daniil Baturin
2014-07-08Update package maintainer address.Daniil Baturin
2014-07-070.14.0+vyos1+helium11debian/0.14.0+vyos1+helium11Daniil Baturin
2014-07-07Add Maya calendar support to date commandsDaniil Baturin
for planning system maintenance rituals. ;)
2014-07-030.14.0+vyos1+helium10debian/0.14.0+vyos1+helium10Daniil Baturin
2014-07-03Add more interface types to "show arp" completion.Daniil Baturin
2014-07-020.14.0+vyos1+helium9debian/0.14.0+vyos1+helium9Daniil Baturin
2014-07-02Bug #251: add "commands" filter to completion list.Daniil Baturin
2014-07-020.14.0+vyos1+helium8debian/0.14.0+vyos1+helium8Daniil Baturin
2014-07-02Bug #251: add completion and help for the "| commands" filter.Daniil Baturin
2014-07-02Bug #104: add help text for the strip-private pipe.Daniil Baturin
2014-07-020.14.0+vyos1+helium7debian/0.14.0+vyos1+helium7Daniil Baturin
2014-07-02Bug #104: add pipe for stripping private information from config.Daniil Baturin
2014-07-020.14.0+vyos1+helium6debian/0.14.0+vyos1+helium6Daniil Baturin
2014-07-02Bug #39: Add op mode commands for sending gratuitous ARP requests/replies.Daniil Baturin
2014-05-09Bug #71: "show system memory cache" gives "permission denied" messageKim Hagen
2014-04-060.14.0+vyos1+helium5debian/0.14.0+vyos1+helium5Daniil Baturin
2014-04-06Bug #170: add L2TPv3 interface type to monitor command generator.Daniil Baturin
2014-04-06Bug #170: add "clear interface" commands for L2TPv3 interfaces.Daniil Baturin
2014-04-06Bug #159: add op mode support for dummy interfaces.Daniil Baturin
2014-04-06Replace Vyatta with VyOS in "show license" command help.Daniil Baturin
2014-04-060.14.0+vyos1+helium4debian/0.14.0+vyos1+helium4Daniil Baturin
2014-03-17Merge pull request #1 from higebu/feature/l2tpv3Daniil Baturin
Bug #170: Add support for l2tpv3