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
/
ldap-nss.h
Age
Commit message (
Expand
)
Author
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-28
replace calls to _nss_ldap_get_values() by myldap_get_values(), remove unused...
Arthur de Jong
2007-10-28
first step to use the new myldap interface
Arthur de Jong
2007-10-19
integrate basic myldap interface (partially merged from dev-myldap branch)
Arthur de Jong
2007-09-23
some small improvements to the code based on some source code checks
Arthur de Jong
2007-09-15
remove support for nested groups and use of uniqueMember and member attribute...
Arthur de Jong
2007-09-15
some more code cleanup, changing return type of _nss_ldap_init(), integrating...
Arthur de Jong
2007-09-15
do not pass useless errnos around because they aren't used anymore
Arthur de Jong
2007-09-14
move the two remaining useful functions from util.c to ldap-nss.c
Arthur de Jong
2007-09-14
revert special casing for alias_byname() to other functions and some logging ...
Arthur de Jong
2007-09-14
remove mutex from all LDAP operations because we now have a session and a con...
Arthur de Jong
2007-09-14
get rid of global session and instead pass the session as a parameter with ev...
Arthur de Jong
2007-09-09
change naming of search functions to clearly indicate whether the synchronous...
Arthur de Jong
2007-09-08
rename a function and a little bit of cleanup
Arthur de Jong
2007-09-08
move base and scope handling to database specific modules, gettting rid of ld...
Arthur de Jong
2007-09-07
make handling of ent_context consistent and simpler
Arthur de Jong
2007-09-07
remove struct ldap_args stuff
Arthur de Jong
2007-09-07
also pass search filter for the *_all() functions from the database module in...
Arthur de Jong
2007-09-07
move some of the filter code to the database specific modules to be able to r...
Arthur de Jong
2007-08-26
move enum ldap_map_selector and struct ldap_service_search_descriptor from ld...
Arthur de Jong
2007-08-03
remove --enable-paged-results configure option and now always do runtime conf...
Arthur de Jong
2007-07-28
define the list of attributes to look up in searches in the service modules i...
Arthur de Jong
2007-07-26
get rid of default and override attribute value mappings and remove host and ...
Arthur de Jong
2007-07-26
move some shadow specific functions to shadow.c
Arthur de Jong
2007-07-24
remove some more unused code
Arthur de Jong
2007-07-24
switch to a new interface for doing attribute mapping, splitting the attribut...
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong
2007-03-04
code improvements by making type casts explicit, flagging ignored return valu...
Arthur de Jong
2007-02-10
replace syslog calls to calls with our own logging module
Arthur de Jong
2007-02-01
trim trailing whitespace
Arthur de Jong
2007-01-17
move name_list stuff to group.c as that is the only place it's used at the mo...
Arthur de Jong
2007-01-17
first step to split out all configuration stuff into separate file
Arthur de Jong
2007-01-17
get rid of more code that would check if the socket was changed from under us...
Arthur de Jong
2007-01-09
change license from GNU Library General Public License v.2 to GNU Lesser Gene...
Arthur de Jong
2006-12-29
get rid of debug() function and call log_log() instead
Arthur de Jong
2006-12-25
get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has_objectclass(), redo...
Arthur de Jong
2006-12-21
rename server directory to nslcd
Arthur de Jong