Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/ldap-nss.h
Commit message (Expand)AuthorAgeFilesLines
* some small improvements to the code based on some source ...Arthur de Jong2007-09-231-1/+1
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-20/+0
* some more code cleanup, changing return type of _nss_ldap...Arthur de Jong2007-09-151-1/+1
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-2/+1
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-0/+13
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-141-28/+12
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-67/+2
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-66/+82
* change naming of search functions to clearly indicate whe...Arthur de Jong2007-09-091-2/+2
* rename a function and a little bit of cleanupArthur de Jong2007-09-081-2/+1
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-11/+9
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-12/+11
* remove struct ldap_args stuffArthur de Jong2007-09-071-55/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-071-12/+14
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-19/+10
* move enum ldap_map_selector and struct ldap_service_searc...Arthur de Jong2007-08-261-29/+1
* remove --enable-paged-results configure option and now al...Arthur de Jong2007-08-031-32/+0
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-7/+5
* get rid of default and override attribute value mappings ...Arthur de Jong2007-07-261-36/+9
* move some shadow specific functions to shadow.cArthur de Jong2007-07-261-3/+0
* remove some more unused codeArthur de Jong2007-07-241-2/+0
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-1/+0
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-1/+2
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-13/+9
* replace syslog calls to calls with our own logging moduleArthur de Jong2007-02-101-1/+0
* trim trailing whitespaceArthur de Jong2007-02-011-1/+1
* move name_list stuff to group.c as that is the only place...Arthur de Jong2007-01-171-6/+0
* first step to split out all configuration stuff into sepa...Arthur de Jong2007-01-171-140/+5
* get rid of more code that would check if the socket was c...Arthur de Jong2007-01-171-5/+2
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* get rid of debug() function and call log_log() insteadArthur de Jong2006-12-291-28/+0
* get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has...Arthur de Jong2006-12-251-15/+3
* rename server directory to nslcdArthur de Jong2006-12-211-0/+611