summaryrefslogtreecommitdiff
path: root/nslcd/cfg.c
AgeCommit message (Expand)Author
2012-05-20implement extra range checking of all numeric valuesArthur de Jong
2012-05-04allow the pam_authz_search option to be specified multiple timesArthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2012-03-10when doing DNS queries for SRV records recognise default ldap and ldaps portsArthur de Jong
2011-12-10properly log failures to lookup DNS SRV recordsArthur de Jong
2011-09-30Use an explicit base of 10 for strtouid()/strtogid()/strtol() callsJakub Hrozek
2011-08-27provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...Arthur de Jong
2011-08-27check errno after calls to strtol() to ensure that numbers that are too large...Arthur de Jong
2011-08-24fix typo (thanks Nalin Dahyabhai)Arthur de Jong
2011-08-24fix a problem with uninitialised memory while parsing the tls_ciphers option ...Arthur de Jong
2011-08-24support querying DNS SRV records from a different domain than the current one...Arthur de Jong
2011-06-05check all variables in pam_authz_search to see if they existArthur de Jong
2011-06-05mark more strings as const and don't free() data returned by cfg_getdomainname()Arthur de Jong
2011-03-31allow usernames of only two charactersArthur de Jong
2011-03-25implement a validnames option that can be used to fine-tune the test for vali...Arthur de Jong
2011-01-29implement a fqdn variable that can be used inside pam_authz_search filtersArthur de Jong
2010-12-26also support the tls_cacert option as an alias for tls_cacertfileArthur de Jong
2010-12-20implement a nss_min_uid option to filter user entries returned by LDAPArthur de Jong
2010-09-05implement a rootpwmodpw option that allows root users to change user password...Arthur de Jong
2010-06-18remove warning messages from parsing the sasl_* options and document them in ...Arthur de Jong
2010-06-18remove the use_sasl option and instead rely on sasl_mech being specifiedArthur de Jong
2010-05-09rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong
2010-05-09refactor retry timing mechanism to use time between first and last error to d...Arthur de Jong
2010-05-08rename authz_search option to pam_authz_searchArthur de Jong
2010-05-07implement an authz_search option to test whether the user is authorisedArthur de Jong
2010-04-13also have myldap_search() return an LDAP status codeArthur de Jong
2010-03-20add an nss_initgroups_ignoreusers option to ignore username to group lookups ...Arthur de Jong
2010-02-27rename admindn option to rootpwmoddnArthur de Jong
2010-01-24add --with-bindpw-file configure option to enable reading the bindpw option f...Arthur de Jong
2010-01-24add admindn configuration file option that is used when modifying another use...Arthur de Jong
2010-01-08improve getting of domain name by also checking hostname aliases (based on pa...Arthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong
2009-10-05some compatibility improvementsArthur de Jong
2009-09-04some simple changes in includes to make FreeBSD diff smallerArthur de Jong
2009-09-01add a --disable-configfile-checking option to configure to cause unknown opti...Arthur de Jong
2009-09-01lower the default values for bind_timelimit and reconnect_maxsleeptime from 3...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-06-20also support starttls as value for the ssl optionArthur de Jong
2009-06-03remove SSL/TLS warning messages during startupArthur de Jong
2009-05-30don't look inside the passed variable get_strdup() because it could point to ...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong
2009-05-01set most SSL/TLS related options globally instead of per connectionArthur de Jong
2009-04-30move debugging initialisation to myldap_set_debuglevel() functionArthur de Jong
2008-12-06rename the tls_checkpeer option to tls_reqcert, deprecating the old name and ...Arthur de Jong
2008-11-29remove sslpath option because it wasn't used for anythingArthur de Jong
2008-07-20rename get_base_from_dse() to get_base_from_rootdse()Arthur de Jong
2008-07-20make the get_base_from_dse() function cleaner and add a comment describing th...Arthur de Jong
2008-07-20implement looking up search base in DSE of LDAP serverArthur de Jong
2008-06-17replace https:// by ldaps:// (stupid typo)Arthur de Jong