A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 136cd8c3b867fa15c8c30d38061a8ff8a495655e (commit) via 4c9ec6607efcb09acf9430b3d364a9e7945bd3c5 (commit) via 0170737cc610cc080b16a94d7ec38a6f4a13e7ad (commit) via 8e36433d746cd10d1067fa088390b080d44aa798 (commit) via 3ae49ffc418595bba2a523b687e14d6ea9622993 (commit) via 66f9f50d98b5e9545727dce968c994a93fb25139 (commit) via 5d2a30c8605822139aba3dcea33aefd2ec2cd2bc (commit) via 796a2e0b364a4e7852db5e8faa9c95391a628f5b (commit) from 7f08416615ac20255f5305044686478879c658f4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 136cd8c3b867fa15c8c30d38061a8ff8a495655e Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Nov 4 12:05:17 2011 -0700
ITS#6826
commit 4c9ec6607efcb09acf9430b3d364a9e7945bd3c5 Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 01:14:04 2011 +0000
Add CVS ID
commit 0170737cc610cc080b16a94d7ec38a6f4a13e7ad Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 01:12:49 2011 +0000
Drop unneeded scheme param
commit 8e36433d746cd10d1067fa088390b080d44aa798 Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 01:09:47 2011 +0000
Add APR1 to Makefile/README. Add {BSDMD5} mechanism.
commit 3ae49ffc418595bba2a523b687e14d6ea9622993 Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 00:47:25 2011 +0000
Replace pw_string64 with lutil_passwd_string64
commit 66f9f50d98b5e9545727dce968c994a93fb25139 Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 00:46:06 2011 +0000
Export pw_string64 as lutil_passwd_string64
commit 5d2a30c8605822139aba3dcea33aefd2ec2cd2bc Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 00:49:55 2011 +0000
Use lutil_passwd_string64 instead of pw_string64
commit 796a2e0b364a4e7852db5e8faa9c95391a628f5b Author: Howard Chu hyc@openldap.org Date: Mon Feb 7 00:49:04 2011 +0000
ITS#6826 from Devin J. Pohly
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + contrib/slapd-modules/passwd/Makefile | 13 +- contrib/slapd-modules/passwd/README | 13 ++- contrib/slapd-modules/passwd/apr1.c | 233 ++++++++++++++++++++++++ contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 63 +------ include/lutil.h | 7 + libraries/liblutil/passwd.c | 10 +- 7 files changed, 272 insertions(+), 68 deletions(-) create mode 100644 contrib/slapd-modules/passwd/apr1.c