summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-135-21/+41
* 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-031-2/+2
* Store name aliases for users, groupsJakub Hrozek2011-09-285-37/+216
* Add a sysdb_get_direct_parents functionJakub Hrozek2011-09-281-57/+5
* Fixed bad logic in processing netgroups in LDAP providerJan Zeleny2011-09-281-1/+3
* Multiline macro cleanupJakub Hrozek2011-09-282-3/+3
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-09-201-1/+1
* DEBUG timestamps offer higher precisionPavel Březina2011-09-081-0/+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
* Fix moving to next entry in deref codeJakub Hrozek2011-08-291-1/+6
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-261-3/+55
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-263-1/+14
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+4
* New DEBUG facility - conversionPavel Březina2011-08-253-2/+4
* Improve password policy error code and messageSumit Bose2011-08-251-4/+9
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-1/+5
* Moved some functions in sdap_async_initgroupsJan Zeleny2011-08-151-345/+349
* Moved some functions in sdap_async_groupsJan Zeleny2011-08-151-122/+112
* Confusing part of code cleared outJan Zeleny2011-08-151-34/+32
* sdap_async_accounts.c splitJan Zeleny2011-08-154-2514/+2588
* sysdb refactoring: memory context deletedJan Zeleny2011-08-155-25/+15
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-159-58/+35
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-08-111-3/+3
* Fix returning groups when gidNumber attribute is not orderedJakub Hrozek2011-08-043-4/+10
* 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