summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-090.20.67debian/0.20.67Saurabh Mohan
2013-05-09Merge daisy support for mGRESaurabh Mohan
2013-05-020.20.66debian/0.20.66Stephen Hemminger
2013-05-02login: force vyatta user's to have vbash as shellStephen Hemminger
If account already existed in passwd file, but then same user added to Vyatta config, force the shell to be vbash. This fixes case of autologin on initial livecd boot where the autologin happens as 'vyatta' but gets bash instead of vbash as shell.
2013-04-250.20.65debian/0.20.65Stephen Hemminger
2013-04-25Cleanup package dependenciesStephen Hemminger
Add dependency on whois (for mkpasswd), and awk Remove dependency on tasksel (debian installer). Sort package dependency list
2013-04-240.20.64debian/0.20.64Stephen Hemminger
2013-04-24don't error if file does not exist when doing setcapStephen Hemminger
The install script sets capabilities on some files These files may not exist if a package is not part of the ISO, therefore it is ok.
2013-04-170.20.63debian/0.20.63John Southworth
2013-04-17Merge branch 'master' of git.vyatta.com:/git/vyatta-cfg-systemJohn Southworth
2013-04-17Cleanup fix for 8711John Southworth
Fix pgrep logic and formatting.
2013-04-170.20.62debian/0.20.62James Davidson
2013-04-17Replace original config file handling behaviourJames Davidson
Bug 8864: Commit 4dce31b15ce038527cbd03a21b23ad094d71750c changed the behaviour of when a config file was not present. This change replaces the original behaviour. (cherry picked from commit aec7e4cefd206fa9397456917ec5e83e86089343)
2013-04-150.20.42+daisy18vyatta/VC6.6R1/i386vyatta/VC6.6R1/amd64debian/0.20.42+daisy18James Davidson
2013-04-15Replace original config file handling behaviourJames Davidson
Bug 8864: Commit 1f90d46cbc889d45dbfd5e499ad24a399b059d3b changed the behaviour of when a config file was not present. This change replaces the original behaviour.
2013-04-120.20.42+daisy17debian/0.20.42+daisy17John Southworth
2013-04-12Bugfix 8711: Switch to Bash syntax for conditionalsJohn Southworth
2013-04-120.20.61debian/0.20.61John Southworth
2013-04-12Bugfix 8711: Switch to Bash syntax for conditionalsJohn Southworth
2013-04-120.20.42+daisy16debian/0.20.42+daisy16John Southworth
2013-04-12ethernet: deleting device should put in admin downStephen Hemminger
Typo in conditional meant that 'ip li set dev ethN down' never ran.
2013-04-120.20.42+daisy15debian/0.20.42+daisy15John Southworth
2013-04-12Bugfix 8526: don't use REQUIRED on remote-ipJohn Southworth
Having the word REQUIRED in the string is enough to break the webgui, remove it entirely
2013-04-120.20.60debian/0.20.60John Southworth
2013-04-12Bugfix 8526: don't use REQUIRED on remote-ipJohn Southworth
2013-04-120.20.42+daisy14debian/0.20.42+daisy14John Southworth
2013-04-12Bugfix 8804John Southworth
2013-04-020.20.59debian/0.20.59Stephen Hemminger
2013-04-02ethernet: deleting device should put in admin downStephen Hemminger
Typo in conditional meant that 'ip li set dev ethN down' never ran.
2013-04-020.20.42+daisy13debian/0.20.42+daisy13James Davidson
2013-04-02fix device naming on bootStephen Hemminger
Bug 8804 Previous change was passing a logfile to biosdevname, but parent directory was not necessarily created at that point! Log file is useless anyway, just redirect to dev null. (cherry picked from commit dcabba83be38ee6f79ab5a347f0cb3cce5a9eca8)
2013-04-02snmpv3: enable strict warnings and fix perlcriticStephen Hemminger
The SNMPv3 code did not enable strict type checking and had other poor style found by perlcritic. (cherry picked from commit 4dce31b15ce038527cbd03a21b23ad094d71750c)
2013-04-01Merge branch 'master' of fiji.vyatta.com:/git/vyatta-cfg-systemStephen Hemminger
2013-04-01snmpv3: enable strict warnings and fix perlcriticStephen Hemminger
The SNMPv3 code did not enable strict type checking and had other poor style found by perlcritic.
2013-04-010.20.58debian/0.20.58James Davidson
2013-04-01Fix typo in domain-name delete actionJames Davidson
Bug 8829 (cherry picked from commit f81fdcb67721134c29ba1cb789a932e68622646f)
2013-04-010.20.42+daisy12debian/0.20.42+daisy12James Davidson
2013-04-01Fix typo in domain-name delete actionJames Davidson
Bug 8829
2013-03-290.20.57debian/0.20.57Stephen Hemminger
2013-03-29syslog: fix channel syntaxStephen Hemminger
Bug 8813 Need to add omfile when referring to channel.
2013-03-280.20.56debian/0.20.56Stephen Hemminger
2013-03-28fix device naming on bootStephen Hemminger
Bug 8804 Previous change was passing a logfile to biosdevname, but parent directory was not necessarily created at that point! Log file is useless anyway, just redirect to dev null.
2013-03-280.20.55debian/0.20.55James Davidson
2013-03-28SNMP: Add multicast smux peersJames Davidson
(cherry picked from commit d51d7a787a962ead30478d3fe23a356634ca3577)
2013-03-28Sync up SNMPv3 supportJames Davidson
SNMP-135 store SNMP superuser password to config file SNMP-130 add engineId for trap-target SNMP-134 use 'stop' and 'start' instead of 'restart' SNMP-141 change engineID syntax checking SNMP-136 Users are lost after changing TSM port SNMP-149 TLS Error: Permission denied SNMP-147 Not correct priority in TSM users SNMP-148 Configuring already use port for TSM is destroying users. SNMP-151 Errors in logs after first snmp configuration SNMP-152 Hide 'No such file or directory' error message SNMP-153 Debug messages after 'delete service snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change syntax of trap-target engineID SNMP-163: added script to check name, apply it for user, group and view names SNMP-161 Faulty configuration with many trap-target SNMP-160 Look for TSM keys in /config folder SNMP-162 CLI permit not correct oid SNMP-163: typo in script SNMP-160 Look for TSM keys in /config folder SNMP-163: added support of upper case for names in the script SNMP-163: create rule for names, permit only a-zA-Z0-9 SNMP-163: typo (cherry picked from commit e4c3ae81d2d1f040a8ad363928302d72f8431ef9)
2013-03-28Initial SNMPv3 supportJames Davidson
(cherry picked from commit 1d917be739f1db7b1ff1d26a0238322d7fd475c5)
2013-03-200.20.42+daisy11debian/0.20.42+daisy11James Davidson
2013-03-20SNMP: Add multicast smux peersJames Davidson
2013-03-060.20.42+daisy10debian/0.20.42+daisy10James Davidson
2013-03-06Sync up SNMPv3 supportJames Davidson
SNMP-135 store SNMP superuser password to config file SNMP-130 add engineId for trap-target SNMP-134 use 'stop' and 'start' instead of 'restart' SNMP-141 change engineID syntax checking SNMP-136 Users are lost after changing TSM port SNMP-149 TLS Error: Permission denied SNMP-147 Not correct priority in TSM users SNMP-148 Configuring already use port for TSM is destroying users. SNMP-151 Errors in logs after first snmp configuration SNMP-152 Hide 'No such file or directory' error message SNMP-153 Debug messages after 'delete service snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change syntax of trap-target engineID SNMP-163: added script to check name, apply it for user, group and view names SNMP-161 Faulty configuration with many trap-target SNMP-160 Look for TSM keys in /config folder SNMP-162 CLI permit not correct oid SNMP-163: typo in script SNMP-160 Look for TSM keys in /config folder SNMP-163: added support of upper case for names in the script SNMP-163: create rule for names, permit only a-zA-Z0-9 SNMP-163: typo