summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-012-26/+71
| | | | * And use them in our replacement err() and p11_kit_set_progname()
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-302-0/+291
* And the compat stuff in the p11-kit directory merged into util.c and util.h