summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug spamHEADmasterSimon Rettberg2023-11-271-1/+1
|
* Add autorestart option to exit(1) on unresponsive upstreamSimon Rettberg2023-11-274-11/+46
|
* Fix and improve numeric uid handlingv3.10Simon Rettberg2021-03-151-7/+27
|
* More tmpbuffersSimon Rettberg2020-12-141-1/+1
|
* Change the numeric hack to check first char only, new prefixSimon Rettberg2020-12-141-11/+12
| | | | | | | | Usernames that start with a digit now transparently get prefixed with "_x_", instead of "s", wich also only was applied if the whole username was numeric. To make this transparent to the end user, prefix "_x_" automatically in the greeter.
* Filter mSMQSignCertificatesSimon Rettberg2019-12-131-0/+2
|
* Increase send/receive buffer to 500kSimon Rettberg2019-12-132-7/+5Star
|
* Compat hack for OpenSSL < 1.1.0Simon Rettberg2019-12-131-0/+4
|
* libowfat >= 0.32 moves headers to libowfat/ subdirSimon Rettberg2019-06-211-1/+1
|
* Empty read buffer in cleanup; better log messagesSimon Rettberg2019-06-211-6/+7
|
* Add STARTTLS supportSimon Rettberg2019-06-135-16/+103
|
* tag class CONTEXT_SPECIFIC <-> PRIVATE was swappedSimon Rettberg2019-06-137-13/+13
|
* Fix deprecated OpenSSL callSimon Rettberg2019-06-131-1/+1
|
* Fix gen-version for dashSimon Rettberg2019-02-151-1/+1
|
* Add packing scriptSimon Rettberg2019-02-141-0/+8
|
* Support generating uidNumbers on proxySimon Rettberg2018-11-148-58/+183
|
* Started work on proxy-side uid generation/trackingSimon Rettberg2018-11-094-0/+1282
|
* Move string functions to lstring.[hc]Simon Rettberg2018-11-094-29/+67
|
* Remove memberOf filtering; not required for proper operationSimon Rettberg2018-06-181-7/+3Star
|
* Fix use after freeSimon Rettberg2018-05-181-1/+1
|
* 4s timeout when connecting to server; send error to client on failureSimon Rettberg2018-03-126-17/+50
|
* Add version information and --versionSimon Rettberg2017-12-225-6/+70
|
* Fix compile errorSimon Rettberg2017-12-201-1/+1
|
* Ugly hack ... rework this partSimon Rettberg2017-12-181-1/+1
|
* [proxy] More ugly hacks to support sssd for user names containing '@'Simon Rettberg2017-12-131-2/+39
|
* Always send empty search replies for unknown queries, fixes sssd sudo queriesSimon Rettberg2017-12-061-8/+9
|
* Add missing header for memsetSimon Rettberg2017-08-101-0/+1
|
* Add setFixNumeric prototype to headerSimon Rettberg2017-08-101-0/+2
|
* Add option to disable fixNumeric logic (s-prefixing), but default to ONSimon Rettberg2017-08-094-4/+21
|
* Debug outputSimon Rettberg2017-08-092-4/+12
|
* Fix PRESENT filter handlingSimon Rettberg2017-06-012-2/+3
|
* Smarter mangling of filters, comments, better handling of unknown server ↵Simon Rettberg2017-06-011-57/+100
| | | | responses
* Don't try to keep reading or report errors if client's kill flag is setSimon Rettberg2017-06-011-0/+2
|
* Make print filter function output identical to usual string representation ↵Simon Rettberg2017-06-011-62/+63
| | | | of filters
* Make prettySimon Rettberg2017-05-303-5/+7
|
* Fix inverted debug level checkSimon Rettberg2017-05-301-1/+1
|
* Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵Simon Rettberg2017-05-305-38/+99
| | | | being lowercased
* Support specifying custom attribute names for schemaSimon Rettberg2017-05-296-226/+217Star
|
* Add comment about tinyldap sourcesSimon Rettberg2017-05-091-0/+5
|
* Update tinyldap partSimon Rettberg2017-05-0916-23/+24
|
* Delete some more unused filesSimon Rettberg2017-04-217-523/+0Star
|
* Remove unused string matching helpersSimon Rettberg2017-04-219-861/+3Star
|
* scan_asn1length: Allow non-minimally encoded valuesSimon Rettberg2017-04-211-2/+2
| | | | | Needed to handle Windows AD replies, because why adhere to standards at Microsoft ;)
* Update ldap/asn1/... files with current tinyldapSimon Rettberg2017-04-2131-134/+967
|
* ldadp.h: Add missing SearchRequestReference opcodeSimon Rettberg2017-04-211-0/+1
|
* proxy.c: Minor bug fixesSimon Rettberg2017-04-211-3/+26
| | | | | | | - Shutdown connection on UnbindRequest - Skip over SearchResultReference replies from server instead of aborting - Make use of lowercase homeAttr when matching attribute to get case insensitive matching
* client.c: Shutdown SSL connection if peer requests soSimon Rettberg2017-04-211-0/+4
|
* Introduce lowercase homeattr, update server last activity properlySimon Rettberg2017-04-212-2/+7
|
* Fix indentationSimon Rettberg2017-04-211-5/+5
|
* Fix uninitialized variable useSimon Rettberg2016-11-251-1/+1
|