Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/ldap-nss.c
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded variables and slightly improve loggingArthur de Jong2007-09-211-10/+2
* centralize opening of connection to LDAP server in do_ope...Arthur de Jong2007-09-151-232/+104
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-45/+4
* some more code cleanup, changing return type of _nss_ldap...Arthur de Jong2007-09-151-307/+195
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-27/+6
* some type fixes and logic simplificationsArthur de Jong2007-09-151-54/+45
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+205
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-141-113/+1
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-102/+18
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-183/+179
* some code cleanup and fixes to the layoutArthur de Jong2007-09-121-1191/+606
* change naming of search functions to clearly indicate whe...Arthur de Jong2007-09-091-7/+9
* some simplifications in the reconnect loging, removing th...Arthur de Jong2007-09-091-260/+145
* move nss2nslcd() to ldap-nss.cArthur de Jong2007-09-081-0/+15
* rename a function and a little bit of cleanupArthur de Jong2007-09-081-22/+6
* fix endless loop bugArthur de Jong2007-09-081-6/+0
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-104/+25
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-17/+1
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-206/+120
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-3/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-071-393/+116
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-59/+41
* remove sigpipe handling code since sigpipe is ignored thr...Arthur de Jong2007-09-031-69/+2
* fix a couple of uses of per-map bases that could be NULL ...Arthur de Jong2007-08-181-74/+28
* rewrite configuration file handling to be simpler and mor...Arthur de Jong2007-08-181-4/+0
* remove --enable-paged-results configure option and now al...Arthur de Jong2007-08-031-1/+24
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-26/+20
* switch to the new attribute mapping codeArthur de Jong2007-07-261-51/+0
* get rid of default and override attribute value mappings ...Arthur de Jong2007-07-261-289/+8
* move some shadow specific functions to shadow.cArthur de Jong2007-07-261-35/+0
* remove some more unused codeArthur de Jong2007-07-241-22/+0
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-1/+3
* fix casts of types where neededArthur de Jong2007-06-121-18/+11
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-3/+3
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-3/+8
* remove runtime checking for existance of /lib/init/rw/lib...Arthur de Jong2007-03-021-10/+0
* replace syslog calls to calls with our own logging moduleArthur de Jong2007-02-101-18/+12
* add new dictionary module and use it for the attribute ma...Arthur de Jong2007-02-011-31/+16
* move most config code into cfg.c, clean up dictornary stu...Arthur de Jong2007-01-171-189/+159
* first step to split out all configuration stuff into sepa...Arthur de Jong2007-01-171-245/+106
* get rid of more code that would check if the socket was c...Arthur de Jong2007-01-171-303/+3
* get rid of rebinding-on-fork() logic as our threading mod...Arthur de Jong2007-01-171-184/+1
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* get rid of a few warningsArthur de Jong2006-12-301-1/+0
* get rid of debug() function and call log_log() insteadArthur de Jong2006-12-291-114/+107
* get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has...Arthur de Jong2006-12-251-135/+109
* rename server directory to nslcdArthur de Jong2006-12-211-0/+4032