]> git.sur5r.net Git - openldap/shortlog
openldap
2000-04-04 Randy KunkeeUsing a stale obj from Tcl_GetResultObj() to store...
2000-03-30 Julio Sánchez... The add routine in the backend already frees the entry...
2000-03-29 Kurt Zeilengahttp://www.ietf.org/internet-drafts/draft-ietf-ldapext...
2000-03-24 Julio Sánchez... We need to inherit syntax_compat from superior. Proble...
2000-03-23 Julio Sánchez... The approach used was not powerfull enough to deal...
2000-03-20 Kurt ZeilengaMove presence index change outside of values for loop.
2000-03-20 Kurt ZeilengaITS#441: unhex escape referrals. Needs review before...
2000-03-19 Kurt Zeilengawrap sql *.c files with #ifdef SLAPD_SQL to facilate...
2000-03-18 Kurt ZeilengaReturn okay after setting LDAP_OPT_X_TLS_CERT (ITS...
2000-03-17 Kurt Zeilengafix up comment
2000-03-17 Kurt ZeilengaChage DEFAULT_DB_PAGE_SIZE to 4096 and allow external...
2000-03-17 Kurt ZeilengaDepend HAVE_NT_THREADS on _WINNT
2000-03-17 Kurt ZeilengaNeed SOFTADD fix for previous fix
2000-03-17 Kurt ZeilengaFix multivalued indices. Need to add indices of remaining
2000-03-17 Kurt ZeilengaRegen.
2000-03-17 Kurt ZeilengaFix usage in comment
2000-03-17 Kurt Zeilengas/userPassword/password/ (variable name)
2000-03-17 Kurt ZeilengaDon't add subentries of the RootDSE to namingContexts
2000-03-17 Kurt ZeilengaMUST -> MAY ( cn )
2000-03-17 Kurt ZeilengaRemove discrete right macro (not used)
2000-03-17 Kurt ZeilengaMissing entry causes slapd to segfault (ITS#482)
2000-03-16 Dmitry Kovalevupdate Win32 build environment to support back-sql
2000-03-16 Dmitry Kovaleveven more back-sql files
2000-03-16 Dmitry Kovalevmore back-sql files + rdbms_dependent samples
2000-03-16 Kurt ZeilengaDelete SLAPD_DISCRETE_ACI
2000-03-16 Kurt ZeilengaDelete (again) unneeded discrete-aci flag and regenerate...
2000-03-16 Dmitry Kovalevadded back-sql files
2000-03-16 Dmitry Kovalevupdate Unix build environment to support back-sql
2000-03-15 Kurt ZeilengaITS#479 fix: ber_put_seqorset() writes a few bytes...
2000-03-15 Kurt ZeilengaAdd additional be_isroot() checks to protect against...
2000-03-14 Kurt ZeilengaAdd missing ;
2000-03-14 Kurt ZeilengaMark statically allocated BerElement as valid.
2000-03-14 Kurt ZeilengaMore fixes and comments
2000-03-14 Kurt ZeilengaCyrus SASL uses screwy terms.
2000-03-14 Kurt Zeilengacorrect callback numbering
2000-03-14 Kurt Zeilengawork args of ldap_negotiated_sasl_bind_s() and provide...
2000-03-13 Kurt ZeilengaFix NT builds and remove lint
2000-03-13 Julio Sánchez... Fixed an irritating problem with nss_ldap and pam_ldap...
2000-03-13 Julio Sánchez... Useronly logic was inverted, we were ignoring the whole...
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
next