Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't load configs from user directory when setuid | Stef Walter | 2013-07-18 | 1 | -0/+39 |
| | | | | | | | When running as setuid() or setgid() don't access the user's home directory, or use $HOME environment variables. https://bugzilla.redhat.com/show_bug.cgi?id=985014 | ||||
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -0/+414 |
* Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code |