Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/alias.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-1/+1
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-48/+36
* first step to use the new myldap interfaceArthur de Jong2007-10-281-75/+38
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-5/+2
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-141-2/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-141-12/+19
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-141-14/+15
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-2/+0
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-10/+11
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-5/+14
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-15/+23
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-5/+4
* properly initialize all contextsArthur de Jong2007-09-071-1/+1
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-1/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-071-2/+5
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-071-9/+9
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-8/+32
* include service name in attlst storage and functionsArthur de Jong2007-09-031-9/+9
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-2/+14
* switch to the new attribute mapping codeArthur de Jong2007-07-261-0/+1
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-4/+5
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-4/+4
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-3/+6
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* do not allocate new memory with malloc() for each request...Arthur de Jong2006-12-271-4/+2
* rename server directory to nslcdArthur de Jong2006-12-211-0/+137