summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not access memory out of boundsSumit Bose2011-09-071-2/+2
* Keep deref controls until the whole request is finishedJakub Hrozek2011-09-061-8/+45
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-063-16/+29
* Allow turning dereference off by setting the threshold to 0Jakub Hrozek2011-09-063-3/+9
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-063-35/+35
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-2/+0
* HBAC: Properly skip all non-group memberOf entriesStephen Gallagher2011-08-291-1/+2