index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd
/
myldap.h
Age
Commit message (
Expand
)
Author
2010-12-08
in each worker wake up once in a while to check whether any existing LDAP con...
Arthur de Jong
2010-06-14
make include guard names consistent throughout the source and avoid conflicts...
Arthur de Jong
2010-04-13
don't have myldap_set_credentials() try to open a connection but have the PAM...
Arthur de Jong
2010-04-13
also have myldap_search() return an LDAP status code
Arthur de Jong
2009-10-07
implement password changing in the PAM module by performing an LDAP password ...
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-06-03
implement myldap_set_credentials() and myldap_cpy_dn() which will be used in ...
Arthur de Jong
2009-04-30
move debugging initialisation to myldap_set_debuglevel() function
Arthur de Jong
2008-05-15
improve documentation for myldap_get_rdn_value() function
Arthur de Jong
2008-05-04
add reference to note about thread-safeness of OpenLDAP
Arthur de Jong
2008-02-04
defined LDAP_SCOPE_DEFAULT it's not defined elsewhere
Arthur de Jong
2008-02-02
implement myldap_cpy_rdn_value() function to copy rdn value into a buffer (fu...
Arthur de Jong
2008-01-27
on some systems lber.h needs to be included before ldap.h
Arthur de Jong
2007-12-25
have myldap_get_entry() return an LDAP status code that can signal errors in ...
Arthur de Jong
2007-12-24
add some more documentation for using the myldap module
Arthur de Jong
2007-12-20
refactor myldap code to get rid of most of the old nss status codes, properly...
Arthur de Jong
2007-12-20
add myldap_session_close() function (mainly for testing purposes)
Arthur de Jong
2007-12-14
improve description of myldap interface in comments
Arthur de Jong
2007-12-09
get rid of some old code and rename ldap-nss to myldap since there is no more...
Arthur de Jong
2007-10-19
integrate basic myldap interface (partially merged from dev-myldap branch)
Arthur de Jong