| Commit message (Expand) | Author | Age | Files | Lines |
* | Define a NSLCD_ACTION_USERMOD request | Arthur de Jong | 2013-03-30 | 1 | -0/+30 |
* | clarify NSLCD_ACTION_SERVICE_* request parameter description | Arthur de Jong | 2013-02-23 | 1 | -1/+3 |
* | implement a netgroup_all request | Arthur de Jong | 2013-02-08 | 1 | -1/+2 |
* | remove unnecessary comment | Arthur de Jong | 2012-12-29 | 1 | -4/+0 |
* | update the netgroup by name request to have one result en... | Arthur de Jong | 2012-12-23 | 1 | -4/+11 |
* | make nslcd actions hexadecimal values with some structure... | Arthur de Jong | 2012-12-16 | 1 | -42/+42 |
* | change PAM protocol to be more consistent and simpler | Arthur de Jong | 2012-12-16 | 1 | -39/+39 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -10/+8 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -1/+11 |
* | support more PAM status codes over the nslcd protocol | Arthur de Jong | 2011-04-29 | 1 | -0/+2 |
* | document use of returned authorisation message | Arthur de Jong | 2011-04-24 | 1 | -2/+5 |
* | rename admindn option to rootpwmoddn | Arthur de Jong | 2010-02-27 | 1 | -1/+1 |
* | add admindn configuration file option that is used when m... | Arthur de Jong | 2010-01-24 | 1 | -3/+9 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | remove development warning | Arthur de Jong | 2009-08-16 | 1 | -5/+0 |
* | change PAM authorisation request to also include ruser, r... | Arthur de Jong | 2009-06-03 | 1 | -2/+5 |
* | import the PAM module from the nss-ldapd branch (r875) ba... | Arthur de Jong | 2009-05-09 | 1 | -1/+59 |
* | prefix NETGROUP_TYPE macros with NSLCD_ | Arthur de Jong | 2009-05-08 | 1 | -4/+4 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 1 | -117/+102 |
* | include definitions of PAM-related actions from current O... | Arthur de Jong | 2009-04-17 | 1 | -0/+5 |
* | use uint8_t instead of u_int8_t because the former seems ... | Arthur de Jong | 2008-01-30 | 1 | -1/+1 |
* | remove NSLCD_RESULT_UNAVAIL because it's not needed anymo... | Arthur de Jong | 2007-12-25 | 1 | -9/+7 |
* | improve comments about protocol, also describing the fina... | Arthur de Jong | 2007-10-31 | 1 | -8/+11 |
* | fix typo | Arthur de Jong | 2007-07-27 | 1 | -1/+1 |
* | add a little bit more documentation | Arthur de Jong | 2007-01-17 | 1 | -2/+6 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | specify socket and pidfile location with configure script | Arthur de Jong | 2006-12-08 | 1 | -6/+0 |
* | rename LDF_ marcos to NSLCD_ macros to have a single name... | Arthur de Jong | 2006-11-28 | 1 | -62/+62 |
* | get rid of automount map information lookups through NSS ... | Arthur de Jong | 2006-11-26 | 1 | -7/+0 |
* | trip trailing whitespace | Arthur de Jong | 2006-11-25 | 1 | -1/+1 |
* | implement netgroup lookups, including test code | Arthur de Jong | 2006-11-21 | 1 | -3/+13 |
* | include a note about encoding of strings | Arthur de Jong | 2006-11-19 | 1 | -1/+1 |
* | include changes to handle protocol, rpc, service and netg... | Arthur de Jong | 2006-11-18 | 1 | -5/+26 |
* | implement network information lookups through NSS | Arthur de Jong | 2006-11-15 | 1 | -1/+11 |
* | implement automounter maps lookups | Arthur de Jong | 2006-11-14 | 1 | -0/+5 |
* | rename nss/exports.h to nss/prototypes.h | Arthur de Jong | 2006-11-10 | 1 | -1/+1 |
* | implement NSS-side shadow lookups (plus test code) | Arthur de Jong | 2006-11-10 | 1 | -1/+13 |
* | implement NSS-side ethers database lookups plus test code | Arthur de Jong | 2006-11-10 | 1 | -0/+4 |
* | implement initial host database lookups NSS-side | Arthur de Jong | 2006-11-03 | 1 | -1/+16 |
* | rename LOOP to STRINGLIST as that is currently the only s... | Arthur de Jong | 2006-11-03 | 1 | -11/+5 |
* | small documentation fixes | Arthur de Jong | 2006-11-03 | 1 | -2/+2 |
* | rename some constants and switch to a more sane naming sc... | Arthur de Jong | 2006-11-02 | 1 | -37/+35 |
* | implement NSS side of getgrnam(), getgrgid() and {set,get... | Arthur de Jong | 2006-11-01 | 1 | -6/+4 |
* | get rid of some trailing spaces | Arthur de Jong | 2006-11-01 | 1 | -2/+2 |
* | implement reading of alias information through getaliasby... | Arthur de Jong | 2006-10-31 | 1 | -0/+1 |
* | clear up protocol macros while implementing getpwuid() an... | Arthur de Jong | 2006-10-31 | 1 | -1/+1 |
* | document protocol a little better | Arthur de Jong | 2006-10-31 | 1 | -53/+36 |
* | get first working version of end-to-end test of nss call ... | Arthur de Jong | 2006-10-30 | 1 | -5/+0 |
* | add some basic minimal NSS code that can be generated fro... | Arthur de Jong | 2006-10-25 | 1 | -15/+105 |
* | implemented basic client/server setup with a thin client ... | Arthur de Jong | 2006-10-23 | 1 | -0/+76 |