Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix indenting of codeArthur de Jong2012-09-032-3/+3
* on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong2012-09-0310-47/+44
* include a missing castArthur de Jong2012-09-011-1/+1
* provide an alternative do_rebind() for Netscape LDAPArthur de Jong2012-09-011-0/+29
* include an explicit cast to int when printing gid_t (fixe...Arthur de Jong2012-09-011-2/+2
* mark file as executableArthur de Jong2012-08-311-0/+0
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-313-3/+5
* remove variable definition that was introduced in r1626 b...Arthur de Jong2012-08-141-1/+0
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-146-0/+49
* ensure that all places where stdint.h is included it is s...Arthur de Jong2012-07-233-0/+6
* only inlude stdint.h if we have itArthur de Jong2012-07-211-0/+2
* add missing includes to ensure all types are defined in h...Arthur de Jong2012-07-211-0/+2
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-205-23/+48
* add an LDIF version of the ldapns.schema schema fileArthur de Jong2012-07-202-1/+16
* avoid setting tls_randfile twice and remove fixed FIXME (...Arthur de Jong2012-07-151-3/+0
* set the pynslcd process name if possibleArthur de Jong2012-07-151-0/+6
* support getting pam_password_prohibit_message from config...Arthur de Jong2012-07-151-1/+2
* rename internal pam_authz_search to pam_authz_searchesArthur de Jong2012-07-152-4/+4
* properly set most LDAP options from configurationArthur de Jong2012-07-151-2/+40