Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
Commit message (Expand)AuthorAgeFilesLines
...
* don't return password hashes at all for non-root users, b...Arthur de Jong2009-08-121-5/+10
* import preliminary version of PAM functionality into nslcdArthur de Jong2009-06-031-0/+5
* make lookup_dn2uid() available to other modules and split...Arthur de Jong2009-06-031-0/+7
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-291-1/+1
* initialise database modules only once after parsing configArthur de Jong2009-05-241-2/+14
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-8/+13
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-131-2/+2
* add checks for valid user and group names in incoming req...Arthur de Jong2008-04-201-0/+3
* return values of dn2uid() and uid2dn() should always be usedArthur de Jong2008-04-061-2/+2
* fix member->group searches by also searching for DN in un...Arthur de Jong2008-04-051-0/+3
* implement a dn2uid() function to transform a DN into a us...Arthur de Jong2008-02-021-1/+4
* immediatly bail out if write entity function failed (prev...Arthur de Jong2008-01-021-1/+2
* fix get_userpassword() function descriptionArthur de Jong2007-12-311-2/+2
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-251-3/+7
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-251-1/+1
* no need for us to flush the buffer since our caller close...Arthur de Jong2007-12-251-2/+0
* 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-0/+24
* first step to use the new myldap interfaceArthur de Jong2007-10-281-0/+38
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-3/+0
* add note about free()ing the returned value and add loggingArthur de Jong2007-09-141-0/+1
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-141-2/+1
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-30/+31
* move nss2nslcd() to ldap-nss.cArthur de Jong2007-09-081-8/+0
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-0/+7
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-32/+32
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-1/+3
* 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-2/+2
* rename server directory to nslcdArthur de Jong2006-12-211-0/+89