- Sep 21, 2015
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Sep 12, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
-
Howard Chu authored
We have never documented our use of assert, so can't expect builders to do the right thing. This reverts commit c5b4cd67.
-
Howard Chu authored
This reverts commit d65d34cc. This reverts commit 2cf4758d.
-
- Sep 11, 2015
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
config_fp_parse_line processes backslash escapes. When existing rewrite rules were reloaded while inserting a new rule, this caused backslashes to be lost from every rule except the most recently inserted one. config_parse_ldif performs similar splitting, but leaves backslashes alone.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
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
-
-
Howard Chu authored
For those people who insist on ignoring the obvious.
-
Quanah Gibson-Mount authored
-
- Aug 21, 2015
-
-
Quanah Gibson-Mount authored
-
-
Dynamic startup was failing
-
Quanah Gibson-Mount authored
-
-