openldap:LDAP_POSTE

Last commit made on 1998-08-21
Get this branch:
git clone -b LDAP_POSTE https://git.launchpad.net/openldap

Branch merges

Branch information

Name:
LDAP_POSTE
Repository:
lp:openldap

Recent commits

85f15fc... by Kurt Zeilenga <email address hidden>

Add ACL group code.

e024cfd... by Kurt Zeilenga <email address hidden>

Initial Merge of REGEX/ACLGROUP code from Allan Stuart

b7fb751... by Kurt Zeilenga <email address hidden>

Merged in ACL changes.

4b0c2f6... by Kurt Zeilenga <email address hidden>

FreeBSD has re_comp/re_exec in libcompat.

4268cba... by Kurt Zeilenga <email address hidden>

Rename old regex.h (BSD re_comp) to compat_regex.h to support new regex(3) code.
FreeBSD has re_comp in -lcompat.
Use of re_comp/exec for all platforms should be depreciated completely.

40a5b31... by Kurt Zeilenga <email address hidden>

Protect creatorsname and createtimestamp

af4571d... by Kurt Zeilenga <email address hidden>

Filter results before compare to eliminate modifytime errors.

accc172... by Kurt Zeilenga <email address hidden>

Debug level can now be set using multiple flags, values are bitwise OR'ed.

7139d72... by Kurt Zeilenga <email address hidden>

Added patch from Stuart Lynne to SYNC cache to disk on write.
Ifdef'ed patch around LDBM_PESSIMISTIC as it causes slapd to sloowww down.

fd5226b... by Kurt Zeilenga <email address hidden>

Added patch from Stuar Lynn to ensure oc_required is not null before loop.