summaryrefslogtreecommitdiff
path: root/nslcd/myldap.c
AgeCommit message (Expand)Author
2014-11-28no more myldapLuke Shumaker
2014-10-04fooLuke Shumaker
2014-07-02Minor comment spelling fixTim Harder
2014-07-02Check a socket's connectivity before trying to use itTim Harder
2014-05-17Clear buffers before free-ingArthur de Jong
2014-05-04Also extract policy controls on BIND failureArthur de Jong
2014-05-04Make buffer size error logging consistentArthur de Jong
2014-05-04Warn when binddn buffer is too smallArthur de Jong
2014-01-05Provide a myldap_get_deref_values() functionArthur de Jong
2014-01-05Request attribute deref via search controlArthur de Jong
2014-01-05Rename entry property to indicate storage typeArthur de Jong
2014-01-05Ignore missing page controlsArthur de Jong
2014-01-05Use do_try_search() also for paged searchesArthur de Jong
2013-12-18Centralise buffer sizesArthur de Jong
2013-10-25Also run invalidators on initial connectArthur de Jong
2013-08-28Fix for common spelling mistakeArthur de Jong
2013-08-21Implement function for resetting reconnect timesArthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-03-24spelling fixesArthur de Jong
2013-03-09start the nscd invalidator and invalidate the nscd cache after reconnecting t...Arthur de Jong
2013-03-03return the password policy bind information via PAMArthur de Jong
2013-03-03request and parse password policy controls when doing user authentication in ...Arthur de Jong
2013-03-03pass the session along to the do_bind() functionArthur de Jong
2013-01-12have myldap_get_ranged_values() return a list of values instead of a setArthur de Jong
2013-01-12fix memory leak in myldap_get_values_len() when using ranged attributes (very...Arthur de Jong
2013-01-12fix a problem in memory handling in myldap_get_values_len() if malloc() would...Arthur de Jong
2013-01-10fix typo in commentArthur de Jong
2013-01-05update FIXMEsArthur de Jong
2013-01-05inline most is_valid_...() functionsArthur de Jong
2013-01-01log and return a diagnostic message instead of just the LDAP error on passwor...Arthur de Jong
2013-01-01fix setting restart option log message (fixes r1889)Arthur de Jong
2012-12-30remove undocumented restart configuration optionArthur de Jong
2012-12-30reorganise and rename configuration options to be in line with manual pageArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-20fix logic error (use && instead of & for logical and)Arthur de Jong
2012-11-13to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonicalize option is explic...Arthur de Jong
2012-11-11log connection message before clearing error indicators to not hide these log...Arthur de Jong
2012-09-16fix logic error when falling back to getting ranged attribute values for poss...Arthur de Jong
2012-09-16swap values and buf assignment to avoid compiler alignment warningsArthur de Jong
2012-09-01provide an alternative do_rebind() for Netscape LDAPArthur de Jong
2012-08-14remove variable definition that was introduced in r1626 but should have been ...Arthur de Jong
2012-08-14introduce a sasl_canonicalize option that will now, by default, disable rever...Arthur de Jong
2012-07-08remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (should have been par...Arthur de Jong
2012-05-18get rid of a few compiler warnings on FreeBSDArthur de Jong
2012-03-16always try to log the ldap error, the diagnostic message and errno if availab...Arthur de Jong
2012-03-05remove extra newline from log messageArthur de Jong
2012-03-05provide more detailed logging information for ldap_start_tls_s() failures (ba...Arthur de Jong
2012-02-29log the first 10 search results in debug mode to make debugging easier (patch...Arthur de Jong
2012-01-09Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUMJakub Hrozek