Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 1 | -61/+0 |
| | | | | Still use recursive for documentation and translation. | ||||
* | Drop unused libtasn1.h include | Roman Bogorodskiy | 2013-11-08 | 1 | -2/+0 |
| | | | | | | | | | It's not only unsed, but also causes build fail because CFLAGS for tests does not contain LIBTASN1_CFLAGS. Signed-off-by: Stef Walter <stef@thewalter.net> https://bugs.freedesktop.org/show_bug.cgi?id=71379 | ||||
* | Don't load configs from user directory when setuid | Stef Walter | 2013-07-18 | 1 | -0/+63 |
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 |