Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-27 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg into islavista | slioch | |
2008-08-27 | strip off whitespace in default value parsed from node.def file--fixes ↵ | slioch | |
problem of deleting time-zone value without value. | |||
2008-08-26 | Merge branch 'hollywood' into islavista | rbalocca | |
2008-08-21 | fix for bug 3280: ignore password etc. in history | An-Cheng Huang | |
2008-08-19 | 3.1.3vyatta/3.1.4vyatta/3.1.3debian/0.13hollywood | Mark O'Brien | |
2008-08-12 | Vtysh is not in sbindir | Stephen Hemminger | |
2008-08-12 | Change back to vyatta-vtysh | Stephen Hemminger | |
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-08-05 | Merge branch 'hollywood' into islavista | Rick Balocca | |
Conflicts: scripts/vyatta-interfaces.pl | |||
2008-08-04 | Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it. | Stig Thormodsrud | |
2008-08-04 | Add curl package for bug 3143. | Stig Thormodsrud | |
2008-07-25 | Fix Bug 3524 dhcp client doesn't insert default route on system reboot | Mohit Mehta | |
- also move temp files for release of dhcp interface to /var/run from /var/lib | |||
2008-07-30 | Use vtysh directly | Stephen Hemminger | |
No longer need the perl wrapper for vtysh. The options and logging have been folded into it. | |||
2008-07-30 | mark vyatta-cfg as bash not sh script | Stephen Hemminger | |
This gets rid of a build error from lintian | |||
2008-07-29 | Merge branch 'islavista' of speedy:git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-07-29 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-07-29 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-07-29 | Optimize delete | Stephen Hemminger | |
Use inline code rather than system() function, and optimize allocation to use stack where possible. | |||
2008-07-29 | Optimize commit | Stephen Hemminger | |
Use inline (rather than system), and avoid unneeded allocations. | |||
2008-07-29 | Turn my_wrappers into macros | Stephen Hemminger | |
The my_malloc() etc wrappers can be shrunk by using macros. | |||
2008-07-29 | Avoid overhead of system | Stephen Hemminger | |
Use mkdir and file operations rather than overhead of escaping to system() shell. | |||
2008-07-29 | Avoid needless calls to system() | Stephen Hemminger | |
Add a version of touch and mkdir -p commands coded directly without going out to shell. | |||
2008-07-29 | Add missing include | Stephen Hemminger | |
Pickup definition of bye() to avoid warning. | |||
2008-07-29 | Add annotation to cli functions | Stephen Hemminger | |
Use gcc annotations for noreturn and printf like formats | |||
2008-07-29 | Add ipv6 address to comp_help. | Stig Thormodsrud | |
2008-07-29 | type_to_name returns immutable string | Stephen Hemminger | |
Don't want accidental errors | |||
2008-07-29 | Fix 3505: cli crashes on ipv6net type. | Stig Thormodsrud | |
2008-07-28 | Remove spurious error message during install | rbalocca | |
2008-07-28 | fix for bug 1130. disable ctrl-c during load command to prevent partial load. | root | |
2008-07-27 | Merge branch 'hollywood' | Rick Balocca | |
2008-07-23 | Merge branch 'hollywood' | Rick Balocca | |
2008-07-23 | Merge branch 'hollywood' into islavista | Rick Balocca | |
2008-07-23 | Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417 | Rick Balocca | |
2008-07-23 | Fix bug 3318 | Mohit Mehta | |
dont't create unnecessary temporary files, use already created file in active config to retrieve mtu value | |||
2008-07-23 | Fix Bug 3318 ENHANCEMENT REQUEST: Option to NOT Accept DHCP MTU Offers Below ↵ | Mohit Mehta | |
Specified Value - only request for dhcp-option interface-mtu from a dhcp-server for an ethernet interface using dhcp to get IP - do not request for interface-mtu for other interfaces that use dhcp i.e. ethernet vifs and bridges - request for interface-mtu from dhcp-server for ethernet interfaces, only if ethernet mtu not set in CLI | |||
2008-07-23 | fix bug 3524 dhcp client doesn't insert default route on system reboot | Mohit Mehta | |
- copy fix from islavista to hollywood | |||
2008-07-23 | 3.1.2vyatta/3.1.2debian/0.12 | Mark O'Brien | |
2008-07-22 | Prioritize vpn ahead of pppo[ea] interfaces. | Stig Thormodsrud | |
2008-07-16 | Merge branch 'hollywood' | Rick Balocca | |
2008-07-15 | Merge branch 'hollywood' | Rick Balocca | |
2008-07-11 | fix for bug 3441. Selective stripping of the 'def' only needs to occur in ↵ | Michael Larson | |
one location. hease enter the commit message for your changes. | |||
2008-07-10 | Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-07-10 | Revert "fix for bug 3441. Removed def from listOutputNodes(), which allowed ↵ | Michael Larson | |
other code that filters out def file to be removed." Need to spend more time with this fix--'def' is used in locations to suppress non-user specified default values. will reapply revised fix after a bit more vetting. This reverts commit 42d6c942800e2273b77ea92371ffdcb3f183163f. | |||
2008-07-09 | Merge branch 'hollywood' | Rick Balocca | |
2008-07-09 | Merge branch 'hollywood' of git:/git/vyatta-cfg into hollywood | Mark O'Brien | |
2008-07-09 | Merge branch 'hollywood' | rbalocca | |
2008-07-09 | fix for bug 3441. Removed def from listOutputNodes(), which allowed other ↵ | root | |
code that filters out def file to be removed. | |||
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427 | rbalocca | |
2008-07-07 | fix for bug 3323: skip deletions of nodes with default values when loading | An-Cheng Huang | |
a config file. | |||
2008-07-07 | fix for bug 3216. added no escape option to push path for environmental path ↵ | Michael Larson | |
variable. note this is appied to all c code access to the edit env variable. |