Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd.h
Commit message (Expand)AuthorAgeFilesLines
* use uint8_t instead of u_int8_t because the former seems ...Arthur de Jong2008-01-301-1/+1
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-251-9/+7
* improve comments about protocol, also describing the fina...Arthur de Jong2007-10-311-8/+11
* fix typoArthur de Jong2007-07-271-1/+1
* add a little bit more documentationArthur de Jong2007-01-171-2/+6
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* specify socket and pidfile location with configure scriptArthur de Jong2006-12-081-6/+0
* rename LDF_ marcos to NSLCD_ macros to have a single name...Arthur de Jong2006-11-281-62/+62
* get rid of automount map information lookups through NSS ...Arthur de Jong2006-11-261-7/+0
* trip trailing whitespaceArthur de Jong2006-11-251-1/+1
* implement netgroup lookups, including test codeArthur de Jong2006-11-211-3/+13
* include a note about encoding of stringsArthur de Jong2006-11-191-1/+1
* include changes to handle protocol, rpc, service and netg...Arthur de Jong2006-11-181-5/+26
* implement network information lookups through NSSArthur de Jong2006-11-151-1/+11
* implement automounter maps lookupsArthur de Jong2006-11-141-0/+5
* rename nss/exports.h to nss/prototypes.hArthur de Jong2006-11-101-1/+1
* implement NSS-side shadow lookups (plus test code)Arthur de Jong2006-11-101-1/+13
* implement NSS-side ethers database lookups plus test codeArthur de Jong2006-11-101-0/+4
* implement initial host database lookups NSS-sideArthur de Jong2006-11-031-1/+16
* rename LOOP to STRINGLIST as that is currently the only s...Arthur de Jong2006-11-031-11/+5
* small documentation fixesArthur de Jong2006-11-031-2/+2
* rename some constants and switch to a more sane naming sc...Arthur de Jong2006-11-021-37/+35
* implement NSS side of getgrnam(), getgrgid() and {set,get...Arthur de Jong2006-11-011-6/+4
* get rid of some trailing spacesArthur de Jong2006-11-011-2/+2
* implement reading of alias information through getaliasby...Arthur de Jong2006-10-311-0/+1
* clear up protocol macros while implementing getpwuid() an...Arthur de Jong2006-10-311-1/+1
* document protocol a little betterArthur de Jong2006-10-311-53/+36
* get first working version of end-to-end test of nss call ...Arthur de Jong2006-10-301-5/+0
* add some basic minimal NSS code that can be generated fro...Arthur de Jong2006-10-251-15/+105
* implemented basic client/server setup with a thin client ...Arthur de Jong2006-10-231-0/+76