- Mar 29, 2017
-
-
Quanah Gibson-Mount authored
-
- Jan 18, 2017
-
-
- Jan 03, 2017
-
-
Quanah Gibson-Mount authored
-
- Nov 29, 2016
-
-
OpenSSL removed old DES API which used des_* functions. https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f In order to link with libcrypto from recent OpenSSL releases, we need to replace the older API des_* functions by the newer API DES_* functions. Signed-off-by:
Emmanuel Dreyfus <manu@netbsd.org>
-
- Nov 04, 2016
-
-
- Oct 17, 2016
-
-
These were provided as part of the original ITS but not previously committed. Perl scripts to convert between Apache and OpenLDAP hash formats.
-
- Jan 29, 2016
-
-
Quanah Gibson-Mount authored
-
- Oct 29, 2015
-
-
- Sep 11, 2015
-
-
- Aug 31, 2015
-
-
Reserve #else for actual fallback cases.
-
OpenLDAP can be configured to be either built with OpenSSL or GnuTLS. This commit adds support for building pw-pbkbdf2 module without OpenSSL, by using PBKDF2 crypto primitives provided by libnettle. Closes hamano/openldap-pbkdf2#2 Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Fixed asprintf return value check, in order to properly catch error conditions. This has been caught by clang -Wtautological-compare: pw-pbkdf2.c:132:17: warning: comparison of unsigned expression < 0 is always false if(msg->bv_len < 0){ ~~~~~~~~~~~ ^ ~ Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
- Jul 28, 2015
-
-
- Apr 17, 2015
-
-
-
This updates nssov for the protocol changes in nss-pam-ldapd commits 5f55781 and 6a74d8d. The protocol was changed to network byte order, uid_t and gid_t were changed to int32_t, and the READ_TYPE and WRITE_TYPE macros were removed. The PAM protocol was restructured to drop the DN field and to use a common basic set of fields for all requests.
-
-
- Mar 23, 2015
-
-
- Mar 16, 2015
-
-
More for 5c527bc4
-
- Mar 10, 2015
-
-
Use opextra to detect our own internal ops, not a public control
-
-
- Feb 26, 2015
-
-
-
-
modrdn had the same bug
-
- Feb 11, 2015
-
-
Quanah Gibson-Mount authored
-
- Feb 06, 2015
-
-
- Dec 17, 2014
-
-
Set LDAP_BUILD=$(LDAP_SRC) by default
-
- Dec 16, 2014
-
-
- Dec 11, 2014
-
-
- Jul 22, 2014
-
-
-
-
-
Push modifications into response callback; only execute if main Add actually succeeded.
-
-