blob: ea8523564e295db4323e8ec0e1ef8c7876a606f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
vyatta-op (0.3) unstable; urgency=low
3.0.1
[ Mark O'Brien ]
[ An-Cheng Huang ]
* * fix for bug 2771: bind space to completion for vbash users.
* Revert "* fix for bug 2771: bind space to completion for vbash
users."
* fix for bug 2911: check log file name
* add quoting for inline scripts in templates
* show commands don't need sudo
* revert sudo removal for "identify" command since the kernel change
* partial fix for bug 2771: change default for root and add command
for
[ Bob Gilligan ]
* Bugfix: 2879
[ Christopher LILJENSTOLPE ]
* Fix 2965: IPv6 Interface information not shown in show interfaces
[ Justin Fletcher ]
* Follow log file through log rotation
[ Mohit Mehta ]
* Fix Bug 2707 Missing from Glendale
* Fix Bug 2707 Missing from Glendale
* Fix Bug 2707 Missing from Glendale
* Fix Bug 2863 "show bridge" prompts for sudo password
* Fix Bug 2707 Missing from Glendale
[ Stephen Hemminger ]
* add command to show end of log file
* bridge status commands don't need sudo
* no need for sudo to read log messages
* use sysfs rather dmidecode to look at hardware information
* remove root requirement
* Use hardcoded path to ethtool
* don't use sudo-users for ip commands
* no longer need sudo-users links for commands
* tech-support is a shell script
* Add show license command
* Update license from VPL 1.0 to GPLv2
* remove init-floppy
* Fix this a different way.
* Move init-floppy to /opt/vyatta/sbin
* don't run commands in subshell
* Need to run commands via eval
* Better fix for interrupted shell commands problem.
[ Stig Thormodsrud ]
* Fix operator permissions for "clear arp" and "clear ip route cache".
* Fix operator permissions for "clear interface counters" and "clear
dhcp client process"
* Add quotes to user entered parameters
* Add quotes around user input
[ rbalocca ]
* Remove postrm from configure.ac, since it was deleted
* Fix syntax error in control file + add a missing dependency: "less"
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Tue, 18 Mar 2008 19:05:07 -0700
vyatta-op (0.2) unstable; urgency=low
vc4.0.0
[ Mark O'Brien ]
[ An-Cheng Huang ]
* fix for bug 2587: add "identify" command under "show interfaces
ethernet".
* bind '?' to "possible-completions" for help
[ Bob Gilligan ]
* Teach the vyatta-show-interfaces script about PPPOE interfaces.
* Bugfix: 2634
* Bugfix: 2712
[ Mark O'Brien ]
* Added "clear console" command to clear screen.
[ Stephen Hemminger ]
* running brctl doesn't need root privledges
* no longer need sudo for ethtool
* no need for sudo when using ethtool
* remove usage of sudo in tech-support script
* remove unneeded install steps
* Revert "remove unneeded install steps"
* Revert "remove usage of sudo in tech-support script"
* Revert "no need for sudo when using ethtool"
* Revert "no longer need sudo for ethtool"
* Revert "running brctl doesn't need root privledges"
[ Stig Thormodsrud ]
* add 'show dhcp client leases'
* fix 'show vrrp interface <>'
* - Add "show ip route forward"
* Change 'show dhcp client' to 'show dhcp client leases'
* Add 'clear arp <address|interface>' bug 2702
* Fix 2710: Missing hardware commands
* - Fix bug 776: need "clear interface" command to clear counters
* Add "clear dhcp client process".
* Fix "show dhcp client leases" so that it will parse multiple name
servers.
* Change printf to use "u" instead of "d". Still need to handle 32 bit
counter roll.
* Handle 32 bit counter roll in "show interfaces".
[ Tom Grennan ]
* fix (or at least improve) bug 2519
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Mon, 25 Feb 2008 17:39:32 -0800
vyatta-op (0.1) unstable; urgency=low
* Initial Release.
-- Tom Grennan <tgrennan@vyatta.com> Mon, 17 Sep 2007 15:29:15 -0700
|