Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also bail out on accept errors if autoRestart is enabledHEADmaster | Simon Rettberg | 2024-06-26 | 1 | -2/+9 |
| | |||||
* | Remove debug spam | Simon Rettberg | 2023-11-27 | 1 | -1/+1 |
| | |||||
* | Add autorestart option to exit(1) on unresponsive upstream | Simon Rettberg | 2023-11-27 | 4 | -11/+46 |
| | |||||
* | Fix and improve numeric uid handlingv3.10 | Simon Rettberg | 2021-03-15 | 1 | -7/+27 |
| | |||||
* | More tmpbuffers | Simon Rettberg | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Change the numeric hack to check first char only, new prefix | Simon Rettberg | 2020-12-14 | 1 | -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 mSMQSignCertificates | Simon Rettberg | 2019-12-13 | 1 | -0/+2 |
| | |||||
* | Increase send/receive buffer to 500k | Simon Rettberg | 2019-12-13 | 2 | -7/+5 |
| | |||||
* | Compat hack for OpenSSL < 1.1.0 | Simon Rettberg | 2019-12-13 | 1 | -0/+4 |
| | |||||
* | libowfat >= 0.32 moves headers to libowfat/ subdir | Simon Rettberg | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | Empty read buffer in cleanup; better log messages | Simon Rettberg | 2019-06-21 | 1 | -6/+7 |
| | |||||
* | Add STARTTLS support | Simon Rettberg | 2019-06-13 | 5 | -16/+103 |
| | |||||
* | tag class CONTEXT_SPECIFIC <-> PRIVATE was swapped | Simon Rettberg | 2019-06-13 | 7 | -13/+13 |
| | |||||
* | Fix deprecated OpenSSL call | Simon Rettberg | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | Fix gen-version for dash | Simon Rettberg | 2019-02-15 | 1 | -1/+1 |
| | |||||
* | Add packing script | Simon Rettberg | 2019-02-14 | 1 | -0/+8 |
| | |||||
* | Support generating uidNumbers on proxy | Simon Rettberg | 2018-11-14 | 8 | -58/+183 |
| | |||||
* | Started work on proxy-side uid generation/tracking | Simon Rettberg | 2018-11-09 | 4 | -0/+1282 |
| | |||||
* | Move string functions to lstring.[hc] | Simon Rettberg | 2018-11-09 | 4 | -29/+67 |
| | |||||
* | Remove memberOf filtering; not required for proper operation | Simon Rettberg | 2018-06-18 | 1 | -7/+3 |
| | |||||
* | Fix use after free | Simon Rettberg | 2018-05-18 | 1 | -1/+1 |
| | |||||
* | 4s timeout when connecting to server; send error to client on failure | Simon Rettberg | 2018-03-12 | 6 | -17/+50 |
| | |||||
* | Add version information and --version | Simon Rettberg | 2017-12-22 | 5 | -6/+70 |
| | |||||
* | Fix compile error | Simon Rettberg | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Ugly hack ... rework this part | Simon Rettberg | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | [proxy] More ugly hacks to support sssd for user names containing '@' | Simon Rettberg | 2017-12-13 | 1 | -2/+39 |
| | |||||
* | Always send empty search replies for unknown queries, fixes sssd sudo queries | Simon Rettberg | 2017-12-06 | 1 | -8/+9 |
| | |||||
* | Add missing header for memset | Simon Rettberg | 2017-08-10 | 1 | -0/+1 |
| | |||||
* | Add setFixNumeric prototype to header | Simon Rettberg | 2017-08-10 | 1 | -0/+2 |
| | |||||
* | Add option to disable fixNumeric logic (s-prefixing), but default to ON | Simon Rettberg | 2017-08-09 | 4 | -4/+21 |
| | |||||
* | Debug output | Simon Rettberg | 2017-08-09 | 2 | -4/+12 |
| | |||||
* | Fix PRESENT filter handling | Simon Rettberg | 2017-06-01 | 2 | -2/+3 |
| | |||||
* | Smarter mangling of filters, comments, better handling of unknown server ↵ | Simon Rettberg | 2017-06-01 | 1 | -57/+100 |
| | | | | responses | ||||
* | Don't try to keep reading or report errors if client's kill flag is set | Simon Rettberg | 2017-06-01 | 1 | -0/+2 |
| | |||||
* | Make print filter function output identical to usual string representation ↵ | Simon Rettberg | 2017-06-01 | 1 | -62/+63 |
| | | | | of filters | ||||
* | Make pretty | Simon Rettberg | 2017-05-30 | 3 | -5/+7 |
| | |||||
* | Fix inverted debug level check | Simon Rettberg | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Introduce debug levels, AD filter bug workaround, fix legacy homeattr not ↵ | Simon Rettberg | 2017-05-30 | 5 | -38/+99 |
| | | | | being lowercased | ||||
* | Support specifying custom attribute names for schema | Simon Rettberg | 2017-05-29 | 6 | -226/+217 |
| | |||||
* | Add comment about tinyldap sources | Simon Rettberg | 2017-05-09 | 1 | -0/+5 |
| | |||||
* | Update tinyldap part | Simon Rettberg | 2017-05-09 | 16 | -23/+24 |
| | |||||
* | Delete some more unused files | Simon Rettberg | 2017-04-21 | 7 | -523/+0 |
| | |||||
* | Remove unused string matching helpers | Simon Rettberg | 2017-04-21 | 9 | -861/+3 |
| | |||||
* | scan_asn1length: Allow non-minimally encoded values | Simon Rettberg | 2017-04-21 | 1 | -2/+2 |
| | | | | | Needed to handle Windows AD replies, because why adhere to standards at Microsoft ;) | ||||
* | Update ldap/asn1/... files with current tinyldap | Simon Rettberg | 2017-04-21 | 31 | -134/+967 |
| | |||||
* | ldadp.h: Add missing SearchRequestReference opcode | Simon Rettberg | 2017-04-21 | 1 | -0/+1 |
| | |||||
* | proxy.c: Minor bug fixes | Simon Rettberg | 2017-04-21 | 1 | -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 so | Simon Rettberg | 2017-04-21 | 1 | -0/+4 |
| | |||||
* | Introduce lowercase homeattr, update server last activity properly | Simon Rettberg | 2017-04-21 | 2 | -2/+7 |
| | |||||
* | Fix indentation | Simon Rettberg | 2017-04-21 | 1 | -5/+5 |
| |