summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ldap.c
Commit message (Collapse)AuthorAgeFilesLines
* Log fixes for sdap_call_conn_cbStephen Gallagher2012-01-141-1/+2
|
* Use of uninitialized value in sss_ldap_dn_in_search_basesPavel Březina2011-12-161-3/+3
| | | | https://fedorahosted.org/sssd/ticket/1112
* Added sss_ldap_dn_in_search_bases()Pavel Březina2011-12-141-0/+124
|
* Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek2011-12-071-18/+6
| | | | This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-061-3/+3
| | | | https://fedorahosted.org/sssd/ticket/986
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-0/+12
| | | | https://fedorahosted.org/sssd/ticket/986
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-1/+35
| | | | | | | | | In some cases, where there would be no response from the LDAP server, there would be no R/W events on the LDAP fd, so sdap_async_sys_connect_done would never be called. This patch adds a tevent timer that cancels the connection after SDAP_NETWORK_TIMEOUT seconds.
* Allow the O_NONBLOCK flag to be reset correctlyRalf Haferkamp2011-08-111-14/+0
| | | | | | | | | | sssd set the O_NONBLOCK flag on the LDAP socket twice. First in set_fd_flags_and_opts(). And the second time in sdap_async_sys_connect_send() after storing a backup in the local state structure. The backup is later used to restore the original flags (after connect() succeeded). As NONBLOCK was already set before it didn't correctly reset that flag. https://fedorahosted.org/sssd/ticket/952
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-111-8/+0
|
* Call ldap_install_tls() on ldaps connectionsSumit Bose2011-07-051-0/+15
|
* Do not access state after tevent_req_done() is called.Sumit Bose2011-07-011-10/+16
|
* Do not attempt to close() a file descriptor < 0Stephen Gallagher2011-07-011-1/+3
| | | | Coverity 10886
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-0/+336
|
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-021-0/+8
|
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-04-081-0/+18
| | | | https://fedorahosted.org/sssd/ticket/643
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+70
Also update BUILD.txt