summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-29wrote a great set of unit tests.Dan Bode
2010-06-21just getting started with unit tests for sudo.Dan Bode
2010-06-21namevar validation only if managed.Dan Bode
moved namevar to newparam arg.
2010-06-02Adding fake_namevars for unmanaged user spec lines. Fixed some issues with ↵Dan Bode
comments being written too many times.
2010-06-02latest version of READMEDan Bode
2010-06-02added comments to all typesDan Bode
2010-06-02playing around with sudoers in classesDan Bode
2010-06-02rest of the tests that I moved.Dan Bode
2010-06-02Committing all of the tests that I ran to validate the behavior of the ↵Dan Bode
sudoers type. I understand they are not proper unit tests. sorry :(
2010-05-23fixes for:Dan Bode
- fake namevar for unmanaged user specs. - checking ensure in type, to differentiate self.instances type calls. - changed add line message from info to debug
2010-05-17added new property for comment, also changed type to a param, ensured that ↵Dan Bode
its reuired, and will onlly check that all of the appropriate attributes are set.
2010-05-17changes related to adding support for comments.Dan Bode
2010-04-13fixed test file to test sudo definesDan Bode
2010-04-13added new fileDan Bode
2010-04-13example for using wrapper typesDan Bode
2010-04-06added file that tests three distinct sudoers typesDan Bode
2010-04-06added defined resouce types for the 3 kinds of sudoers linesDan Bode
2010-03-25Doing proper validation of correctness of sudoers lines.Dan Bode
I figured its probably better to check lines before I add them to the file. As opposed to trashing the sudoers file, and failing afterwards.
2010-03-23minor changes to testsDan Bode
2010-03-17reduced some code, yo!!Dan Bode
2010-03-16minor edits to the READMEDan Bode
2010-03-16updated README, fails now if user is named Defaults, this is the same ↵Dan Bode
behavior as visudo
2010-03-16new test to ensure that users cant be named defaultsDan Bode
2010-03-16checked that there are no users named defaultsDan Bode
2010-03-16removed the TEST fileDan Bode
2010-03-16updated READMEDan Bode
2010-03-16minor changes to testsDan Bode
2010-03-16last commits before ALPHA releaseDan Bode
2010-03-16more test manifestsDan Bode
2010-03-16specified exceotion when trying to change type.Dan Bode
checked for unmatched attributes.
2010-03-16FIXED README, labeled as usable, split KNOWN ISSUES from TODODan Bode
2010-03-16updated documentation, added more testsDan Bode
2010-03-16first version ready for testingDan Bode
2010-03-15committed test file.Dan Bode
2010-03-12fixed most issues, getting close to a releaseDan Bode
2010-03-12before I make massive switches tp namevar for user specDan Bode
2010-03-12still workingDan Bode
2010-03-11still developingDan Bode
2010-03-11First commit for sudoers module.root
This doesnt work... yet.