summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-177-61/+73
* man sssd: Add note about SSS_NSS_USE_MEMCACHEMichal Zidek2013-09-131-0/+8
* Rename _SSS_MC_SPECIALMichal Zidek2013-09-131-2/+2
* KRB: Remove unused function parametersLukas Slebodnik2013-09-121-4/+2
* KRB: Remove unused memory contextLukas Slebodnik2013-09-123-3/+3
* TESTS: Remove unused variableJakub Hrozek2013-09-121-4/+0
* Remove unused codeJakub Hrozek2013-09-122-69/+0
* Enable printf format string checkingLukas Slebodnik2013-09-111-2/+8
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-117-25/+27
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-119-18/+27
* Fix formating of variables with type: id_tLukas Slebodnik2013-09-115-7/+38
* Use right formating to print stringLukas Slebodnik2013-09-111-1/+1
* Fix warning: data argument not used by format stringLukas Slebodnik2013-09-111-2/+5
* Fix formating of variables with ber_ typeLukas Slebodnik2013-09-112-3/+4
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-117-9/+10
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-114-11/+14
* Fix formating of variables with type: rlim_tLukas Slebodnik2013-09-112-5/+12
* Fix formating of variables with type: key_serial_tLukas Slebodnik2013-09-112-1/+5
* Adding new header for printf formating macrosLukas Slebodnik2013-09-112-0/+33
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-1133-69/+82
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-117-10/+11
* Use the same variable type like in struct ldb_message_elementLukas Slebodnik2013-09-111-1/+1
* Fix pointer formattingLukas Slebodnik2013-09-111-5/+5
* Fix formating of variables with type: intLukas Slebodnik2013-09-113-5/+7
* Fix formating of variables with type: unsigned longLukas Slebodnik2013-09-112-2/+2
* Fix formating of variables with type: longLukas Slebodnik2013-09-117-13/+16
* LDAP: Store cleanup timestamp after initial cleanupJakub Hrozek2013-09-113-10/+10
* is_dn(): free dnPavel Březina2013-09-101-0/+2
* krb5: Fix warning sometimes uninitializedLukas Slebodnik2013-09-101-0/+2
* DB: Rise search functions debug levelsOndrej Kos2013-09-101-9/+9
* DB: Add user/group lookup by SIDOndrej Kos2013-09-103-23/+134
* sysdb_search_group_by_gid: obtain gid instead of uidPavel Březina2013-09-101-1/+1
* krb5: Remove unused helper functionsSimo Sorce2013-09-092-88/+0
* krb5_child: Simplify ccache creationSimo Sorce2013-09-091-387/+87
* krb5: Add file/dir path precheckSimo Sorce2013-09-092-0/+35
* krb5: Remove unused functionSimo Sorce2013-09-092-32/+0
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-097-167/+14
* krb5: Unify function to create ccache filesSimo Sorce2013-09-095-94/+43
* krb5: Use new function to validate ccachesSimo Sorce2013-09-093-371/+88
* krb5: Make check_for_valid_tgt() staticSimo Sorce2013-09-093-76/+74
* krb5: move template check to initializzationSimo Sorce2013-09-094-24/+22
* krb5: Move determination of user being activeSimo Sorce2013-09-093-43/+17
* krb5: Replace type-specific ccache/principal checkSimo Sorce2013-09-093-148/+89
* krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce2013-09-094-119/+19
* krb5: Add helper to destroy ccache as userSimo Sorce2013-09-092-0/+111
* krb5: Add calls to change and restore credentialsSimo Sorce2013-09-092-0/+131
* tests: Add dlopen test to make sure modules worksSimo Sorce2013-09-093-1/+162
* AUTOTOOLS: More robust detection of inotify.Lukas Slebodnik2013-09-092-4/+36
* AUTOTOOLS: Use pkg-config to detect libraries.Lukas Slebodnik2013-09-096-27/+70
* AUTOTOOLS: add check for type intptr_tLukas Slebodnik2013-09-091-3/+6