| Commit message (Expand) | Author | Age | Files | Lines |
* | some simple changes in includes to make FreeBSD diff smaller | Arthur de Jong | 2009-09-04 | 2 | -1/+7 |
* | add a --disable-configfile-checking option to configure t... | Arthur de Jong | 2009-09-01 | 1 | -0/+2 |
* | lower the default values for bind_timelimit and reconnect... | Arthur de Jong | 2009-09-01 | 1 | -2/+2 |
* | rename configfile to /etc/nslcd.conf and make debian pack... | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 19 | -19/+19 |
* | don't return password hashes at all for non-root users, b... | Arthur de Jong | 2009-08-12 | 3 | -16/+21 |
* | fix off by one error in the maximum number of gidNumber a... | Arthur de Jong | 2009-06-29 | 1 | -1/+1 |
* | fix off by one error in the maximum number of uidNumber a... | Arthur de Jong | 2009-06-29 | 1 | -1/+1 |
* | also support starttls as value for the ssl option | Arthur de Jong | 2009-06-20 | 1 | -1/+2 |
* | make error message a little clearer | Arthur de Jong | 2009-06-12 | 1 | -1/+1 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 9 | -151/+133 |
* | also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND... | Arthur de Jong | 2009-06-04 | 1 | -1/+1 |
* | remove SSL/TLS warning messages during startup | Arthur de Jong | 2009-06-03 | 1 | -9/+1 |
* | import preliminary version of PAM functionality into nslcd | Arthur de Jong | 2009-06-03 | 4 | -2/+298 |
* | make lookup_dn2uid() available to other modules and split... | Arthur de Jong | 2009-06-03 | 2 | -21/+30 |
* | implement myldap_set_credentials() and myldap_cpy_dn() wh... | Arthur de Jong | 2009-06-03 | 2 | -1/+51 |
* | don't look inside the passed variable get_strdup() becaus... | Arthur de Jong | 2009-05-30 | 1 | -6/+3 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 13 | -16/+16 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 13 | -15/+37 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 15 | -109/+156 |
* | according to autoupdate RETSIGTYPE can be considered void... | Arthur de Jong | 2009-05-09 | 1 | -2/+2 |
* | prefix NETGROUP_TYPE macros with NSLCD_ | Arthur de Jong | 2009-05-08 | 1 | -2/+2 |
* | set most SSL/TLS related options globally instead of per ... | Arthur de Jong | 2009-05-01 | 3 | -80/+44 |
* | move debugging initialisation to myldap_set_debuglevel() ... | Arthur de Jong | 2009-04-30 | 5 | -37/+51 |
* | produce more logging and get OpenLDAP logging working by ... | Arthur de Jong | 2009-04-25 | 1 | -10/+55 |
* | include ldap.h to ensure that struct ldap_config will be ... | Arthur de Jong | 2009-04-25 | 1 | -1/+2 |
* | clear errno before ldap calls to get usable returned errno | Arthur de Jong | 2009-04-25 | 1 | -0/+4 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 11 | -12/+12 |
* | update copyright year | Arthur de Jong | 2009-03-22 | 1 | -2/+2 |
* | check user and group names against LOGIN_NAME_MAX if it i... | Arthur de Jong | 2009-02-27 | 1 | -1/+6 |
* | add some more documentation | Arthur de Jong | 2009-02-27 | 1 | -1/+12 |
* | rename the tls_checkpeer option to tls_reqcert, deprecati... | Arthur de Jong | 2008-12-06 | 3 | -7/+39 |
* | allow backslashes in names execpt as first or last character | Arthur de Jong | 2008-12-03 | 1 | -2/+3 |
* | clean the environment and set LDAPNOINIT to disable parsi... | Arthur de Jong | 2008-12-03 | 1 | -2/+30 |
* | use tls_* options also for StartTLS connections | Arthur de Jong | 2008-11-29 | 1 | -36/+36 |
* | remove sslpath option because it wasn't used for anything | Arthur de Jong | 2008-11-29 | 2 | -10/+0 |
* | also allow spaces in user and group names because it was ... | Arthur de Jong | 2008-10-01 | 1 | -1/+1 |
* | also retry if ldap_result() failed and getting error numb... | Arthur de Jong | 2008-09-24 | 1 | -1/+1 |
* | log option name instead of option value for ldap_set_opti... | Arthur de Jong | 2008-09-24 | 1 | -1/+1 |
* | rename get_base_from_dse() to get_base_from_rootdse() | Arthur de Jong | 2008-07-20 | 1 | -5/+5 |
* | make the get_base_from_dse() function cleaner and add a c... | Arthur de Jong | 2008-07-20 | 1 | -5/+11 |
* | implement looking up search base in DSE of LDAP server | Arthur de Jong | 2008-07-20 | 1 | -0/+53 |
* | LDAP_OPT_X_TLS_REQUIRE_CERT is not a boolean | Arthur de Jong | 2008-07-10 | 1 | -4/+5 |
* | replace https:// by ldaps:// (stupid typo) | Arthur de Jong | 2008-06-17 | 2 | -4/+4 |
* | give pidfile and socket creation functions more logical n... | Arthur de Jong | 2008-06-15 | 1 | -4/+4 |
* | implement SASL authentication based on a patch by Dan Whi... | Arthur de Jong | 2008-06-14 | 3 | -30/+82 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 4 | -90/+43 |
* | don't perform SSL/TLS sanity checks if it isn't available... | Arthur de Jong | 2008-06-12 | 1 | -0/+4 |
* | remove warning on using ssl option | Arthur de Jong | 2008-06-06 | 1 | -1/+0 |
* | check that all URLs start with https:// if "ssl on" is sp... | Arthur de Jong | 2008-06-06 | 1 | -0/+12 |