summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Prevent printing NULL in several places of LDAP providerJakub Hrozek2011-11-182-5/+9
* Use one transaction instead of two during RFC2307bis group processingJakub Hrozek2011-11-111-31/+55
* Squash transactions in sdap_initgr_common_storeJakub Hrozek2011-11-111-6/+25
* LDAP: Remove redundant groups from the lookup listStephen Gallagher2011-11-081-23/+0
* Fixed empty loginShell in proxy providerJan Zeleny2011-11-071-4/+32
* Use correct state struct in sdap_initgr_rfc2307bis_next_baseJakub Hrozek2011-11-071-2/+3
* Fix segfault in sdap_get_initgr_userJakub Hrozek2011-11-071-1/+2
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-027-1/+28
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-025-3/+28
* LDAP: Add support for multiple search bases for group enumerationStephen Gallagher2011-11-024-24/+101
* LDAP: Add support for multiple search bases for user enumerationStephen Gallagher2011-11-024-8/+49
* LDAP: Convert ldap_*_search_filterStephen Gallagher2011-11-023-59/+23
* LDAP: Add multiple search bases for initgroups (RFC2307bis groups)Stephen Gallagher2011-11-021-77/+225
* LDAP: Add multiple search bases for initgroups (RFC2307 groups)Stephen Gallagher2011-11-021-17/+99
* LDAP: Add multiple search bases for initgroups (users)Stephen Gallagher2011-11-021-30/+72
* LDAP: Support multiple group search bases (non-enumeration, RFC2307)Stephen Gallagher2011-11-024-16/+74
* LDAP: Support multiple netgroup search basesStephen Gallagher2011-11-023-14/+65
* LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher2011-11-024-14/+70
* LDAP: Add parser for multiple search basesStephen Gallagher2011-11-025-26/+380
* Make sdap_get_id_specific_filter() more strictStephen Gallagher2011-11-022-4/+4
* Fix size return for split_on_separator()Stephen Gallagher2011-11-021-5/+5
* Remove unused sdap_options attributesStephen Gallagher2011-11-021-3/+0
* Cleanup of unused function in ldap access providerJan Zeleny2011-11-021-2/+0
* Remove confusing do-while loopJakub Hrozek2011-11-021-35/+36
* Use LDAPDerefSpec properlyJakub Hrozek2011-11-021-4/+6
* Steal result onto mem_ctx in sdap_initgr_nested_get_direct_parentsJakub Hrozek2011-10-311-2/+1
* RFC2307bis initgroups: fix nested groups processingJakub Hrozek2011-10-311-20/+33
* Do not leak hash table iterator during proxy authJakub Hrozek2011-10-311-0/+1
* Plug memory leaks in LDAP providerJakub Hrozek2011-10-251-0/+3
* Cancel transactions correctly during initgroupsJakub Hrozek2011-10-171-13/+31
* Use fewer transactions during IPA initgroupsJakub Hrozek2011-10-171-171/+273
* Use fewer transactions during RFC2307bis initgroupsJakub Hrozek2011-10-171-346/+366
* Utility functions for LDAP nested schema initgroupsJakub Hrozek2011-10-171-0/+119
* Add a missing breakJakub Hrozek2011-10-171-0/+1
* HBAC: Use originalMember for identifying hostgroupsStephen Gallagher2011-10-143-45/+165
* HBAC: Use originalMember for identifying servicegroupsStephen Gallagher2011-10-143-41/+169
* HBAC: Do not save member/memberOf linksStephen Gallagher2011-10-141-120/+0
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-137-32/+62
* Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek2011-10-132-2/+2
* Fix small bug where TALLOC_CTX could end up unfreed.Pavel Zuna2011-10-061-3/+3
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-032-4/+4
* Store name aliases for users, groupsJakub Hrozek2011-09-285-37/+216
* Add a sysdb_get_direct_parents functionJakub Hrozek2011-09-281-57/+5
* HBAC: fix typos preventing proper hostgroup evaluationStephen Gallagher2011-09-281-3/+3
* Fixed bad logic in processing netgroups in LDAP providerJan Zeleny2011-09-281-1/+3
* IPA access: hostname comparison should be case-insensitiveJakub Hrozek2011-09-281-1/+1
* Multiline macro cleanupJakub Hrozek2011-09-288-10/+11
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-09-201-1/+1
* DEBUG timestamps offer higher precisionPavel Březina2011-09-084-6/+24
* Improve documentation of libipa_hbacStephen Gallagher2011-09-082-21/+1697