Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* add warnings and errors to untested and unsupported confi...Arthur de Jong2007-09-281-2/+27
* some small improvements to the code based on some source ...Arthur de Jong2007-09-232-2/+3
* add compat files to sources so they end up in the tarballArthur de Jong2007-09-221-0/+1
* remove unneeded variables and slightly improve loggingArthur de Jong2007-09-211-10/+2
* put config filename as a parameter to cfg_init()Arthur de Jong2007-09-193-4/+4
* 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-159-1047/+25
* some more code cleanup, changing return type of _nss_ldap...Arthur de Jong2007-09-153-310/+197
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-1513-105/+43
* remove unused includeArthur de Jong2007-09-151-1/+0
* some type fixes and logic simplificationsArthur de Jong2007-09-151-54/+45
* minor code improvementsArthur de Jong2007-09-151-12/+14
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-1517-575/+218
* move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong2007-09-143-56/+39
* add note about free()ing the returned value and add loggingArthur de Jong2007-09-142-0/+5
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-143-23/+20
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-1410-29/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-149-123/+164
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-145-228/+28
* remove some more references to the old locked functionsArthur de Jong2007-09-141-7/+6
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-1413-195/+50
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-1417-664/+558
* 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-094-12/+14
* some simplifications in the reconnect loging, removing th...Arthur de Jong2007-09-093-270/+150
* move nss2nslcd() to ldap-nss.cArthur de Jong2007-09-083-23/+15
* rename a function and a little bit of cleanupArthur de Jong2007-09-083-25/+8
* fix endless loop bugArthur de Jong2007-09-081-6/+0
* move base and scope handling to database specific modules...Arthur de Jong2007-09-0818-415/+418
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-0817-364/+370
* make handling of ent_context consistent and simplerArthur de Jong2007-09-0713-306/+184
* properly initialize all contextsArthur de Jong2007-09-0710-10/+9
* remove struct ldap_args stuffArthur de Jong2007-09-071-55/+0
* remove last usage of struct ldap_args and add FIXMEArthur de Jong2007-09-071-5/+2
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-0717-234/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-0714-500/+233
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-0711-132/+132
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-0718-426/+653
* include service name in attlst storage and functionsArthur de Jong2007-09-0311-132/+132
* remove sigpipe handling code since sigpipe is ignored thr...Arthur de Jong2007-09-031-69/+2
* move enum ldap_map_selector and struct ldap_service_searc...Arthur de Jong2007-08-262-30/+30
* 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-187-787/+670
* remove nss_initgroups and nss_initgroups_ignoreusers conf...Arthur de Jong2007-08-033-152/+24
* remove --enable-paged-results configure option and now al...Arthur de Jong2007-08-034-67/+25
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-2816-270/+211
* fix typo in commentArthur de Jong2007-07-281-1/+1
* remove some more old mapping stuff and change configurati...Arthur de Jong2007-07-262-180/+23
* switch to the new attribute mapping codeArthur de Jong2007-07-2616-190/+160
* get rid of default and override attribute value mappings ...Arthur de Jong2007-07-265-426/+33