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