]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2000-03-11  Kurt ZeilengaFix DESTDIR bug
2000-03-11  Kurt ZeilengaRemove race condition noted in ITS#216.
2000-03-10  Kurt ZeilengaAdd missing parens so that last commit behaves as desired.
2000-03-09  Kurt ZeilengaFix calloc typo
2000-03-08  Kurt ZeilengaITS#471: fix handling of delete referrals.
2000-03-08  Kurt ZeilengaFix malloc of referral pointer array.
2000-03-03  Kurt ZeilengaRework error handling. Add error descriptions.
2000-03-03  Kurt ZeilengaAdd comment concerning 'directory' LDBM option... a...
2000-03-02  Kurt ZeilengaStartTLS now grabs conn->c_mutex before mucking with...
2000-03-02  Kurt ZeilengaPrint tag with SASL in progress operations error.
2000-03-02  Kurt ZeilengaMove handling of operations errors due to submission of
2000-03-01  Kurt ZeilengaFix typo in clause 6.
2000-03-01  Kurt ZeilengaAdd permission to make verbatim copies of license docum...
2000-03-01  Kurt ZeilengaReorder error detection based upon precedence
2000-03-01  Kurt ZeilengaAdd reference to RFC 2307 (rootpw)
2000-03-01  Kurt ZeilengaNeed to strdup subschemasubentry a_type
2000-03-01  Kurt ZeilengaAdd license revisioning clause.
2000-02-29  Kurt ZeilengaReplace do_*() return -1 with return SLAPD_DISCONNECT.
2000-02-28  Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-25  Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes, including initial
2000-02-25  Kurt Zeilenganoschemacheck should not disable validation of DNs
2000-02-25  Kurt Zeilengatempnam() is available in MSVC5
2000-02-25  Kurt ZeilengaDepend libraries upon setup.dsp
2000-02-24  Kurt ZeilengaITS#464: Fix multiple password support
2000-02-24  Kurt ZeilengaAdd GNU Pth to LTHREAD compatible list
2000-02-22  Kurt ZeilengaCorrect comment concerning entry LDIF.
2000-02-22  Kurt ZeilengaUse common entry cleanup code.
2000-02-22  Kurt ZeilengaAdditional -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-21  Kurt ZeilengaIgnore space in filter: ( !(foo=bar))
2000-02-18  Kurt ZeilengaEliminate second session protocol version field.
2000-02-16  Kurt ZeilengaAdd comment concern appropriate use of LDAP_MEMORY_DEBUG
2000-02-16  Kurt ZeilengaFix ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION...
2000-02-15  Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-14  Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-12  Kurt ZeilengaITS#454: fix VPATH support
2000-02-11  Kurt ZeilengaPut *free(NULL) asserts behind LDAP_MEMORY_DEBUG
2000-02-11  Kurt ZeilengaITS#450: teach LDBM/GDBM about cursors
2000-02-08  Kurt ZeilengaDon't chdir("/"). Root may not be writable to daemon.
2000-02-07  Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
2000-02-07  Kurt ZeilengaFix -DSLAPD_SCHEMA_NOT_COMPAT -DLDAP_DEBUG builds ...
2000-02-07  Kurt ZeilengaMove a few obsolete RFCs to the Attic
2000-02-06  Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-05  Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-02-04  Kurt ZeilengaITS#439: Fix logic error
2000-02-03  Kurt ZeilengaUse required form if value is zero length, eg "attr...
2000-02-03  Kurt ZeilengaITS#437: use portable syntax to export environment...
2000-02-02  Kurt ZeilengaAdd comment about leaked on exit values.... we likely...
2000-02-01  Luke HowardChanged (!strcmp(...)==0) to (strcmp(...)==0); obviously
2000-02-01  Kurt ZeilengaUse experimental OID for ACI syntax. Likely need to add
2000-02-01  Kurt ZeilengaACI attributes should be of ACI syntax. Need to assign
2000-02-01  Kurt ZeilengaUpdate to rev 04
2000-02-01  Kurt ZeilengaDidn't return after returning unknown critical control.
2000-02-01  Kurt ZeilengaUse LDAP_CONST, not const, in public function declarations.
2000-01-31  Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-31  Kurt ZeilengaMove oc_check_allowed() next to oc_check_required(...
2000-01-31  Kurt ZeilengaPut type;option trimming codes behind SLAPD_SCHEMA_COMPAT.
2000-01-31  Kurt ZeilengaAdd SLAP_SYNTAX_BINARY flag to indicate binary storage...
2000-01-29  Kurt ZeilengaAdd matching rule function pointers for index generatio...
2000-01-29  Kurt ZeilengaAdd schema_init to MSVC5 project
2000-01-29  Kurt ZeilengaImport locate draft.
2000-01-29  Kurt ZeilengaConstify a few attr_*() routines
2000-01-29  Kurt ZeilengaMove extern to proto header
2000-01-29  Kurt ZeilengaSplit out schema initialization of builtin syntax/match...
2000-01-29  Kurt ZeilengaResolve syntax errors created by previous -DSLAPD_SCHEM...
2000-01-28  Kurt ZeilengaReally fix VPATH support...
2000-01-28  Kurt ZeilengaLast change actually broke VPATH support
2000-01-28  Kurt ZeilengaFix VPATH support.
2000-01-28  Kurt ZeilengaFix minor problems with proceeding commit which broken...
2000-01-28  Kurt ZeilengaRemove double listing of libldif which breaks 'make...
2000-01-28  Kurt ZeilengaRemove ai_syntaxinfo (syntax) from AttrInfo. Call...
2000-01-28  Kurt ZeilengaMove INDEX_ macros from back-ldbm.h to slap.h and prefi...
2000-01-28  Kurt ZeilengaFix -DSLAPD_SCHEMA_NOT_COMPAT syntax error in last...
2000-01-28  Kurt ZeilengaAdditional changes to migrate to new schema codes
2000-01-28  Kurt Zeilengaplace old schema codes behind -DSLAPD_SCHEMA_COMPAT
2000-01-28  Kurt ZeilengaPut more old schema code behind SLAPD_SCHEMA_COMPAT...
2000-01-27  Kurt ZeilengaOnly allow NDBM if manually selected. Provide no hints...
2000-01-27  Kurt ZeilengaRegenerate just to sure
2000-01-27  Kurt ZeilengaDon't even spit out NDBM skipped warning
2000-01-27  Kurt ZeilengaDon't list NDBM as an option.
2000-01-27  Kurt ZeilengaAdd code to handle operational attributes via new schem...
2000-01-27  Kurt ZeilengaDon't exclude no-user-modification attributes from...
2000-01-27  Kurt ZeilengaMove ldap_unicode_t to ldap_pvt.h, typedef to ldap_ucs2...
2000-01-27  Kurt ZeilengaLast commit was a bit premature. This fixes up compiler
2000-01-27  Kurt ZeilengaAdd NT build support for Unicode library.
2000-01-27  Kurt Zeilengatypedef ber_int_t ldap_ucs4_t
2000-01-27  Kurt ZeilengaAdd IA5StringConvert (to UCS-2/4). May not be needed...
2000-01-27  Kurt Zeilengaunifdef -D__STDC__
2000-01-26  Kurt ZeilengaAdd in hooks for mr conversion routines
2000-01-26  Kurt ZeilengaAdd -llunicode to build environment
2000-01-25  Kurt ZeilengaUse UTF8Normalize, not IA5Normalize for matching rules...
2000-01-25  Kurt ZeilengaFix typo
2000-01-25  Kurt ZeilengaRemove Java files from HEAD.
2000-01-25  Kurt ZeilengaInitial revision
2000-01-25  Kurt ZeilengaSecond round of schema changes
2000-01-25  Kurt ZeilengaAdd utf-8 to MSVC projects and remove lint.
2000-01-25  Kurt ZeilengaMove uppercase comment to be next to uppercasing code.
2000-01-25  Kurt ZeilengaStart putting old code behind the currently defined...
2000-01-25  Kurt ZeilengaHave compare use get_ava().
2000-01-24  Kurt ZeilengaModify slapd syntax struct to have both a validation...
2000-01-23  Kurt ZeilengaMake ldap_utf8_bytes() act like strlen() not sizeof()
next