summaryrefslogtreecommitdiffstats
path: root/ldadp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add autorestart option to exit(1) on unresponsive upstreamSimon Rettberg2023-11-271-0/+2
|
* Add STARTTLS supportSimon Rettberg2019-06-131-2/+4
|
* Support generating uidNumbers on proxySimon Rettberg2018-11-141-3/+34
|
* Add version information and --versionSimon Rettberg2017-12-221-0/+7
|
* Add option to disable fixNumeric logic (s-prefixing), but default to ONSimon Rettberg2017-08-091-0/+2
|
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵Simon Rettberg2017-05-301-0/+3
| | | | being lowercased
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-291-0/+2
|
* Add comment about tinyldap sourcesSimon Rettberg2017-05-091-0/+5
|
* Configurable name of homeDirectory attributeSimon Rettberg2016-02-191-0/+2
|
* Support certificate verification by ca-bundle and hostnameSimon Rettberg2015-10-151-0/+2
|
* Bail out if config file is not readableSimon Rettberg2015-10-151-4/+4
|
* Support LDAP-LDAP proxyingSimon Rettberg2015-09-121-0/+2
|
* Send search requests on the same connection the explicit bind was done on, ↵Simon Rettberg2015-06-261-7/+7
| | | | so the user's permissions regarding visibility of search results will be applied
* SSL support when talking to ADSSimon Rettberg2015-04-281-21/+27
|
* Fix epoll based detection of closed connectionsSimon Rettberg2015-02-251-1/+1
|
* Add OpenSSL-Support (Client<->Proxy)Simon Rettberg2014-09-091-0/+33
|
* Bail out on startup if an AD server is not reachableSimon Rettberg2014-06-061-1/+2
|
* Port configurableSimon Rettberg2014-05-271-1/+7
|
* daemon optionalSimon Rettberg2014-05-271-1/+7
|
* Daemonize, ignore home if emptySimon Rettberg2014-05-261-1/+4
|
* WorkSimon Rettberg2014-03-191-0/+3
|
* First working version with user and group support, login relayingSimon Rettberg2014-03-181-0/+2
|
* More progress.. Warning: Contains very ugly temporary hack for ↵Simon Rettberg2014-03-171-3/+0Star
| | | | uidNumber<->objectSid mapping ;)
* Lean and mean initial commitSimon Rettberg2014-03-151-0/+86
Not much functionality yet