Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd-common.h
Commit message (Collapse)AuthorAgeFilesLines
* get as many files from the root directory as possible, ↵Arthur de Jong2006-11-281-3/+0
| | | | | | moving all server related code to the server directory and moving and splitting the test code to the tests directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@131 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement more detailed protocol logging (dumping the ↵Arthur de Jong2006-11-281-9/+32
| | | | | | actual byte values read and written) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@128 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix bug that always causes a READ_STRING_ALLOC to read ↵Arthur de Jong2006-11-251-3/+3
| | | | | | to a variable called name git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@122 ef36b2f9-881f-0410-afb5-c4e39611909c
* include stdio for definitions of fread(), fwrite() etcArthur de Jong2006-11-251-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@116 ef36b2f9-881f-0410-afb5-c4e39611909c
* make protocol logging a little more readable and do not ↵Arthur de Jong2006-11-241-22/+31
| | | | | | use fseek() in streams because that is not supported git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@113 ef36b2f9-881f-0410-afb5-c4e39611909c
* add more verbose protocol logging, including logging of ↵Arthur de Jong2006-11-191-15/+39
| | | | | | errors git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@102 ef36b2f9-881f-0410-afb5-c4e39611909c
* add proper copyright headersArthur de Jong2006-11-061-2/+22
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@74 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove testing stuffArthur de Jong2006-11-051-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@72 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix some variable usage bugs in READ_* marcos and change ↵Arthur de Jong2006-11-051-18/+16
| | | | | | protocol debugging marcos to not use variadic arguments git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@71 ef36b2f9-881f-0410-afb5-c4e39611909c
* make SKIP more consistent with READArthur de Jong2006-11-031-1/+6
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@68 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix bogus reuse of tmpint32, introducing tmp3int32Arthur de Jong2006-11-031-9/+10
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@66 ef36b2f9-881f-0410-afb5-c4e39611909c
* split buffer management macros into separate macrosArthur de Jong2006-11-031-15/+26
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@65 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename LOOP to STRINGLIST as that is currently the only ↵Arthur de Jong2006-11-031-5/+26
| | | | | | supported format git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@64 ef36b2f9-881f-0410-afb5-c4e39611909c
* add _nss_ldap_initgroups_dyn() functionArthur de Jong2006-11-031-2/+19
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@63 ef36b2f9-881f-0410-afb5-c4e39611909c
* make loop macros common, create macros for expanding ↵Arthur de Jong2006-11-031-0/+34
| | | | | | {set,get,end}ent() functions and implement {set,get,end}aliasent git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@62 ef36b2f9-881f-0410-afb5-c4e39611909c
* do not try to read and write zero length strings and add ↵Arthur de Jong2006-11-011-7/+26
| | | | | | protocol debugging option git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@40 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement reading of alias information through ↵Arthur de Jong2006-10-311-1/+1
| | | | | | getaliasbyname() git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@38 ef36b2f9-881f-0410-afb5-c4e39611909c
* add header file defining read and write macrosArthur de Jong2006-10-311-0/+84
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@35 ef36b2f9-881f-0410-afb5-c4e39611909c