| Commit message (Expand) | Author | Age | Files | Lines |
* | use htons() instead of ntohs() (thanks Ted C. Cheng) | Arthur de Jong | 2010-07-27 | 1 | -1/+1 |
* | use -h linker flag instead of -soname which seems more po... | Arthur de Jong | 2010-07-18 | 1 | -1/+1 |
* | allow configuring NSS module's SONAME from configure and ... | Arthur de Jong | 2010-07-07 | 1 | -7/+3 |
* | have more compatibility code for NSS module and move comp... | Arthur de Jong | 2010-06-17 | 2 | -61/+2 |
* | rename symbol map files and check for the linker option t... | Arthur de Jong | 2010-06-15 | 2 | -3/+5 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 6 | -4/+43 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 2 | -6/+6 |
* | remove some unused include statements | Arthur de Jong | 2010-06-14 | 11 | -11/+0 |
* | simple improvement for FreeBSD | Arthur de Jong | 2010-01-23 | 1 | -0/+2 |
* | fix missing argument (problem in r1039) | Arthur de Jong | 2009-12-28 | 1 | -1/+1 |
* | Glibc changed the addr parameter of getnetbyaddr_r() from... | Arthur de Jong | 2009-12-28 | 1 | -5/+7 |
* | also use compat/ether.h for nss functions | Arthur de Jong | 2009-12-21 | 1 | -4/+2 |
* | don't pass an empty parameter to a macro | Arthur de Jong | 2009-10-08 | 1 | -1/+1 |
* | re-organise configure script and only run tests for parts... | Arthur de Jong | 2009-10-08 | 1 | -1/+1 |
* | some simple changes in includes to make FreeBSD diff smaller | Arthur de Jong | 2009-09-04 | 1 | -0/+6 |
* | merge r934 from trunk | Arthur de Jong | 2009-06-06 | 1 | -1/+1 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-21 | 14 | -196/+50 |
* | merge r885 from trunk | Arthur de Jong | 2009-05-16 | 1 | -5/+12 |
* | merge r882 from trunk | Arthur de Jong | 2009-05-09 | 2 | -7/+33 |
* | merge r865 from trunk | Arthur de Jong | 2009-05-08 | 1 | -2/+2 |
* | merge r834 from trunk | Arthur de Jong | 2009-04-19 | 2 | -4/+4 |
* | 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 |