summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-240.17.22debian/0.17.22An-Cheng Huang
2010-09-24cleanupAn-Cheng Huang
* set help string only if available. * use "builtin" explicitly.
2010-09-240.17.21debian/0.17.21root
2010-09-24fix for bug 6213.root
old cli code uses a char to store length of a string when unescaping the string, w/o checking string length.
2010-09-210.17.20debian/0.17.20Mohit Mehta
2010-09-21* move count_iptables_rules to Iptables::Mgr moduleMohit Mehta
2010-09-210.17.19debian/0.17.19Mohit Mehta
2010-09-21* move count_iptables_rule to MISC moduleMohit Mehta
2010-09-140.17.18debian/0.17.18An-Cheng Huang
2010-09-14fix for bug 6195An-Cheng Huang
* fix ".*" filtering.
2010-09-030.17.17debian/0.17.17An-Cheng Huang
2010-09-03remove lintian warningsAn-Cheng Huang
2010-09-020.17.16debian/0.17.16An-Cheng Huang
2010-09-02fix squeeze build issueAn-Cheng Huang
2010-08-270.17.15debian/0.17.15Mohit Mehta
2010-08-27commits that don't need to be ported to mendocino from larkspur to exclude fileMohit Mehta
2010-08-27fix for bug 5982.Michael Larson
upped max_length_buffer length from 1024 to 4096. Should leave open and reassign to mendocino so that a proper string length check can be added to the commit. (cherry picked from commit df3c80575ea539e560afc3357eb322e3e9df64bf)
2010-08-27allow commit hook commands to write to stdout.Michael Larson
(cherry picked from commit a213dd1c48581294fc967e7198d78ca270c6ae46)
2010-08-260.17.14debian/0.17.14An-Cheng Huang
2010-08-26fix for bug 5960An-Cheng Huang
* change "commit" to use syscalls (instead of system("...") calls) for mount/umount. * this is a temporary fix, and such low-level details need to be moved into the backend library.
2010-08-260.17.13debian/0.17.13An-Cheng Huang
2010-08-26mark the root as "changed" after "comment" operation.An-Cheng Huang
2010-08-260.17.12debian/0.17.12An-Cheng Huang
2010-08-26don't show extra empty level for typeless leaf nodes.An-Cheng Huang
2010-08-26switch "save" to use new config output implementation.An-Cheng Huang
2010-08-26mark changed ancestors up to the rootAn-Cheng Huang
2010-08-26switch vyatta-cfg-cmd-wrapper to new config output implementation.An-Cheng Huang
2010-08-26new implementation for config outputAn-Cheng Huang
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code.
2010-08-250.17.11debian/0.17.11An-Cheng Huang
2010-08-25remove sorting from unsorted API callsAn-Cheng Huang
2010-08-25switch to unordered_mapAn-Cheng Huang
2010-08-240.17.10debian/0.17.10An-Cheng Huang
2010-08-24add extensible node sorting mechanismAn-Cheng Huang
* unify node sorting implementation into the backend library. * allow future implementation of per-node, customized sorting policy.
2010-08-230.17.9debian/0.17.9An-Cheng Huang
2010-08-23move "changed" status handling into libraryAn-Cheng Huang
* remove public status modifier as high-level operations no longer need it. * add more information to clarify changed status handling in library. * mark changed status at appropriate places in library.
2010-08-200.17.8debian/0.17.8An-Cheng Huang
2010-08-20don't remove the workaround yetAn-Cheng Huang
* need to move changed status handling into the library.
2010-08-200.17.7debian/0.17.7An-Cheng Huang
2010-08-20mark nodes created by "default" as "changed"An-Cheng Huang
2010-08-20remove workaround for "changed" status handlingAn-Cheng Huang
2010-08-20handle "changed" status properlyAn-Cheng Huang
* original backend implementation uses unionfs-specific "changes only" dir to determine "changed" status. this breaks when it involves deactivated nodes. * new library design uses explicit per-node "changed" marker. however, since previously "commit" only handles a root "changed" marker, the new library could not implement this scheme and used a workaround instead. * now add API functions for "commit" to properly clean up "changed" markers. * modify "commit" to use these API functions and remove the workaround from the new library.
2010-08-190.17.6debian/0.17.6An-Cheng Huang
2010-08-19adjust deactivate-aware logicAn-Cheng Huang
2010-08-19add API functionAn-Cheng Huang
2010-08-130.17.5debian/0.17.5An-Cheng Huang
2010-08-13allow Vyatta::Config constructor to set levelAn-Cheng Huang
2010-08-13add function to perl APIAn-Cheng Huang
2010-08-130.17.4debian/0.17.4An-Cheng Huang
2010-08-13add API function for retrieving deleted values of a multi node.An-Cheng Huang
2010-08-13get rid of lintian warningAn-Cheng Huang