index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd
/
cfg.c
Age
Commit message (
Expand
)
Author
2011-03-31
allow usernames of only two characters
Arthur de Jong
2011-03-25
implement a validnames option that can be used to fine-tune the test for vali...
Arthur de Jong
2011-01-29
implement a fqdn variable that can be used inside pam_authz_search filters
Arthur de Jong
2010-12-26
also support the tls_cacert option as an alias for tls_cacertfile
Arthur de Jong
2010-12-20
implement a nss_min_uid option to filter user entries returned by LDAP
Arthur de Jong
2010-09-05
implement a rootpwmodpw option that allows root users to change user password...
Arthur de Jong
2010-06-18
remove warning messages from parsing the sasl_* options and document them in ...
Arthur de Jong
2010-06-18
remove the use_sasl option and instead rely on sasl_mech being specified
Arthur de Jong
2010-05-09
rename reconnect_maxsleeptime option to reconnect_retrytime
Arthur de Jong
2010-05-09
refactor retry timing mechanism to use time between first and last error to d...
Arthur de Jong
2010-05-08
rename authz_search option to pam_authz_search
Arthur de Jong
2010-05-07
implement an authz_search option to test whether the user is authorised
Arthur de Jong
2010-04-13
also have myldap_search() return an LDAP status code
Arthur de Jong
2010-03-20
add an nss_initgroups_ignoreusers option to ignore username to group lookups ...
Arthur de Jong
2010-02-27
rename admindn option to rootpwmoddn
Arthur de Jong
2010-01-24
add --with-bindpw-file configure option to enable reading the bindpw option f...
Arthur de Jong
2010-01-24
add admindn configuration file option that is used when modifying another use...
Arthur de Jong
2010-01-08
improve getting of domain name by also checking hostname aliases (based on pa...
Arthur de Jong
2009-12-28
implement attribute mapping using shell-like expressions
Arthur de Jong
2009-10-05
some compatibility improvements
Arthur de Jong
2009-09-04
some simple changes in includes to make FreeBSD diff smaller
Arthur de Jong
2009-09-01
add a --disable-configfile-checking option to configure to cause unknown opti...
Arthur de Jong
2009-09-01
lower the default values for bind_timelimit and reconnect_maxsleeptime from 3...
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-06-20
also support starttls as value for the ssl option
Arthur de Jong
2009-06-03
remove SSL/TLS warning messages during startup
Arthur de Jong
2009-05-30
don't look inside the passed variable get_strdup() because it could point to ...
Arthur de Jong
2009-05-24
initialise database modules only once after parsing config
Arthur de Jong
2009-05-24
support multiple search bases, partially based on a patch by Leigh Wedding <l...
Arthur de Jong
2009-05-01
set most SSL/TLS related options globally instead of per connection
Arthur de Jong
2009-04-30
move debugging initialisation to myldap_set_debuglevel() function
Arthur de Jong
2008-12-06
rename the tls_checkpeer option to tls_reqcert, deprecating the old name and ...
Arthur de Jong
2008-11-29
remove sslpath option because it wasn't used for anything
Arthur de Jong
2008-07-20
rename get_base_from_dse() to get_base_from_rootdse()
Arthur de Jong
2008-07-20
make the get_base_from_dse() function cleaner and add a comment describing th...
Arthur de Jong
2008-07-20
implement looking up search base in DSE of LDAP server
Arthur de Jong
2008-06-17
replace https:// by ldaps:// (stupid typo)
Arthur de Jong
2008-06-14
implement SASL authentication based on a patch by Dan White <dwhite@olp.net>
Arthur de Jong
2008-06-12
don't perform SSL/TLS sanity checks if it isn't available on the platform
Arthur de Jong
2008-06-06
remove warning on using ssl option
Arthur de Jong
2008-06-06
check that all URLs start with https:// if "ssl on" is specified
Arthur de Jong
2008-06-06
add uid and gid configuration keywords that set the user id and group id of t...
Arthur de Jong
2008-05-04
make number of threads configurable with the threads keyword
Arthur de Jong
2008-05-02
only support tls-related options if LDAP library supports TLS, only add rebin...
Arthur de Jong
2008-04-27
support the case where an attribute mapping variable is NULL
Arthur de Jong
2008-04-26
fix log message of incorrect map statement
Arthur de Jong
2008-04-25
implement new timing mechanism for retries to quickly fail lookups to LDAP se...
Arthur de Jong
2008-04-04
remove code that handles special cases when calling as root (removing rootbin...
Arthur de Jong
2008-02-08
only support "dns" and "domain" values on platforms with the necessary functi...
Arthur de Jong
2008-01-26
have a fallback value for HOST_NAME_MAX if it is not defined
Arthur de Jong
[next]