Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/netgroup.c
Commit message (Expand)AuthorAgeFilesLines
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-141-1/+1
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-1/+1
* formatting fixesArthur de Jong2012-01-201-1/+0
* Check NULL return in write_netgroup()Jakub Hrozek2012-01-091-0/+7
* make validation log messages consistentArthur de Jong2011-09-091-11/+16
* log the request with any logged messagesArthur de Jong2010-11-071-2/+2
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-071-3/+3
* give search filter escaping buffers more logical namesArthur de Jong2009-11-011-3/+3
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-061-2/+9
* 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-1/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-5/+7
* prefix NETGROUP_TYPE macros with NSLCD_Arthur de Jong2009-05-081-2/+2
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-191-2/+2
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-266/+120
* replace calls to _nss_ldap_get_values() by myldap_get_val...Arthur de Jong2007-10-281-10/+6
* first step to use the new myldap interfaceArthur de Jong2007-10-281-27/+21
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-2/+1
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-8/+7
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-4/+11
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-2/+22
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-7/+0
* 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/+1
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-071-8/+8
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-6/+20
* include service name in attlst storage and functionsArthur de Jong2007-09-031-8/+8
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-1/+13
* 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-2/+3
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-2/+2
* replace __netgrent with mynetgrent removing the fields th...Arthur de Jong2007-01-171-8/+5
* write a final result code of NSLCD_RESULT_NOTFOUND for ne...Arthur de Jong2007-01-101-0/+2
* 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/+354