Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix bug with buffer magic in writing codeArthur de Jong2007-07-151-11/+18
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@305 ef36b2f9-881f-0410-afb5-c4e39611909c
* add Portuguese (pt) translation of debconf templates by ↵Arthur de Jong2007-07-143-0/+203
| | | | | | Américo Monteiro <a_monteiro@netcabo.pt> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@304 ef36b2f9-881f-0410-afb5-c4e39611909c
* do the simple unit tests at make check timeArthur de Jong2007-07-132-2/+6
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@303 ef36b2f9-881f-0410-afb5-c4e39611909c
* don't include config diretory which we don't useArthur de Jong2007-07-131-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@302 ef36b2f9-881f-0410-afb5-c4e39611909c
* add const and add FIXME about a to-be-fixed race conditionArthur de Jong2007-07-131-1/+5
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@301 ef36b2f9-881f-0410-afb5-c4e39611909c
* flag the address family parameter as unusedArthur de Jong2007-07-131-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@300 ef36b2f9-881f-0410-afb5-c4e39611909c
* add notes about format of host and ethers entries in ↵Arthur de Jong2007-07-131-0/+8
| | | | | | LDAP database git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@299 ef36b2f9-881f-0410-afb5-c4e39611909c
* add XS-Vcs-Svn and XS-Vcs-Browser as specified in #391023Arthur de Jong2007-07-131-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@298 ef36b2f9-881f-0410-afb5-c4e39611909c
* add comment explaining the use of chmod() over fchmod()Arthur de Jong2007-06-181-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@297 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.2.1 release0.2.1Arthur de Jong2007-06-175-2/+79
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@294 ef36b2f9-881f-0410-afb5-c4e39611909c
* do proper wildcard expansionArthur de Jong2007-06-171-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@293 ef36b2f9-881f-0410-afb5-c4e39611909c
* add proper support for make uninstallArthur de Jong2007-06-172-0/+6
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@292 ef36b2f9-881f-0410-afb5-c4e39611909c
* force regeneration of all filesArthur de Jong2007-06-171-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@291 ef36b2f9-881f-0410-afb5-c4e39611909c
* include stuff from the m4 directory automaticallyArthur de Jong2007-06-173-2/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@290 ef36b2f9-881f-0410-afb5-c4e39611909c
* support building outside the source directoryArthur de Jong2007-06-176-0/+11
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@289 ef36b2f9-881f-0410-afb5-c4e39611909c
* use the ACX_PTHREAD macro to check for platform ↵Arthur de Jong2007-06-175-9/+327
| | | | | | independant pthread support and required options git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@288 ef36b2f9-881f-0410-afb5-c4e39611909c
* further clarification of use of autoconf/automake codeArthur de Jong2007-06-171-3/+10
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@287 ef36b2f9-881f-0410-afb5-c4e39611909c
* change fchmod() into chmod() since fchmod() has ↵Arthur de Jong2007-06-171-2/+2
| | | | | | undifined behaviour on named sockets (fails silently) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@286 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix casts of types where neededArthur de Jong2007-06-124-38/+32
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@285 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix type of host address and handle errors in writing ↵Arthur de Jong2007-06-121-2/+3
| | | | | | hostent git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@284 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.2 release0.2Arthur de Jong2007-06-116-921/+982
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@280 ef36b2f9-881f-0410-afb5-c4e39611909c
* move dict into the common directoryArthur de Jong2007-06-117-7/+8
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@279 ef36b2f9-881f-0410-afb5-c4e39611909c
* add a note about the status of this manual pageArthur de Jong2007-06-111-0/+5
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@278 ef36b2f9-881f-0410-afb5-c4e39611909c
* compile tio module with -fPIC because it is used in the ↵Arthur de Jong2007-06-101-0/+1
| | | | | | NSS shared library git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@277 ef36b2f9-881f-0410-afb5-c4e39611909c
* add note about modifying /etc/nsswitch.conf in postinstArthur de Jong2007-06-101-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@276 ef36b2f9-881f-0410-afb5-c4e39611909c
* have better rules to generate ChangeLogArthur de Jong2007-06-091-1/+5
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@275 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove some trailing spacesArthur de Jong2007-06-091-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@274 ef36b2f9-881f-0410-afb5-c4e39611909c
* add proper copyright headerArthur de Jong2007-06-091-6/+24
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@273 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement our own stdio-like library that handles IO ↵Arthur de Jong2007-06-0941-156/+857
| | | | | | with a simple configurable timeout mechanism with buffering git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@272 ef36b2f9-881f-0410-afb5-c4e39611909c
* some remaining tabs to spaces and trim trailing spacesArthur de Jong2007-06-054-9/+9
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@271 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix some remaining references to the GNU Library General ↵Arthur de Jong2007-06-022-3/+3
| | | | | | Public License git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@270 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some comments describing some problems that this ↵Arthur de Jong2007-06-011-0/+5
| | | | | | code may have git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@269 ef36b2f9-881f-0410-afb5-c4e39611909c
* add a section on build dependenciesArthur de Jong2007-05-201-0/+17
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@268 ef36b2f9-881f-0410-afb5-c4e39611909c
* include updated filesArthur de Jong2007-05-132-13/+35
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@267 ef36b2f9-881f-0410-afb5-c4e39611909c
* include some targets to tun flawfinder, pscan, rats and ↵Arthur de Jong2007-03-051-0/+23
| | | | | | splint git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@266 ef36b2f9-881f-0410-afb5-c4e39611909c
* code improvements by making type casts explicit, ↵Arthur de Jong2007-03-0424-154/+168
| | | | | | flagging ignored return values, renames and flagging of parameters and some miscelanious improvements (thanks to gcc warnings, splint, rats and flawfinder) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@265 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove runtime checking for existance of ↵Arthur de Jong2007-03-021-10/+0
| | | | | | /lib/init/rw/libnss-ldap.bind_policy_soft git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@264 ef36b2f9-881f-0410-afb5-c4e39611909c
* add missing attribute mapping for ADArthur de Jong2007-03-021-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@263 ef36b2f9-881f-0410-afb5-c4e39611909c
* do chmod on file descriptor instead of on file nameArthur de Jong2007-03-021-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@262 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-173-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@251 ef36b2f9-881f-0410-afb5-c4e39611909c
* add gcc attributes to some functions and parametersArthur de Jong2007-02-1720-25/+119
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@250 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some extra type checks and woraroundsArthur de Jong2007-02-171-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@249 ef36b2f9-881f-0410-afb5-c4e39611909c
* add extra compiler warningsArthur de Jong2007-02-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@248 ef36b2f9-881f-0410-afb5-c4e39611909c
* replace syslog calls to calls with our own logging moduleArthur de Jong2007-02-105-22/+12
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@240 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix a typo and update copyright infoArthur de Jong2007-02-061-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@237 ef36b2f9-881f-0410-afb5-c4e39611909c
* add simple test for dict moduleArthur de Jong2007-02-044-4/+94
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@236 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix list corruption bug in dict_put() and ignore setting ↵Arthur de Jong2007-02-041-3/+6
| | | | | | value to NULL git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@235 ef36b2f9-881f-0410-afb5-c4e39611909c
* don't store const void * as value, just void *Arthur de Jong2007-02-042-7/+7
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@234 ef36b2f9-881f-0410-afb5-c4e39611909c
* declare old dict functions static as thay are only used ↵Arthur de Jong2007-02-012-165/+149
| | | | | | from within util.c git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@233 ef36b2f9-881f-0410-afb5-c4e39611909c
* trim trailing whitespaceArthur de Jong2007-02-012-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@232 ef36b2f9-881f-0410-afb5-c4e39611909c