| Commit message (Expand) | Author | Age | Files | Lines |
* | only set h_errno to error value on problems and change th... | Arthur de Jong | 2006-12-18 | 1 | -7/+23 |
* | remove trailing spaces | Arthur de Jong | 2006-12-17 | 1 | -1/+1 |
* | add note about glibc manual | Arthur de Jong | 2006-12-17 | 1 | -0/+5 |
* | fix comment as to installing libraries | Arthur de Jong | 2006-12-17 | 1 | -3/+1 |
* | remove _nss_ldap_initgroups_dyn() from interface for now ... | Arthur de Jong | 2006-12-16 | 3 | -2/+5 |
* | fix indentation | Arthur de Jong | 2006-12-08 | 1 | -1/+1 |
* | clean up build scripts to only link nslcd to OpenSSL and ... | Arthur de Jong | 2006-12-05 | 1 | -9/+27 |
* | regenerate from prototypes.h | Arthur de Jong | 2006-12-03 | 1 | -63/+83 |
* | rename LDF_ marcos to NSLCD_ macros to have a single name... | Arthur de Jong | 2006-11-28 | 8 | -36/+36 |
* | get as many files from the root directory as possible, mo... | Arthur de Jong | 2006-11-28 | 2 | -0/+71 |
* | implement network name lookups on server side plus some f... | Arthur de Jong | 2006-11-28 | 1 | -3/+6 |
* | get rid of nslcd-client.{c,h} and move it to nss/common.{... | Arthur de Jong | 2006-11-27 | 14 | -12/+77 |
* | get rid of automount map information lookups through NSS ... | Arthur de Jong | 2006-11-26 | 3 | -179/+3 |
* | implement server end of service name lookup and fix clien... | Arthur de Jong | 2006-11-25 | 1 | -3/+50 |
* | trip trailing whitespace | Arthur de Jong | 2006-11-25 | 2 | -3/+3 |
* | fix problem with allocated array for storing addresses, p... | Arthur de Jong | 2006-11-24 | 1 | -17/+23 |
* | implement netgroup lookups, including test code | Arthur de Jong | 2006-11-21 | 1 | -16/+43 |
* | write contents of ethernet address not pointer | Arthur de Jong | 2006-11-19 | 1 | -1/+1 |
* | fix bug: the readfn() function was executed twice | Arthur de Jong | 2006-11-19 | 1 | -1/+0 |
* | implement netgroup lookups | Arthur de Jong | 2006-11-17 | 3 | -6/+121 |
* | do some refactoring in the generated code and add some do... | Arthur de Jong | 2006-11-17 | 12 | -80/+124 |
* | implement reading of services entities | Arthur de Jong | 2006-11-16 | 2 | -1/+83 |
* | implement reading of rpc entities | Arthur de Jong | 2006-11-16 | 2 | -1/+81 |
* | implement reading of protocol entities | Arthur de Jong | 2006-11-16 | 2 | -1/+81 |
* | switch to a simpler and more compact framework to generat... | Arthur de Jong | 2006-11-16 | 8 | -144/+105 |
* | implement network information lookups through NSS | Arthur de Jong | 2006-11-15 | 3 | -4/+192 |
* | properly filter out empty returned address records and re... | Arthur de Jong | 2006-11-15 | 1 | -9/+33 |
* | implement automounter maps lookups | Arthur de Jong | 2006-11-14 | 3 | -4/+158 |
* | just close the stream in case of problems instead of call... | Arthur de Jong | 2006-11-14 | 1 | -1/+1 |
* | rename nss/exports.h to nss/prototypes.h | Arthur de Jong | 2006-11-10 | 8 | -8/+8 |
* | switch to using prototypes that are defined in glibc 2.3.6 | Arthur de Jong | 2006-11-10 | 5 | -19/+19 |
* | implement NSS-side shadow lookups (plus test code) | Arthur de Jong | 2006-11-10 | 2 | -1/+85 |
* | implement NSS-side ethers database lookups plus test code | Arthur de Jong | 2006-11-10 | 3 | -5/+129 |
* | add test code for host database and add const to function... | Arthur de Jong | 2006-11-10 | 2 | -2/+2 |
* | use better names for our thread-local file pointer | Arthur de Jong | 2006-11-10 | 3 | -6/+6 |
* | implement initial host database lookups NSS-side | Arthur de Jong | 2006-11-03 | 2 | -1/+211 |
* | fix bogus reuse of tmpint32, introducing tmp3int32 | Arthur de Jong | 2006-11-03 | 1 | -5/+4 |
* | rename LOOP to STRINGLIST as that is currently the only s... | Arthur de Jong | 2006-11-03 | 2 | -12/+12 |
* | add _nss_ldap_initgroups_dyn() function | Arthur de Jong | 2006-11-03 | 1 | -3/+54 |
* | make loop macros common, create macros for expanding {set... | Arthur de Jong | 2006-11-03 | 4 | -101/+61 |
* | rename some constants and switch to a more sane naming sc... | Arthur de Jong | 2006-11-02 | 3 | -11/+11 |
* | we only need to export _nss_ldap_initgroups_dyn(), not _n... | Arthur de Jong | 2006-11-02 | 1 | -1/+0 |
* | rename READ_RESPONSE() macro to READ_RESPONSE_CODE() | Arthur de Jong | 2006-11-02 | 3 | -7/+7 |
* | implement NSS side of getgrnam(), getgrgid() and {set,get... | Arthur de Jong | 2006-11-01 | 2 | -1/+146 |
* | always set *errnop correctly | Arthur de Jong | 2006-11-01 | 3 | -1/+5 |
* | implement _nss_ldap_{set,get,end}pwent() functions with t... | Arthur de Jong | 2006-11-01 | 1 | -4/+35 |
* | also set file pointer to NULL when closing a stream to pr... | Arthur de Jong | 2006-11-01 | 1 | -2/+5 |
* | implement reading of alias information through getaliasby... | Arthur de Jong | 2006-10-31 | 1 | -5/+53 |
* | make code consistent by adding headers, removing trailing... | Arthur de Jong | 2006-10-31 | 5 | -7/+105 |
* | clear up protocol macros while implementing getpwuid() an... | Arthur de Jong | 2006-10-31 | 4 | -55/+51 |