summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Request password control unconditionally during bindJakub Hrozek2011-08-011-6/+6
* Wrong paramater to sysdb_attrs_add_uint32Jakub Hrozek2011-08-011-1/+1
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-07-272-11/+18
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-07-271-8/+44
* fo_get_server_name() getter for a server nameJakub Hrozek2011-07-211-1/+10
* Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek2011-07-211-2/+2
* Do not add a NULL host parsed from LDAP URIJakub Hrozek2011-07-211-1/+8
* Add LDAP access control based on NDS attributesSumit Bose2011-07-085-2/+193
* Add helper function msgs2attrs_arrayStephen Gallagher2011-07-082-0/+33
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-303-37/+88
* Use name based URI instead of IP address based URIsSumit Bose2011-06-301-37/+2
* Add sdap_call_conn_cb() to call add connection callback directlySumit Bose2011-06-302-0/+40
* Add sockaddr_storage to sdap_serviceSumit Bose2011-06-302-0/+12
* Do not check pwdAttributeSumit Bose2011-06-161-9/+0
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-151-2/+2
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-022-28/+79
* Use escaped IP addresses in LDAP providerJakub Hrozek2011-06-021-6/+56
* Sanitize username during initgroups callSumit Bose2011-05-251-1/+7
* Separate return paths for success and failure in sdap_nested_group_check_cacheJakub Hrozek2011-05-251-6/+10
* Make "password" the default for ldap_default_authtok_typeStephen Gallagher2011-05-241-1/+1
* Fix uninitialized scalar variable in sdap_nested_group_check_cacheJakub Hrozek2011-05-241-2/+4
* Fix uninitialized pointer read in sdap_x_deref_parse_entryJakub Hrozek2011-05-241-1/+1
* Fix bad comparison in sdap_has_deref_supportJakub Hrozek2011-05-241-1/+1
* Use dereference when processing RFC2307bis nested groupsJakub Hrozek2011-05-203-15/+457
* Refactor RFC2307bis nested group processingJakub Hrozek2011-05-201-123/+188
* Use fake users during RFC2307bis nested group processingJakub Hrozek2011-05-201-13/+165
* Change sysdb_add_fake_user to add OriginalDNJakub Hrozek2011-05-201-1/+1
* Generic dereference searchJakub Hrozek2011-05-202-0/+157
* OpenLDAP dereference searchesJakub Hrozek2011-05-203-0/+376
* Add support for Attribute Scoped QueriesJakub Hrozek2011-05-201-0/+203
* Generic dereference data structures and utilitiesJakub Hrozek2011-05-202-0/+45
* sdap_get_generic_extJakub Hrozek2011-05-201-73/+202
* Remove append_attrs_to_arrayJakub Hrozek2011-05-202-12/+0
* IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher2011-05-201-2/+5
* Possible memory leak fixedJan Zeleny2011-05-161-1/+1
* Fixed wrong variable in sdap_initgr_nested_storeJan Zeleny2011-05-161-1/+1
* Fixed lastUSN checking improvementsJan Zeleny2011-05-043-5/+23
* Do not leak LDAP URI with high log levelJakub Hrozek2011-05-041-2/+7
* Do not leak LDAP paging controlsJakub Hrozek2011-04-281-0/+5
* Add ldap_page_size configuration optionStephen Gallagher2011-04-274-3/+9
* Enable paging support for LDAPStephen Gallagher2011-04-271-23/+117
* Log the LDAP message type we're processingStephen Gallagher2011-04-271-0/+57
* Modify principal selection for keytab authenticationJan Zeleny2011-04-255-6/+19
* Add last usn checking after reconnectionJan Zeleny2011-04-192-1/+31
* Add value of the last USN to server configurationStephen Gallagher2011-04-192-0/+16
* Add user and group search LDAP filter optionsJakub Hrozek2011-04-194-19/+82
* Do not throw a DP error when failing to delete a nonexistent entityStephen Gallagher2011-04-151-4/+4
* Never remove gecos from the sysdb cacheStephen Gallagher2011-04-121-0/+9
* Initialise rootdse to NULL if not availableSumit Bose2011-04-121-0/+1
* Initialise srv_opts even if rootDSE is missingSumit Bose2011-04-112-46/+49