openldap:OPENLDAP_DEVEL_BER_TYPES

Last commit made on 1999-06-18
Get this branch:
git clone -b OPENLDAP_DEVEL_BER_TYPES https://git.launchpad.net/openldap

Branch merges

Branch information

Name:
OPENLDAP_DEVEL_BER_TYPES
Repository:
lp:openldap

Recent commits

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

s/NULLMSG/NULL/

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

Import STDC comment change from -devel.

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

Cleanup remaining NULLMSG and NULLBERs and undo previous avl internals move

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

Another round of BER type changes, plus
move AVL internals out of avl.h
change slapd's ch_malloc and friends to use ber_memalloc and friends.
Added ch_free and #define free ch_free in proto-slap.h.

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

bump the API version to 2003... we now closer to 03 than 02.

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

Moved LBER_xxx_HTON/NTOH to lber-int.h. We still only use long versions...

5075c70... by Kurt Zeilenga <email address hidden>

s/NULLxxx/NULL
s/xxx/ber_xxx_t/

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

BER_TYPES template

057d847... by Kurt Zeilenga <email address hidden>

Suck in all changes made on HEAD branch since branching.

48f0676... by Kurt Zeilenga <email address hidden>

Add basic configure support for BER types and fixed build errors/warnings.
Still needs much work.