Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/ldap-nss.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-1402/+0
* ignore decoding errors from ldap_get_values() as they are...Arthur de Jong2007-12-091-1/+3
* clean up Kerberos ccname code, moving it to cfg.c, fixing...Arthur de Jong2007-11-261-49/+0
* patch from Andreas Schneider <anschneider@suse.de> to get...Arthur de Jong2007-11-161-0/+43
* some smaller cleanups and simplifications to the code (ge...Arthur de Jong2007-10-281-63/+46
* remove sizelimit parameterArthur de Jong2007-10-281-5/+5
* integrate ent_context attributes into ldap_searchArthur de Jong2007-10-281-41/+35
* remove session from context and remove sycnhronous search...Arthur de Jong2007-10-281-39/+4
* replace calls to _nss_ldap_get_values() by myldap_get_val...Arthur de Jong2007-10-281-345/+76
* remove support for nss_connect_policy configfile option a...Arthur de Jong2007-10-281-2/+0
* first step to use the new myldap interfaceArthur de Jong2007-10-281-44/+20
* clean up any messages after abandoning the search because...Arthur de Jong2007-10-251-6/+6
* fix a memory leak, not storing search entries so they cou...Arthur de Jong2007-10-251-1/+2
* fix using unassigned statusArthur de Jong2007-10-251-1/+1
* fix memory leakArthur de Jong2007-10-251-0/+2
* make a replacement for _nss_ldap_getbyname() which uses t...Arthur de Jong2007-10-201-72/+22
* integrate basic myldap interface (partially merged from d...Arthur de Jong2007-10-191-17/+496
* 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