- Sep 11, 2015
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
- Aug 31, 2015
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
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>
-
- Aug 22, 2015
-
-
Quanah Gibson-Mount authored
-
- Aug 21, 2015
-
-
Quanah Gibson-Mount authored
-
-
Dynamic startup was failing
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
This appears to be cruft leftover from rev e8c58b4e
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
If dds is present early in the overlay stack, the modify ops from dds_expire can trigger other overlays before they have initialized. Avoid that by delaying the first expiry until startup has finished.
-
-
Limit the number of pwdFailureTime stamps to record, regardless of lockout settings.
-
- Aug 14, 2015
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Aug 10, 2015
-
-
Quanah Gibson-Mount authored
-
From ITS#5940. Add path has the same code.
-
- Aug 04, 2015
-
-
-
Tweaks commit 8d74f717 Don't worry about threading/race conditions here, it's not important
-
- Jul 30, 2015
-
-
Quanah Gibson-Mount authored
-