summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
...
* sysdb: get_sysdb_grouplist() can return either names or dnPavel Březina2013-09-262-16/+55
* KRB5: Fix bad comparisonJakub Hrozek2013-09-261-1/+1
* krb5: Be more lenient on failures for old ccacheSimo Sorce2013-09-252-2/+2
* Convert IN_MULTICAST parameter to host orderJakub Hrozek2013-09-242-2/+2
* krb5: do not expand enterprise principals is offlineSumit Bose2013-09-231-1/+1
* krb5: save canonical upn to sysdbSumit Bose2013-09-234-20/+57
* LDAP: Use primary cn to search netgroupLukas Slebodnik2013-09-223-7/+22
* AD: Failure to get flat name is not fatalJakub Hrozek2013-09-223-68/+86
* sdap_domain_add: remove too strict consistency checkSumit Bose2013-09-201-10/+0
* AD: Download master domain info when enumeratingJakub Hrozek2013-09-185-7/+211
* LDAP: sdap_id_setup_tasks accepts a custom enum requestJakub Hrozek2013-09-184-18/+29
* AD: async request to retrieve master domain infoJakub Hrozek2013-09-184-214/+414
* KRB5: Call umask before mkstemp in the krb5 child codeJakub Hrozek2013-09-171-0/+3
* simple provider: obey case sensitivity for subdomain users and groupsPavel Březina2013-09-171-7/+43
* simple provider: support subdomain groupsPavel Březina2013-09-171-23/+64
* simple provider: support subdomain usersPavel Březina2013-09-171-5/+10
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-173-39/+9
* KRB: Remove unused function parametersLukas Slebodnik2013-09-121-4/+2
* KRB: Remove unused memory contextLukas Slebodnik2013-09-123-3/+3
* Fix formating of variables with type: gid_tLukas Slebodnik2013-09-115-19/+19
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-113-8/+12
* Fix formating of variables with type: id_tLukas Slebodnik2013-09-112-5/+9
* 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-113-5/+7
* Fix formating of variables with type: key_serial_tLukas Slebodnik2013-09-111-1/+2
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-1127-63/+76
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-113-5/+5
* Use the same variable type like in struct ldb_message_elementLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: intLukas Slebodnik2013-09-112-3/+4
* Fix formating of variables with type: unsigned longLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: longLukas Slebodnik2013-09-115-10/+13
* 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
* krb5_child: Simplify ccache creationSimo Sorce2013-09-091-387/+87
* krb5: Add file/dir path precheckSimo Sorce2013-09-092-0/+35
* krb5: Remove unused ccache backend infrastructureSimo Sorce2013-09-096-144/+14
* krb5: Unify function to create ccache filesSimo Sorce2013-09-093-69/+22
* krb5: Use new function to validate ccachesSimo Sorce2013-09-093-371/+88
* krb5: Make check_for_valid_tgt() staticSimo Sorce2013-09-091-0/+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-093-118/+18
* 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
* krb5: Ingnore unknown expansion sequencesSimo Sorce2013-09-091-30/+15