- 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>
-
- Feb 11, 2015
-
-
Quanah Gibson-Mount authored
-
- Dec 11, 2014
-
-
- May 29, 2014
-
-
Signed-off-by:
HAMANO Tsukasa <hamano@osstech.co.jp>
-