- 11 Oct, 2017 11 commits
-
-
* javascript * kernel * ldap * length * macros * maintained * manager * matching * maximum * mechanism * memory * method * mimic * minimum * modifiable * modifiers * modifying * multiple * necessary * normalized * objectclass * occurrence * occurring * offered * operation * original * overridden * parameter * permanent * preemptively * printable * protocol * provider * really * redistribution * referenced * refresh * regardless * registered * request * reserved * resource * response * sanity * separated * setconcurrency * should * specially * specifies * structure * structures * subordinates * substitution * succeed * successful * successfully * sudoers * sufficient * superiors * supported * synchronization * terminated * they're * through * traffic * transparent * unsigned * unsupported * version * absence * achieves * adamson * additional * address * against * appropriate * architecture * associated * async * attribute * authentication * authorized * auxiliary * available * beg...
-
Quanah Gibson-Mount authored
ITS#8527 - Add additional debug logging on consumer/provider state when the consumer has a newer cookie than the provider
-
ITS#8508 - Allow ucgendat.c to recognize title-case characters even if they do not have lower-case equivalents I, Zebediah Figura, hereby place the following modifications to OpenLDAP Software (and only these modifications) into the public domain. Hence, these modifications may be freely used and/or redistributed for any purpose with or without attribution and/or other notice.
-
-
-
-
-
-
This function is used to manually establish a connection after a call to ldap_initialize(). This is primarily so that a file descriptor can be obtained before any requests are sent for the purposes of polling for writability.
-
Quanah Gibson-Mount authored
ITS#6475 - Man page updates to slapd.conf/slapd-config for the new olcSaslAuxpropsDontUseCopy and olcSaslAuxpropsDontUseCopyIgnore parameters for use with SASL/OTP
-
Michael Ströder authored
ITS#8692 let back-sock generate increment: line in case of LDAP_MOD_INCREMENT (see RFC 4525, section 3)
-
- 06 Oct, 2017 13 commits
-
-
Jan Vcelak authored
If TLS_CACERT pointed to a PEM file and TLS_CACERTDIR was set to NSS certificate database, the backend assumed that the certificate is always located in the certificate database. This assumption might be wrong. This patch makes the library to try to load the certificate from NSS database and fallback to PEM file if unsuccessfull.
-
Ian Puleston authored
-
Quanah Gibson-Mount authored
ITS#8687 - EGD is disabled by default in OpenSSL 1.1. We need to comment out this block if it is not detected. Particularly affects cross compilation.
-
Quanah Gibson-Mount authored
-
sca+openldap@andreasschulze.de authored
-
Nadezhda Ivanova authored
-
Quanah Gibson-Mount authored
ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds via the LDAP_SASL_SIMPLE mechanism
-
Ted C. Cheng authored
-
Jan Vcelak authored
CA certificate files in OpenSSL compatible CACERTDIR were loaded if the file extension was '.0'. However the file name should be 8 letters long certificate hash of the certificate subject name, followed by a numeric suffix which is used to differentiate between two certificates with the same subject name. Wit this patch, certificate file names are matched correctly (using regular expressions).
-
Jan Vcelak authored
If multiple servers are specified, the connection to the first one succeeds, and the hostname verification fails, *tls_session is not dropped, but reused when connecting to the second server. This is a problem with Mozilla NSS backend because another handshake cannot be performed on the same file descriptor. From this reason, hostname checking was moved into ldap_int_tls_connect() before connection error handling.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Quanah Gibson-Mount authored
-
- 05 Oct, 2017 4 commits
-
-
Howard Chu authored
Make sure it's last in callback stack
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 28 Sep, 2017 3 commits
-
-
-
-
Ondřej Kuzník authored
-
- 26 Sep, 2017 9 commits
-
-
Quanah Gibson-Mount authored
LDAP_FEATURE_SUBORDINATE_SCOPE is from expired draft-sermersheim-ldap-subordinate-scope, leave behind LDAP_DEVEL
-
Quanah Gibson-Mount authored
SLAP_AUXPROP_DONTUSECOPY is ok for release
-
Quanah Gibson-Mount authored
behind LDAP_DEVEL
-
Quanah Gibson-Mount authored
to the ITS notes. In addition, this would need man page updates for the feature
-
Quanah Gibson-Mount authored
to remain behind LDAP_DEVEL for now. Right now, the mutex in back-monitor cannot properly handle the load if the server had a lot of unindexed attributes that were being accessed in search filters.
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Ondřej Kuzník authored
Most thread implementations suppport a native recursive mutex, use that where possible (especially when a regular mutex is recursive already). Also provide a macro for applications to test whether they can use the lock functions interchangeably.
-
Ondřej Kuzník authored
-