| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
| |
Currently only synchronous operation is supported, but this will be extended
with asynchronous methods using the new watcher.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This can be useful if capabilities are not required anymore after
dropping privileges.
|
|
|
|
|
|
| |
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
LOG_INFO seems to be excluded by default on some systems (OS X).
|
| |
|
| |
|
|
|
|
|
|
|
| |
SecItemCopyMatching seems to be problematic regarding memory management. And
as there does not seem to be a good alternative to enumerate the System Roots
keychain using the SecItemCopyMatching API, we stick to the deprecated
enumeration functions for now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|