Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* 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
* no longer install libc-versioned symlink and hardcode nss...Arthur de Jong2007-01-171-9/+4
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-1712-359/+252
* fix netgroup lookups so that _nss_ldap_getnetgrent_r() re...Arthur de Jong2007-01-102-1/+22
* change license from GNU Library General Public License v....Arthur de Jong2007-01-0915-105/+105
* use our own thread-local file pointer for doing requests ...Arthur de Jong2007-01-082-14/+20
* extract some more common macrosArthur de Jong2006-12-311-8/+3
* properly capitalize company nameArthur de Jong2006-12-201-1/+1
* only set h_errno to error value on problems and change th...Arthur de Jong2006-12-181-7/+23
* remove trailing spacesArthur de Jong2006-12-171-1/+1
* add note about glibc manualArthur de Jong2006-12-171-0/+5
* fix comment as to installing librariesArthur de Jong2006-12-171-3/+1
* remove _nss_ldap_initgroups_dyn() from interface for now ...Arthur de Jong2006-12-163-2/+5
* fix indentationArthur de Jong2006-12-081-1/+1
* clean up build scripts to only link nslcd to OpenSSL and ...Arthur de Jong2006-12-051-9/+27
* regenerate from prototypes.hArthur de Jong2006-12-031-63/+83
* rename LDF_ marcos to NSLCD_ macros to have a single name...Arthur de Jong2006-11-288-36/+36
* get as many files from the root directory as possible, mo...Arthur de Jong2006-11-282-0/+71
* implement network name lookups on server side plus some f...Arthur de Jong2006-11-281-3/+6
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-2714-12/+77
* get rid of automount map information lookups through NSS ...Arthur de Jong2006-11-263-179/+3
* implement server end of service name lookup and fix clien...Arthur de Jong2006-11-251-3/+50