Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* use htons() instead of ntohs() (thanks Ted C. Cheng)Arthur de Jong2010-07-271-1/+1
* use -h linker flag instead of -soname which seems more po...Arthur de Jong2010-07-181-1/+1
* allow configuring NSS module's SONAME from configure and ...Arthur de Jong2010-07-071-7/+3
* have more compatibility code for NSS module and move comp...Arthur de Jong2010-06-172-61/+2
* rename symbol map files and check for the linker option t...Arthur de Jong2010-06-152-3/+5
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-146-4/+43
* make include guard names consistent throughout the source...Arthur de Jong2010-06-142-6/+6
* remove some unused include statementsArthur de Jong2010-06-1411-11/+0
* simple improvement for FreeBSDArthur de Jong2010-01-231-0/+2
* fix missing argument (problem in r1039)Arthur de Jong2009-12-281-1/+1
* Glibc changed the addr parameter of getnetbyaddr_r() from...Arthur de Jong2009-12-281-5/+7
* also use compat/ether.h for nss functionsArthur de Jong2009-12-211-4/+2
* don't pass an empty parameter to a macroArthur de Jong2009-10-081-1/+1
* re-organise configure script and only run tests for parts...Arthur de Jong2009-10-081-1/+1
* some simple changes in includes to make FreeBSD diff smallerArthur de Jong2009-09-041-0/+6
* merge r934 from trunkArthur de Jong2009-06-061-1/+1
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-2114-196/+50
* merge r885 from trunkArthur de Jong2009-05-161-5/+12
* merge r882 from trunkArthur de Jong2009-05-092-7/+33
* merge r865 from trunkArthur de Jong2009-05-081-2/+2
* merge r834 from trunkArthur de Jong2009-04-192-4/+4
* increase write buffer size in nslcd to free up threads ea...Arthur de Jong2008-06-061-2/+8
* remove comment about limitation that has now been removedArthur de Jong2008-05-161-4/+0
* grow the read buffer maximum size to 2Mbyte to allow for ...Arthur de Jong2008-05-161-1/+1
* remove checking for first entry and always return NSS_STA...Arthur de Jong2008-05-022-14/+7
* fix comment of return value of NSS_STATUS_TRYAGAINArthur de Jong2008-05-011-4/+2
* increase time out values because now nslcd will error out...Arthur de Jong2008-04-261-3/+3
* correctly implement buffer handling in _nss_ldap_initgrou...Arthur de Jong2008-04-051-21/+39
* properly check the limit (as seen in nis-initgroups.c)Arthur de Jong2008-04-051-1/+4
* implement resizable I/O buffers and tune buffer sizes to ...Arthur de Jong2008-02-121-1/+9
* do not set errno (and h_errno) if we got the last entry f...Arthur de Jong2008-02-014-24/+1
* remove the nslcd2nss() function because it's not needed w...Arthur de Jong2008-02-016-21/+5
* fail with a permanent error if resetting the stream faile...Arthur de Jong2008-02-011-0/+3
* use uint8_t instead of u_int8_t because the former seems ...Arthur de Jong2008-01-301-2/+2
* when including stdint.h check if we actually have itArthur de Jong2008-01-271-0/+2
* only start the NSLCD_ACTION_*_ALL requests with the first...Arthur de Jong2008-01-0312-56/+51
* update copyright yearArthur de Jong2008-01-031-1/+1
* increment value that is pointed to, not the pointer (fixe...Arthur de Jong2008-01-031-1/+1
* enable the _nss_ldap_initgroups_dyn() function that is no...Arthur de Jong2008-01-013-8/+2
* use the new tio_mark()/tio_reset() functions to support r...Arthur de Jong2008-01-011-7/+16
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-252-3/+2
* correct calls to NSLCD_ACTION_NETWORK_BYNAME and NSLCD_AC...Arthur de Jong2007-10-211-3/+3
* some small improvements to the code based on some source ...Arthur de Jong2007-09-231-1/+4
* flag the address family parameter as unusedArthur de Jong2007-07-131-1/+1
* add proper support for make uninstallArthur de Jong2007-06-171-0/+3
* support building outside the source directoryArthur de Jong2007-06-171-0/+2
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-0914-49/+57
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-048-34/+34
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-171-1/+1
* add gcc attributes to some functions and parametersArthur de Jong2007-02-1712-12/+28