Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.2.1 release0.2.1Arthur de Jong2007-06-175-2/+79
* do proper wildcard expansionArthur de Jong2007-06-171-2/+2
* add proper support for make uninstallArthur de Jong2007-06-172-0/+6
* force regeneration of all filesArthur de Jong2007-06-171-2/+2
* include stuff from the m4 directory automaticallyArthur de Jong2007-06-173-2/+3
* support building outside the source directoryArthur de Jong2007-06-176-0/+11
* use the ACX_PTHREAD macro to check for platform independa...Arthur de Jong2007-06-175-9/+327
* further clarification of use of autoconf/automake codeArthur de Jong2007-06-171-3/+10
* change fchmod() into chmod() since fchmod() has undifined...Arthur de Jong2007-06-171-2/+2
* fix casts of types where neededArthur de Jong2007-06-124-38/+32
* fix type of host address and handle errors in writing hos...Arthur de Jong2007-06-121-2/+3
* 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