| Commit message (Expand) | Author | Age | Files | Lines |
* | add Portuguese (pt) translation of debconf templates by A... | Arthur de Jong | 2007-07-14 | 3 | -0/+203 |
* | do the simple unit tests at make check time | Arthur de Jong | 2007-07-13 | 2 | -2/+6 |
* | don't include config diretory which we don't use | Arthur de Jong | 2007-07-13 | 1 | -1/+1 |
* | add const and add FIXME about a to-be-fixed race condition | Arthur de Jong | 2007-07-13 | 1 | -1/+5 |
* | flag the address family parameter as unused | Arthur de Jong | 2007-07-13 | 1 | -1/+1 |
* | add notes about format of host and ethers entries in LDAP... | Arthur de Jong | 2007-07-13 | 1 | -0/+8 |
* | add XS-Vcs-Svn and XS-Vcs-Browser as specified in #391023 | Arthur de Jong | 2007-07-13 | 1 | -0/+2 |
* | add comment explaining the use of chmod() over fchmod() | Arthur de Jong | 2007-06-18 | 1 | -0/+4 |
* | get files ready for 0.2.1 release0.2.1 | Arthur de Jong | 2007-06-17 | 5 | -2/+79 |
* | do proper wildcard expansion | Arthur de Jong | 2007-06-17 | 1 | -2/+2 |
* | add proper support for make uninstall | Arthur de Jong | 2007-06-17 | 2 | -0/+6 |
* | force regeneration of all files | Arthur de Jong | 2007-06-17 | 1 | -2/+2 |
* | include stuff from the m4 directory automatically | Arthur de Jong | 2007-06-17 | 3 | -2/+3 |
* | support building outside the source directory | Arthur de Jong | 2007-06-17 | 6 | -0/+11 |
* | use the ACX_PTHREAD macro to check for platform independa... | Arthur de Jong | 2007-06-17 | 5 | -9/+327 |
* | further clarification of use of autoconf/automake code | Arthur de Jong | 2007-06-17 | 1 | -3/+10 |
* | change fchmod() into chmod() since fchmod() has undifined... | Arthur de Jong | 2007-06-17 | 1 | -2/+2 |
* | fix casts of types where needed | Arthur de Jong | 2007-06-12 | 4 | -38/+32 |
* | fix type of host address and handle errors in writing hos... | Arthur de Jong | 2007-06-12 | 1 | -2/+3 |
* | get files ready for 0.2 release0.2 | Arthur de Jong | 2007-06-11 | 6 | -921/+982 |
* | move dict into the common directory | Arthur de Jong | 2007-06-11 | 7 | -7/+8 |
* | add a note about the status of this manual page | Arthur de Jong | 2007-06-11 | 1 | -0/+5 |
* | compile tio module with -fPIC because it is used in the N... | Arthur de Jong | 2007-06-10 | 1 | -0/+1 |
* | add note about modifying /etc/nsswitch.conf in postinst | Arthur de Jong | 2007-06-10 | 1 | -0/+3 |
* | have better rules to generate ChangeLog | Arthur de Jong | 2007-06-09 | 1 | -1/+5 |
* | remove some trailing spaces | Arthur de Jong | 2007-06-09 | 1 | -1/+1 |
* | add proper copyright header | Arthur de Jong | 2007-06-09 | 1 | -6/+24 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 41 | -156/+857 |
* | some remaining tabs to spaces and trim trailing spaces | Arthur de Jong | 2007-06-05 | 4 | -9/+9 |
* | fix some remaining references to the GNU Library General ... | Arthur de Jong | 2007-06-02 | 2 | -3/+3 |
* | add some comments describing some problems that this code... | Arthur de Jong | 2007-06-01 | 1 | -0/+5 |
* | add a section on build dependencies | Arthur de Jong | 2007-05-20 | 1 | -0/+17 |
* | include updated files | Arthur de Jong | 2007-05-13 | 2 | -13/+35 |
* | include some targets to tun flawfinder, pscan, rats and s... | Arthur de Jong | 2007-03-05 | 1 | -0/+23 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 24 | -154/+168 |
* | remove runtime checking for existance of /lib/init/rw/lib... | Arthur de Jong | 2007-03-02 | 1 | -10/+0 |
* | add missing attribute mapping for AD | Arthur de Jong | 2007-03-02 | 1 | -0/+1 |
* | do chmod on file descriptor instead of on file name | Arthur de Jong | 2007-03-02 | 1 | -1/+1 |
* | fix a few bugs found thanks to the new warnings | Arthur de Jong | 2007-02-17 | 3 | -3/+3 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 20 | -25/+119 |
* | add some extra type checks and worarounds | Arthur de Jong | 2007-02-17 | 1 | -0/+4 |
* | add extra compiler warnings | Arthur de Jong | 2007-02-17 | 1 | -1/+1 |
* | replace syslog calls to calls with our own logging module | Arthur de Jong | 2007-02-10 | 5 | -22/+12 |
* | fix a typo and update copyright info | Arthur de Jong | 2007-02-06 | 1 | -2/+2 |
* | add simple test for dict module | Arthur de Jong | 2007-02-04 | 4 | -4/+94 |
* | fix list corruption bug in dict_put() and ignore setting ... | Arthur de Jong | 2007-02-04 | 1 | -3/+6 |
* | don't store const void * as value, just void * | Arthur de Jong | 2007-02-04 | 2 | -7/+7 |
* | declare old dict functions static as thay are only used f... | Arthur de Jong | 2007-02-01 | 2 | -165/+149 |
* | trim trailing whitespace | Arthur de Jong | 2007-02-01 | 2 | -2/+2 |
* | add new dictionary module and use it for the attribute ma... | Arthur de Jong | 2007-02-01 | 8 | -99/+283 |