summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: longLukas Slebodnik7-13/+16
2013-09-11LDAP: Store cleanup timestamp after initial cleanupJakub Hrozek3-10/+10
2013-09-10is_dn(): free dnPavel Březina1-0/+2
2013-09-10krb5: Fix warning sometimes uninitializedLukas Slebodnik1-0/+2
2013-09-10DB: Rise search functions debug levelsOndrej Kos1-9/+9
2013-09-10DB: Add user/group lookup by SIDOndrej Kos3-23/+134
2013-09-10sysdb_search_group_by_gid: obtain gid instead of uidPavel Březina1-1/+1
2013-09-09krb5: Remove unused helper functionsSimo Sorce2-88/+0
2013-09-09krb5_child: Simplify ccache creationSimo Sorce1-387/+87
2013-09-09krb5: Add file/dir path precheckSimo Sorce2-0/+35
2013-09-09krb5: Remove unused functionSimo Sorce2-32/+0
2013-09-09krb5: Remove unused ccache backend infrastructureSimo Sorce7-167/+14
2013-09-09krb5: Unify function to create ccache filesSimo Sorce5-94/+43
2013-09-09krb5: Use new function to validate ccachesSimo Sorce3-371/+88
2013-09-09krb5: Make check_for_valid_tgt() staticSimo Sorce3-76/+74
2013-09-09krb5: move template check to initializzationSimo Sorce4-24/+22
2013-09-09krb5: Move determination of user being activeSimo Sorce3-43/+17
2013-09-09krb5: Replace type-specific ccache/principal checkSimo Sorce3-148/+89
2013-09-09krb5: Use krb5_cc_destroy to remove old ccachesSimo Sorce5-119/+21
2013-09-09krb5: Add helper to destroy ccache as userSimo Sorce2-0/+111
2013-09-09krb5: Add calls to change and restore credentialsSimo Sorce2-0/+131
2013-09-09tests: Add dlopen test to make sure modules worksSimo Sorce4-1/+193
2013-09-09AUTOTOOLS: More robust detection of inotify.Lukas Slebodnik4-5/+39
2013-09-09AUTOTOOLS: Use pkg-config to detect libraries.Lukas Slebodnik6-27/+70
2013-09-09AUTOTOOLS: add check for type intptr_tLukas Slebodnik1-3/+6
2013-09-09AUTOTOOLS: Refactor unicode library detectionLukas Slebodnik3-15/+45
2013-09-09AUTOTOOLS: Add directories for searching ldap headers and libsLukas Slebodnik1-2/+2
2013-09-09AUTOMAKE: Use portable way to link with gettextLukas Slebodnik1-1/+4
2013-09-09AUTOMAKE: Use portable way to link with dlopenLukas Slebodnik2-2/+3
2013-09-09AUTOTOOLS: Add missing AC_MSG_RESULTLukas Slebodnik4-5/+10
2013-09-09AUTOTOOLS: Add -LLIBDIR to PYTHON_LIBSLukas Slebodnik1-1/+2
2013-09-09mmap_cache: Do not remove record from chain twiceLukas Slebodnik1-0/+6
2013-09-09krb5: Ingnore unknown expansion sequencesSimo Sorce2-30/+45
2013-09-09Makefile: Fix sssd_be targetsSimo Sorce1-2/+2
2013-09-05RPM: Add new subpackage for PAC responderStephen Gallagher1-8/+31
2013-09-05dyndns: do not modify global family_orderSumit Bose1-3/+3
2013-09-05AD: Rename parametrized #defineJakub Hrozek1-3/+3
2013-09-05Fix reference to sssd-krb5 man pageNikolai Kondrashov1-1/+1
2013-09-05ad srv: prefer servers that are in the same domain as clientPavel Březina1-0/+89
2013-09-05utils: add is_host_in_domain()Pavel Březina3-0/+45
2013-09-05fo srv: add priority to fo_server_infoPavel Březina2-0/+2
2013-09-05resolv_sort_srv_reply: remove unnecessary mem_ctxPavel Březina4-11/+15
2013-09-05Rename SAFEALIGN macrosMichal Zidek1-30/+40
2013-09-05krb5_utils tests: fix some typosPavel Březina1-8/+8
2013-09-05MAN: Document that sss_cache should be run after changing the cache timeoutJakub Hrozek1-0/+13
2013-09-05Fix warning missing argumentsLukas Slebodnik1-1/+1
2013-09-03KRB5: Fix warning declaration shadows global declarationLukas Slebodnik1-8/+8
2013-09-03UTIL: Use standard maximum value of type size_tLukas Slebodnik2-9/+8
2013-09-03Include sys/types.h for types id_t and uid_tLukas Slebodnik2-0/+2
2013-09-03PROXY: Handle empty GECOSJakub Hrozek1-1/+8