Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-11 | tweak parser for top-level comment | An-Cheng Huang | |
(cherry picked from commit 7f436bd240d19bace94f102ce2f035399e48d612) | |||
2011-01-11 | use the old interface rather than call unlink directly. | Michael Larson | |
(cherry picked from commit 3246881725b219e532464a0191d074e9f02cba23) | |||
2011-01-11 | and fix for bug 6638 | Michael Larson | |
(cherry picked from commit ef1635f3d6784b77ecce922fbfad0ca96b749a30) | |||
2011-01-11 | re-enable concurrent configuration commit locking. | Michael Larson | |
locking can be overrode though commit -l flag. (cherry picked from commit c13f949c55df81052c73d394d5ed5ea18a65502b) | |||
2011-01-07 | improve load error message | An-Cheng Huang | |
(cherry picked from commit 42f2fdb35cff89debd346126eb69cd95d855ff7b) | |||
2011-01-05 | fix for bug 6641 | An-Cheng Huang | |
* change shell API to only use "edit level" when needed. * add factory functions for cstore creation to simplify code. (cherry picked from commit 2208bfef1004295d3227492c6a3e9d7b36903db5) | |||
2011-01-05 | Fix completion of IPv6 address | Stephen Hemminger | |
By default bash completion considers ':' as seperator between tokens when doing completion. But the list of characters is configurable. (cherry picked from commit a7fcaabddafd970790abd99cd9afed0625aac49b) | |||
2011-01-04 | workaround for bug 5388 | An-Cheng Huang | |
* disallow double quote (") character in config values. (cherry picked from commit 143d9b4ed9fcf3ac29fd8bc8c6af6bb1921fada8) | |||
2010-12-28 | 0.18.74debian/0.18.74 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-12-21 | 0.18.73debian/0.18.73 | An-Cheng Huang | |
2010-12-21 | propagate constness | An-Cheng Huang | |
2010-12-20 | 0.18.72debian/0.18.72 | Stephen Hemminger | |
2010-12-20 | Handle IPv6 in is_local_address | Stephen Hemminger | |
Bug 6590 The code to check for local address has to be smarter to handle IPv6. Introduces dependency on Socket6 module. | |||
2010-12-20 | 0.18.71debian/0.18.71 | An-Cheng Huang | |
2010-12-20 | make output-related functions static | An-Cheng Huang | |
2010-12-14 | provide default filename completion | An-Cheng Huang | |
2010-12-13 | 0.18.70debian/0.18.70 | An-Cheng Huang | |
2010-12-13 | make the library croak when internal error occurs in perl context. | An-Cheng Huang | |
* extend output/assert mechanism and simplify code. * when handling internal error, automatically detect perl context and croak if the library is used from perl. | |||
2010-12-10 | 0.18.69debian/0.18.69 | Stig Thormodsrud | |
2010-12-10 | Export vrrp_get_primary(). | Stig Thormodsrud | |
2010-12-10 | 0.18.68debian/0.18.68 | An-Cheng Huang | |
2010-12-10 | fix for bug 6026 | An-Cheng Huang | |
* for unionfs cstore implementation, enforce file size limit on both read and write and raise limit to 256 KB. | |||
2010-12-10 | 0.18.67debian/0.18.67 | Stig Thormodsrud | |
2010-12-10 | Return configured address in vrrp_get_config(). | Stig Thormodsrud | |
2010-12-10 | 0.18.66debian/0.18.66 | Stig Thormodsrud | |
2010-12-10 | Export inSession to the perl api. | Stig Thormodsrud | |
2010-12-08 | 0.18.65debian/0.18.65 | An-Cheng Huang | |
2010-12-08 | output session assert message to user | An-Cheng Huang | |
2010-12-08 | 0.18.64debian/0.18.64 | Stig Thormodsrud | |
2010-12-08 | Fix display of source address in "show vrrp". | Stig Thormodsrud | |
2010-12-08 | 0.18.63debian/0.18.63 | Michael Larson | |
2010-12-08 | need to check if process terminated normally before checking return code status. | Michael Larson | |
2010-12-08 | 0.18.62debian/0.18.62 | Stephen Hemminger | |
2010-12-08 | Fix typo in export of is_local_address | Stephen Hemminger | |
2010-12-07 | 0.18.61debian/0.18.61 | Michael Larson | |
2010-12-07 | Allow _errloc_ to be place on any line in output, not restricted to first line. | Michael Larson | |
2010-12-07 | 0.18.60debian/0.18.60 | Stig Thormodsrud | |
2010-12-07 | Fix return value for address not configure on system. | Stig Thormodsrud | |
2010-12-07 | Add a method to check whether an IPv4 address is a primary address to ↵ | Daniil Baturin | |
Vyatta::Misc | |||
2010-12-06 | 0.18.59debian/0.18.59 | An-Cheng Huang | |
2010-12-06 | fix for bug 6494 | An-Cheng Huang | |
* fix alternating completion/help for empty command line. | |||
2010-12-06 | 0.18.58debian/0.18.58 | Stephen Hemminger | |
2010-12-06 | Merge branch 'mendocino' of vm:rel/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-12-06 | 0.18.57debian/0.18.57 | Michael Larson | |
2010-12-06 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocino | Michael Larson | |
2010-12-06 | remove env check to inhibit errloc from API. | Michael Larson | |
2010-12-06 | Add some file common file routines | Stephen Hemminger | |
Perl versions of commonly used backquote escapes. | |||
2010-12-06 | Fix typo in export | Stephen Hemminger | |
2010-12-06 | 0.18.56debian/0.18.56 | Stephen Hemminger | |