]> git.sur5r.net Git - openldap/shortlog
openldap
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()
2000-01-23 Kurt ZeilengaFix bugs in UTF-8 code. Apply to getdn and charray.
2000-01-23 Kurt Zeilengas/case_ignore_normalize/caseIgnoreIA5Normalize/
2000-01-23 Kurt ZeilengaAdd comment: old schema is OC less category (abstract...
2000-01-23 Kurt ZeilengaAdd some robustness to UTF-8 routines.
2000-01-23 Kurt ZeilengaAdd comments to UTF-8 declarations.
2000-01-23 Kurt ZeilengaAdd comments.
2000-01-22 Kurt ZeilengaMove ldap_utf8_*() declarations from ldap-int.h to...
2000-01-22 Kurt ZeilengaWe'll need ldap_utf8_strpbrk() as well.
2000-01-22 Kurt ZeilengaAdd initial (untested) implementations of ldap_utf8_strtok,
2000-01-22 Kurt ZeilengaAdd additional UTF-8 routines
2000-01-22 Kurt ZeilengaFix charlen and add getc
2000-01-22 Kurt ZeilengaInitial UTF-8 routines.
2000-01-21 Kurt ZeilengaRemove .tar
2000-01-20 Kurt ZeilengaRemove SASL/TLS integration projects from TODO as basic
2000-01-17 Kurt ZeilengaUpdate RCSid
2000-01-17 Kurt ZeilengaAdd print.c to handle GeneralizedTime.
2000-01-17 Kurt ZeilengaEven more checks around use of crypt(3).
2000-01-17 Kurt ZeilengaAdd additional crypt() sanity checks.
2000-01-16 Luke HowardIn ldap_pvt_sasl_init() treat subsequent invocations...
2000-01-15 Howard ChuIn ldap_pvt_tls_init() treat subsequent invocations...
2000-01-15 Howard ChuFix bug in group spec parsing, was failing to set attri...
2000-01-14 Kurt Zeilengaremove UNSPECIFIED_TLS... HOST implies ldap://
2000-01-13 Kurt ZeilengaRegenerate using proper tools.
2000-01-11 Predrag "Pele... some minor changes - d'n'd support forthcoming
next