| Commit message (Expand) | Author | Age | Files | Lines |
* | increase write buffer size in nslcd to free up threads ea... | Arthur de Jong | 2008-06-06 | 1 | -2/+8 |
* | remove comment about limitation that has now been removed | Arthur de Jong | 2008-05-16 | 1 | -4/+0 |
* | grow the read buffer maximum size to 2Mbyte to allow for ... | Arthur de Jong | 2008-05-16 | 1 | -1/+1 |
* | remove checking for first entry and always return NSS_STA... | Arthur de Jong | 2008-05-02 | 2 | -14/+7 |
* | fix comment of return value of NSS_STATUS_TRYAGAIN | Arthur de Jong | 2008-05-01 | 1 | -4/+2 |
* | increase time out values because now nslcd will error out... | Arthur de Jong | 2008-04-26 | 1 | -3/+3 |
* | correctly implement buffer handling in _nss_ldap_initgrou... | Arthur de Jong | 2008-04-05 | 1 | -21/+39 |
* | properly check the limit (as seen in nis-initgroups.c) | Arthur de Jong | 2008-04-05 | 1 | -1/+4 |
* | implement resizable I/O buffers and tune buffer sizes to ... | Arthur de Jong | 2008-02-12 | 1 | -1/+9 |
* | do not set errno (and h_errno) if we got the last entry f... | Arthur de Jong | 2008-02-01 | 4 | -24/+1 |
* | remove the nslcd2nss() function because it's not needed w... | Arthur de Jong | 2008-02-01 | 6 | -21/+5 |
* | fail with a permanent error if resetting the stream faile... | Arthur de Jong | 2008-02-01 | 1 | -0/+3 |
* | use uint8_t instead of u_int8_t because the former seems ... | Arthur de Jong | 2008-01-30 | 1 | -2/+2 |
* | when including stdint.h check if we actually have it | Arthur de Jong | 2008-01-27 | 1 | -0/+2 |
* | only start the NSLCD_ACTION_*_ALL requests with the first... | Arthur de Jong | 2008-01-03 | 12 | -56/+51 |
* | update copyright year | Arthur de Jong | 2008-01-03 | 1 | -1/+1 |
* | increment value that is pointed to, not the pointer (fixe... | Arthur de Jong | 2008-01-03 | 1 | -1/+1 |
* | enable the _nss_ldap_initgroups_dyn() function that is no... | Arthur de Jong | 2008-01-01 | 3 | -8/+2 |
* | use the new tio_mark()/tio_reset() functions to support r... | Arthur de Jong | 2008-01-01 | 1 | -7/+16 |
* | remove NSLCD_RESULT_UNAVAIL because it's not needed anymo... | Arthur de Jong | 2007-12-25 | 2 | -3/+2 |
* | 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 |