Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd.h
Commit message (Expand)AuthorAgeFilesLines
* Various spelling fixesArthur de Jong2019-09-171-3/+3
* Define a NSLCD_ACTION_USERMOD requestArthur de Jong2013-03-301-0/+30
* clarify NSLCD_ACTION_SERVICE_* request parameter descriptionArthur de Jong2013-02-231-1/+3
* implement a netgroup_all requestArthur de Jong2013-02-081-1/+2
* remove unnecessary commentArthur de Jong2012-12-291-4/+0
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-231-4/+11
* make nslcd actions hexadecimal values with some structure...Arthur de Jong2012-12-161-42/+42
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-161-39/+39
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-10/+8
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-1/+11
* support more PAM status codes over the nslcd protocolArthur de Jong2011-04-291-0/+2
* document use of returned authorisation messageArthur de Jong2011-04-241-2/+5
* rename admindn option to rootpwmoddnArthur de Jong2010-02-271-1/+1
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-241-3/+9
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* remove development warningArthur de Jong2009-08-161-5/+0
* change PAM authorisation request to also include ruser, r...Arthur de Jong2009-06-031-2/+5
* import the PAM module from the nss-ldapd branch (r875) ba...Arthur de Jong2009-05-091-1/+59
* prefix NETGROUP_TYPE macros with NSLCD_Arthur de Jong2009-05-081-4/+4
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-191-117/+102
* include definitions of PAM-related actions from current O...Arthur de Jong2009-04-171-0/+5
* 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