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.h
Age
Commit message (
Expand
)
Author
2011-03-25
implement a validnames option that can be used to fine-tune the test for vali...
Arthur de Jong
2010-12-20
implement a nss_min_uid option to filter user entries returned by LDAP
Arthur de Jong
2010-10-16
remove obsolete note
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-06-14
make include guard names consistent throughout the source and avoid conflicts...
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-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 admindn configuration file option that is used when modifying another use...
Arthur de Jong
2009-12-29
some small simplifcations and clarifications
Arthur de Jong
2009-10-05
some compatibility improvements
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
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
2009-04-25
include ldap.h to ensure that struct ldap_config will be the same in every file
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-06-14
implement SASL authentication based on a patch by Dan White <dwhite@olp.net>
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-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
2007-12-26
properly handle spaces in some configuration options (major change in code in...
Arthur de Jong
2007-12-22
remove bind_policy option because the same effect is achieved by setting reco...
Arthur de Jong
2007-12-22
reorder timing and reconnect options to be more logical and remove nss_ prefi...
Arthur de Jong
2007-12-22
remove some unused configuration file options
Arthur de Jong
2007-12-09
some small layout changes
Arthur de Jong
2007-11-26
clean up Kerberos ccname code, moving it to cfg.c, fixing some bugs in the pu...
Arthur de Jong
2007-10-28
remove support for nss_connect_policy configfile option and remove some suppo...
Arthur de Jong
2007-09-19
put config filename as a parameter to cfg_init()
Arthur de Jong
2007-09-15
remove support for nested groups and use of uniqueMember and member attribute...
Arthur de Jong
2007-09-15
remove unused include
Arthur de Jong
2007-09-09
some simplifications in the reconnect loging, removing the undocumented nss_r...
Arthur de Jong
2007-09-08
move base and scope handling to database specific modules, gettting rid of ld...
Arthur de Jong
2007-09-08
move filters definitions to the database modules themselves (and already defi...
Arthur de Jong
2007-08-26
move enum ldap_map_selector and struct ldap_service_search_descriptor from ld...
Arthur de Jong
2007-08-18
rewrite configuration file handling to be simpler and more consistent, this d...
Arthur de Jong
2007-08-03
remove nss_initgroups and nss_initgroups_ignoreusers configfile options
Arthur de Jong
2007-08-03
remove --enable-paged-results configure option and now always do runtime conf...
Arthur de Jong
2007-07-28
define the list of attributes to look up in searches in the service modules i...
Arthur de Jong
2007-07-26
switch to the new attribute mapping code
Arthur de Jong
2007-07-26
get rid of default and override attribute value mappings and remove host and ...
Arthur de Jong
2007-07-26
make function _nss_ldap_add_uri() static
Arthur de Jong
[next]