| Commit message (Expand) | Author | Age | Files | Lines |
* | correct calls to NSLCD_ACTION_NETWORK_BYNAME and NSLCD_AC... | Arthur de Jong | 2007-10-21 | 1 | -3/+3 |
* | some small improvements to the code based on some source ... | Arthur de Jong | 2007-09-23 | 1 | -1/+4 |
* | flag the address family parameter as unused | Arthur de Jong | 2007-07-13 | 1 | -1/+1 |
* | add proper support for make uninstall | Arthur de Jong | 2007-06-17 | 1 | -0/+3 |
* | support building outside the source directory | Arthur de Jong | 2007-06-17 | 1 | -0/+2 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 14 | -49/+57 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 8 | -34/+34 |
* | fix a few bugs found thanks to the new warnings | Arthur de Jong | 2007-02-17 | 1 | -1/+1 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 12 | -12/+28 |
* | no longer install libc-versioned symlink and hardcode nss... | Arthur de Jong | 2007-01-17 | 1 | -9/+4 |
* | ensure that all NSS functions can be generated by the mar... | Arthur de Jong | 2007-01-17 | 12 | -359/+252 |
* | fix netgroup lookups so that _nss_ldap_getnetgrent_r() re... | Arthur de Jong | 2007-01-10 | 2 | -1/+22 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 15 | -105/+105 |
* | use our own thread-local file pointer for doing requests ... | Arthur de Jong | 2007-01-08 | 2 | -14/+20 |
* | extract some more common macros | Arthur de Jong | 2006-12-31 | 1 | -8/+3 |
* | properly capitalize company name | Arthur de Jong | 2006-12-20 | 1 | -1/+1 |
* | 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 |