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
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-09-07
remove the ldap-schema.[ch] files since this is now fully implemented in the ...
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-26
remove some more old mapping stuff and change configuration file keyword to m...
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
2007-07-24
switch to a new interface for doing attribute mapping, splitting the attribut...
Arthur de Jong
2007-07-24
get rid of some unused attribute mappings and a small reorganisation of code
Arthur de Jong
2007-07-24
get rid of dnsconfig stuff since that probably didn't work anyway and it clea...
Arthur de Jong
2007-02-17
fix a few bugs found thanks to the new warnings
Arthur de Jong
2007-02-01
add new dictionary module and use it for the attribute mapping stuff
Arthur de Jong
2007-01-17
remove a const where it really wasn't
Arthur de Jong
2007-01-17
move most config code into cfg.c, clean up dictornary stuff in util.c and do ...
Arthur de Jong
2007-01-17
first step to split out all configuration stuff into separate file
Arthur de Jong