]> git.sur5r.net Git - openldap/history - servers
replace ldap_dnssrv_init() with lower level calls
[openldap] / servers /
2000-04-24 Ben Collinsfor slurpd's replica directory (slurpd.status, and...
2000-04-24 Ben Collinsfilecheck(), we should strcpy the file passed (f arg...
2000-04-24 Ben Collinsuse strcpy instead of sprintf when all we have is two...
2000-04-24 Ben Collinswhen opening files in /tmp use O_CREAT|O_EXCL to overco...
2000-04-19 Kurt ZeilengaLDAP_OPERATIONS -> LDAP_OTHER
2000-04-19 Kurt ZeilengaFix realloc bug and remove use of LDAP_MOD_BVALUES
2000-04-12 Kurt ZeilengaFix c_mutex unlock bug
2000-04-12 Kurt ZeilengaFix debug messages
2000-04-12 Kurt ZeilengaFix debug message
2000-04-12 Kurt ZeilengaFix improperly terminated comment
2000-04-12 Kurt Zeilengafix uninitialized ndn bug
2000-04-12 Kurt Zeilengaobjectclass=* -> NULL
2000-03-30 Julio Sánchez Fern... The add routine in the backend already frees the entry...
2000-03-24 Julio Sánchez Fern... We need to inherit syntax_compat from superior. Proble...
2000-03-20 Kurt ZeilengaMove presence index change outside of values for loop.
2000-03-19 Kurt Zeilengawrap sql *.c files with #ifdef SLAPD_SQL to facilate...
2000-03-17 Kurt Zeilengafix up comment
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 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 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 Dmitry Kovalevadded back-sql files
2000-03-16 Dmitry Kovalevupdate Unix build environment to support back-sql
2000-03-15 Kurt ZeilengaAdd additional be_isroot() checks to protect against...
2000-03-13 Kurt ZeilengaFix NT builds and remove lint
2000-03-09 Kurt ZeilengaFix calloc typo
2000-03-08 Kurt ZeilengaFix malloc of referral pointer array.
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
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 ZeilengaReorder error detection based upon precedence
2000-03-01 Kurt ZeilengaNeed to strdup subschemasubentry a_type
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-24 Kurt ZeilengaITS#464: Fix multiple password support
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-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-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
2000-02-07 Kurt ZeilengaFix -DSLAPD_SCHEMA_NOT_COMPAT -DLDAP_DEBUG builds ...
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-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 ZeilengaDidn't return after returning unknown critical control.
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 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 ZeilengaFix minor problems with proceeding commit which broken...
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 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 IA5StringConvert (to UCS-2/4). May not be needed...
2000-01-26 Kurt ZeilengaAdd in hooks for mr conversion routines
2000-01-25 Kurt ZeilengaUse UTF8Normalize, not IA5Normalize for matching rules...
2000-01-25 Kurt ZeilengaSecond round of schema changes
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 Zeilengas/case_ignore_normalize/caseIgnoreIA5Normalize/
2000-01-23 Kurt ZeilengaAdd comment: old schema is OC less category (abstract...
2000-01-15 Howard ChuFix bug in group spec parsing, was failing to set attri...
2000-01-11 Kurt ZeilengaPer ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-02 Luke HowardFilled in Cyrus SASL authz/storage callbacks for all...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
2000-01-01 Kurt ZeilengaInstall schema/*.{at,oc}.conf files.
2000-01-01 Kurt ZeilengaRemove 'mail' as it 'standard', not 'laser'
2000-01-01 Kurt ZeilengaAdd missing \n
1999-12-18 Kurt ZeilengaRemove DNS_DN experimental code.
1999-12-18 Kurt Zeilengadon't treat undefined oc as extensibleObject
1999-12-17 Howard ChuTentative fix for ITS #402. (Not tested yet.) If succes...
1999-12-16 Kurt ZeilengaAdd slappasswd to generate rootpw.
next