Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* move name_list stuff to group.c as that is the only place...Arthur de Jong2007-01-174-123/+90
* replace __netgrent with mynetgrent removing the fields th...Arthur de Jong2007-01-171-8/+5
* first step to split out all configuration stuff into sepa...Arthur de Jong2007-01-178-419/+443
* get rid of more code that would check if the socket was c...Arthur de Jong2007-01-172-308/+5
* get rid of rebinding-on-fork() logic as our threading mod...Arthur de Jong2007-01-171-184/+1
* write a final result code of NSLCD_RESULT_NOTFOUND for ne...Arthur de Jong2007-01-101-0/+2
* fix netgroup lookups so that _nss_ldap_getnetgrent_r() re...Arthur de Jong2007-01-102-1/+22
* change license from GNU Library General Public License v....Arthur de Jong2007-01-0965-543/+566
* use our own thread-local file pointer for doing requests ...Arthur de Jong2007-01-082-14/+20
* add a provide line for libnss-ldap so we can seamlessly r...Arthur de Jong2007-01-081-0/+1
* only modify nsswitch databases we support, leave everythi...Arthur de Jong2007-01-081-3/+1
* change description in init scriptArthur de Jong2007-01-021-2/+2
* if the string to write is NULL, write an empty stringArthur de Jong2006-12-311-3/+10
* ensure that all arrays that are allocated in the buffer a...Arthur de Jong2006-12-311-0/+11
* extract some more common macrosArthur de Jong2006-12-312-16/+33
* get rid of a few warningsArthur de Jong2006-12-302-1/+2
* update to newer version again (got lost in r205)Arthur de Jong2006-12-291-3/+11
* get rid of debug() function and call log_log() insteadArthur de Jong2006-12-295-175/+132
* do not allocate new memory with malloc() for each request...Arthur de Jong2006-12-2713-74/+45
* get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has...Arthur de Jong2006-12-257-197/+152
* get files ready for 0.1 release0.1Arthur de Jong2006-12-235-166/+121
* fix name of configuration file and update date and versio...Arthur de Jong2006-12-231-5/+5
* remove last keyword and disable keyword expansionArthur de Jong2006-12-231-1/+0
* make list of source files a little clearerArthur de Jong2006-12-221-4/+7
* change reference to directory nameArthur de Jong2006-12-221-1/+1
* rename server directory to nslcdArthur de Jong2006-12-2134-6/+6
* add code for generating ChangeLog and add initial ChangeLogArthur de Jong2006-12-212-0/+1514
* change trunk location in repository to match package nameArthur de Jong2006-12-210-0/+0
* normalize copyright headersArthur de Jong2006-12-2125-72/+66
* update copyright file with current copyright informationArthur de Jong2006-12-201-29/+26
* properly capitalize company nameArthur de Jong2006-12-204-4/+4
* fix wrappingArthur de Jong2006-12-201-6/+6
* integrate remaining parts in documentationArthur de Jong2006-12-201-288/+62
* ship nss-ldapd.conf as an example in the Debian packageArthur de Jong2006-12-202-0/+2
* change Debian source package name to nss-ldapdArthur de Jong2006-12-192-2/+2
* do not try to ship gone README.Debian but do ship new HAC...Arthur de Jong2006-12-191-2/+1
* get rid of pam stuffArthur de Jong2006-12-191-96/+1
* first step at improving documentationArthur de Jong2006-12-194-611/+398
* change version number to 0.1Arthur de Jong2006-12-192-2/+2
* change some tests with grep to be correct, add some comme...Arthur de Jong2006-12-191-9/+14
* the README.Debian does not contain any more relevant info...Arthur de Jong2006-12-191-27/+0
* add TODOArthur de Jong2006-12-191-0/+1
* change default configuration file name to /etc/nss-ldapd....Arthur de Jong2006-12-199-54/+30
* add initial nslcd manual pageArthur de Jong2006-12-182-2/+56
* output of --help no longer shows --config option (which i...Arthur de Jong2006-12-181-1/+0
* change name of package also in configureArthur de Jong2006-12-181-1/+1
* handle cases where commands in backticks return an error ...Arthur de Jong2006-12-181-12/+12
* only set h_errno to error value on problems and change th...Arthur de Jong2006-12-181-7/+23
* report process id in statusArthur de Jong2006-12-171-1/+1
* remove trailing spacesArthur de Jong2006-12-178-22/+22