Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* get files ready for 0.8.12 release0.8.12Arthur de Jong2012-11-188-11/+137
* properly initialise passwd.pw_class on FreeBSD to empty s...Arthur de Jong2012-11-182-0/+8
* use pam_modutil_getpwnam() instead of getpwnam() in PAM m...Arthur de Jong2012-11-171-1/+1
* fix formatting and improve consistency in manaual pagesArthur de Jong2012-11-172-16/+22
* remove dots from short description in manual pageArthur de Jong2012-11-162-2/+2
* fix comment in headerArthur de Jong2012-11-161-1/+1
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-135-6/+11
* log the PAM error message along with the message from nsl...Arthur de Jong2012-11-111-1/+5
* add a .gitignore file for those working with gitArthur de Jong2012-11-111-0/+66
* set FD_CLOEXEC in NSS and PAM modules to ensure that nslc...Arthur de Jong2012-11-111-0/+6
* log connection message before clearing error indicators t...Arthur de Jong2012-11-111-3/+3
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-2811-319/+125
* combine read_hostent_erronempty() and read_hostent_nexton...Arthur de Jong2012-10-281-67/+31
* fix typo (thanks Ted C. Cheng)Arthur de Jong2012-10-281-1/+1
* fix buffer size checking in group by member NSS function ...Arthur de Jong2012-10-261-1/+9
* introduce ent2str() functions for each database (except e...Arthur de Jong2012-10-2610-364/+416
* remove duplicate checks from the configure scriptArthur de Jong2012-10-211-2/+0
* ignore generated pynslcd manual pagesArthur de Jong2012-10-210-0/+0
* fix a problem on Solaris (fixes r1793)Arthur de Jong2012-10-211-1/+1
* make a pynslcd manual page and install it if pynslcd is e...Arthur de Jong2012-10-213-2/+154
* allow attribute options in attribute mapping expressionsArthur de Jong2012-10-192-1/+6
* get files ready for 0.8.11 release0.8.11Arthur de Jong2012-10-146-8/+305
* remove extra code that sets PACKAGE_URL (which isn't used)Arthur de Jong2012-10-141-6/+0
* do not clear the netgroup struct because it contains info...Arthur de Jong2012-10-141-1/+0
* if nslcd creates the state directory, try to set the righ...Arthur de Jong2012-10-141-2/+8
* include missing definition (fixes r1793)Arthur de Jong2012-10-131-0/+1
* do proper range checking and replace READ_RESULT macro wi...Arthur de Jong2012-10-131-30/+28
* return correct error for buffer too small (Solaris)Arthur de Jong2012-10-131-1/+4
* in ether handling only write to output values and return ...Arthur de Jong2012-10-132-7/+10
* on Solaris initialise the output valuesArthur de Jong2012-10-131-2/+15
* fix code indentationArthur de Jong2012-10-131-2/+2
* provide alternatives for assertion failures on Solaris an...Arthur de Jong2012-10-131-1/+7
* pass CPPFLAGS and LDFLAGS to distcheck's configure and pu...Arthur de Jong2012-10-131-2/+4
* use $(top_srcdir)/nslcd.h instead of $< to avoid problems...Arthur de Jong2012-10-131-1/+1
* update tests to new tio interface (fixes r1783)Arthur de Jong2012-10-131-22/+5
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-124-109/+57
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+15
* small clarifications to shadow propertiesArthur de Jong2012-10-121-6/+6
* fix problem storing negative hit to dn2uid cache (thanks ...Arthur de Jong2012-09-161-1/+1
* fix logic error when falling back to getting ranged attri...Arthur de Jong2012-09-161-1/+4
* swap values and buf assignment to avoid compiler alignmen...Arthur de Jong2012-09-161-3/+3
* only check nsswitch.conf for shadow mapping on glibc (Sol...Arthur de Jong2012-09-151-0/+10
* clear the *ent structs before writing fields to avoid pro...Arthur de Jong2012-09-1511-1/+12
* fix host name lookups for Solaris (tested with Solaris 10)Arthur de Jong2012-09-141-75/+52
* use the standard constructor and destructor eventhough be...Arthur de Jong2012-09-141-13/+2
* fix ethernet lookups for Solaris (tested with Solaris 10)Arthur de Jong2012-09-141-39/+39
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-1411-22/+22
* rename filter_buffer to filter for consistencyArthur de Jong2012-09-141-6/+6
* archive older ChangeLog entries in year filesArthur de Jong2012-09-083-1120/+745
* a few fixes in the Solaris group lookupsArthur de Jong2012-09-031-4/+3