summaryrefslogtreecommitdiff
path: root/nslcd.h
AgeCommit message (Expand)Author
2014-11-29wip db_shadowLuke Shumaker
2013-03-30Define a NSLCD_ACTION_USERMOD requestArthur de Jong
2013-02-23clarify NSLCD_ACTION_SERVICE_* request parameter descriptionArthur de Jong
2013-02-08implement a netgroup_all requestArthur de Jong
2012-12-29remove unnecessary commentArthur de Jong
2012-12-23update the netgroup by name request to have one result entry per netgroup wit...Arthur de Jong
2012-12-16make nslcd actions hexadecimal values with some structure to make debugging e...Arthur de Jong
2012-12-16change PAM protocol to be more consistent and simplerArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-07-08implement a pam_password_prohibit_message nslcd.conf option to deny password ...Arthur de Jong
2011-04-29support more PAM status codes over the nslcd protocolArthur de Jong
2011-04-24document use of returned authorisation messageArthur de Jong
2010-02-27rename admindn option to rootpwmoddnArthur de Jong
2010-01-24add admindn configuration file option that is used when modifying another use...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-08-16remove development warningArthur de Jong
2009-06-03change PAM authorisation request to also include ruser, rhost and tty (based ...Arthur de Jong
2009-05-09import the PAM module from the nss-ldapd branch (r875) based on the OpenLDAP ...Arthur de Jong
2009-05-07prefix NETGROUP_TYPE macros with NSLCD_Arthur de Jong
2009-04-19clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS...Arthur de Jong
2009-04-17include definitions of PAM-related actions from current OpenLDAP work in nssovArthur de Jong
2008-01-30use uint8_t instead of u_int8_t because the former seems to be available on m...Arthur de Jong
2007-12-25remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection i...Arthur de Jong
2007-10-31improve comments about protocol, also describing the final NSLCD_RESULT_NOTFOUNDArthur de Jong
2007-07-27fix typoArthur de Jong
2007-01-17add a little bit more documentationArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-08specify socket and pidfile location with configure scriptArthur de Jong
2006-11-28rename LDF_ marcos to NSLCD_ macros to have a single namespaceArthur de Jong
2006-11-26get rid of automount map information lookups through NSS as this is not used ...Arthur de Jong
2006-11-25trip trailing whitespaceArthur de Jong
2006-11-21implement netgroup lookups, including test codeArthur de Jong
2006-11-19include a note about encoding of stringsArthur de Jong
2006-11-18include changes to handle protocol, rpc, service and netgroup nslcd callsArthur de Jong
2006-11-15implement network information lookups through NSSArthur de Jong
2006-11-14implement automounter maps lookupsArthur de Jong
2006-11-10rename nss/exports.h to nss/prototypes.hArthur de Jong
2006-11-10implement NSS-side shadow lookups (plus test code)Arthur de Jong
2006-11-10implement NSS-side ethers database lookups plus test codeArthur de Jong
2006-11-03implement initial host database lookups NSS-sideArthur de Jong
2006-11-03rename LOOP to STRINGLIST as that is currently the only supported formatArthur de Jong
2006-11-03small documentation fixesArthur de Jong
2006-11-02rename some constants and switch to a more sane naming schemeArthur de Jong
2006-11-01implement NSS side of getgrnam(), getgrgid() and {set,get,end}grent()Arthur de Jong
2006-11-01get rid of some trailing spacesArthur de Jong
2006-10-31implement reading of alias information through getaliasbyname()Arthur de Jong
2006-10-31clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...Arthur de Jong
2006-10-31document protocol a little betterArthur de Jong
2006-10-30get first working version of end-to-end test of nss call using simple test pr...Arthur de Jong
2006-10-25add some basic minimal NSS code that can be generated from macrosArthur de Jong