Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add new dictionary module and use it for the attribute ma...Arthur de Jong2007-02-018-99/+283
* get rid of xmalloc.[ch]Arthur de Jong2007-02-014-98/+8
* no longer install libc-versioned symlink and hardcode nss...Arthur de Jong2007-01-171-9/+4
* in Debian package install NSS files in /usr/lib instead o...Arthur de Jong2007-01-171-2/+0
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-1712-359/+252
* indent license blubs and include license information for ...Arthur de Jong2007-01-171-19/+58
* add a little bit more documentationArthur de Jong2007-01-171-2/+6
* remove a const where it really wasn'tArthur de Jong2007-01-171-4/+4
* move most config code into cfg.c, clean up dictornary stu...Arthur de Jong2007-01-176-1434/+1348
* 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