Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.2 release0.2Arthur de Jong2007-06-116-921/+982
* move dict into the common directoryArthur de Jong2007-06-117-7/+8
* add a note about the status of this manual pageArthur de Jong2007-06-111-0/+5
* compile tio module with -fPIC because it is used in the N...Arthur de Jong2007-06-101-0/+1
* add note about modifying /etc/nsswitch.conf in postinstArthur de Jong2007-06-101-0/+3
* have better rules to generate ChangeLogArthur de Jong2007-06-091-1/+5
* remove some trailing spacesArthur de Jong2007-06-091-1/+1
* add proper copyright headerArthur de Jong2007-06-091-6/+24
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-0941-156/+857
* some remaining tabs to spaces and trim trailing spacesArthur de Jong2007-06-054-9/+9
* fix some remaining references to the GNU Library General ...Arthur de Jong2007-06-022-3/+3
* add some comments describing some problems that this code...Arthur de Jong2007-06-011-0/+5
* add a section on build dependenciesArthur de Jong2007-05-201-0/+17
* include updated filesArthur de Jong2007-05-132-13/+35
* include some targets to tun flawfinder, pscan, rats and s...Arthur de Jong2007-03-051-0/+23
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-0424-154/+168
* remove runtime checking for existance of /lib/init/rw/lib...Arthur de Jong2007-03-021-10/+0
* add missing attribute mapping for ADArthur de Jong2007-03-021-0/+1
* do chmod on file descriptor instead of on file nameArthur de Jong2007-03-021-1/+1
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-173-3/+3
* add gcc attributes to some functions and parametersArthur de Jong2007-02-1720-25/+119
* add some extra type checks and woraroundsArthur de Jong2007-02-171-0/+4
* add extra compiler warningsArthur de Jong2007-02-171-1/+1
* replace syslog calls to calls with our own logging moduleArthur de Jong2007-02-105-22/+12
* fix a typo and update copyright infoArthur de Jong2007-02-061-2/+2
* add simple test for dict moduleArthur de Jong2007-02-044-4/+94
* fix list corruption bug in dict_put() and ignore setting ...Arthur de Jong2007-02-041-3/+6
* don't store const void * as value, just void *Arthur de Jong2007-02-042-7/+7
* declare old dict functions static as thay are only used f...Arthur de Jong2007-02-012-165/+149
* trim trailing whitespaceArthur de Jong2007-02-012-2/+2
* 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