]> git.sur5r.net Git - openldap/history - servers
Fixed UTF8 encoding checks for substrings assertions
[openldap] / servers /
2001-07-16 Stig VenaasFixed UTF8 encoding checks for substrings assertions
2001-07-16 Randy KunkeeFix ITS#1239:
2001-07-15 Stig VenaasFixed bug in caseExactSubstringsIndexer() and caseIgnor...
2001-07-15 Kurt ZeilengaExtend assertion value syntax checks to some other...
2001-07-15 Kurt ZeilengaFix typo in disallow logging
2001-07-15 Stig VenaasFixed segfault in caseIgnoreFilter when assertion value...
2001-07-14 Pierangelo Masaratireworked slapd_mods_free into mimic to avoid extra...
2001-07-14 Pierangelo MasaratiThis is the skeleton of back-monitor, the slapd monitor...
2001-07-14 Kurt ZeilengaQuick and dirty hack to add password modify replication.
2001-07-13 Pierangelo Masaratidn_validate/dn_normalize has been rewritten by
2001-07-11 Pierangelo Masaratiadded function cache_find_entry_ndn2id that avoids...
2001-07-10 Pierangelo Masaratireworked rdn_attrs to use ldap_explode_rdn; maybe we...
2001-07-10 Gary Williamsfix bad debug message
2001-07-09 Pierangelo MasaratiForbid empty ("") dn! (followup 5 to ITS#1173)
2001-07-07 Pierangelo MasaratiIf add to "" is allowed, also modrdn should
2001-07-07 Pierangelo Masaratidn2idl API changed for consistency with other dn2id...
2001-07-07 Pierangelo Masaratimoved some slap_mods_* functions into mods.c, so mods...
2001-07-06 Pierangelo Masaratifixed test on "" (empty) parent dn
2001-07-06 Pierangelo Masaratihonors '+' rdn separator in adding/deleting attributes...
2001-07-06 Pierangelo Masaratiprotos and declarations for charray and rdn stuff
2001-07-06 Pierangelo Masaratiadded rdn_attrs: parses a rdn and returns types and...
2001-07-06 Pierangelo Masaratiadded misc charray utilities
2001-07-06 Kurt ZeilengaFix root dse checks
2001-07-06 Kurt ZeilengaCorrect X.500 reference
2001-07-05 Pierangelo Masaratiadded a comment to rdn_validate: needs to be rewritten...
2001-07-05 Pierangelo Masaratirdn check to prevent illegal rdns in modrdn (copied...
2001-07-04 Pierangelo Masaratimake slurpd honor include files in slapd.conf (note...
2001-07-03 Pierangelo MasaratiUsed API signature from back-bdb; compiles and passes...
2001-07-02 Pierangelo Masaratiseparate ID return value form return status in dn2id...
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-28 Randy KunkeeChange to _TRACE instead of _ANY for sync daemon internals.
2001-06-28 Randy KunkeeMove backend_syncfreq code down into back-ldbm. Create...
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-06-23 Pierangelo Masaraticatch up with bi_db_sync stuff
2001-06-23 Kurt ZeilengaPlug idl leakage
2001-06-23 Kurt ZeilengaAdd comments to three-value logic
2001-06-23 Kurt ZeilengaFix three value logic
2001-06-22 Kurt ZeilengaBackout directory config option
2001-06-22 Kurt Zeilengaplug substrings filter memory leak
2001-06-22 Kurt ZeilengaTLS initialization fix
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-21 Randy KunkeePatches from Mark Whitehouse (with changes from myself...
2001-06-16 Kurt ZeilengaFix undefined filter parsing
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2001-06-15 Kurt ZeilengaMisc updates for NT4
2001-06-15 Kurt ZeilengaRemove extraneous variable
2001-06-13 Kurt ZeilengaMisc updates to password codes / docs
2001-06-13 Kurt ZeilengaAdding crypt(3) salt format (ITS#1202) from Jeff Costlo...
2001-06-07 Kurt ZeilengaCheck schema NAMEs
2001-06-07 Kurt ZeilengaCheck for children
2001-06-06 Kurt ZeilengaCheck for duplicate entries
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-06-04 Kurt ZeilengaFix undefined attribute type error text usage
2001-06-03 Pierangelo Masaratisemicolon after colon in goto labels; no C++ style...
2001-06-03 Pierangelo Masaratisemicolon after colon in goto labels
2001-06-01 Kurt ZeilengaDefault ACL clause should be "by * none stop" not ...
2001-05-30 Kurt ZeilengaFix typo in last commit
2001-05-30 Kurt ZeilengaAllow empty numericString matching
2001-05-29 Kurt ZeilengaAdd support for separate max incoming for anonymous...
2001-05-29 Kurt ZeilengaAdd an LDBM backend "directory" directive (in addition to
2001-05-28 Kurt ZeilengaFix empty suffix separator test.
2001-05-28 Kurt ZeilengaFix typo (no functional change)
2001-05-24 Kurt ZeilengaAdd some additional filter checks
2001-05-24 Kurt Zeilengaadd missing return bug
2001-05-20 Kurt ZeilengaTake rc out from #ifdef
2001-05-19 Pierangelo Masaratipseudo-root dn bind; a couple of minor fixes
2001-05-18 Kurt Zeilengaminor cleanup
2001-05-17 Kurt ZeilengaAdd support for obsolete attributes.
2001-05-16 Pierangelo Masaratiminor cleanup; some error handling and log fixes
2001-05-16 Pierangelo Masaratiadded new log; minor cleanup of rewrite stuff
2001-05-16 Kurt ZeilengaNote that schema submissions should come with a reference
2001-05-16 Kurt ZeilengaAdd '=' to printableString to be consistent with ASN...
2001-05-16 Kurt ZeilengaImprove error message when parent is referral or not...
2001-05-13 Pierangelo Masaratiadded new logging to back-meta
2001-05-13 Pierangelo Masaraticleanup of the tests in back-meta/data; after build...
2001-05-12 Kurt Zeilengaif continuation line starts with a tab, rewrite it...
2001-05-12 Pierangelo MasaratiThis is the commit of:
2001-05-11 Gary Williamsfix debug line (ITS 1145)
2001-05-10 Kurt ZeilengaClean up logging
2001-05-10 Kurt ZeilengaMake sure we yield() on a failed accept()
2001-05-10 Kurt ZeilengaAdd better modlist2mod error reporting (to client)
2001-05-09 Kurt ZeilengaZap presentation address match define
2001-05-09 Kurt ZeilengaClean up some #ifdefs
2001-05-09 Kurt ZeilengaFix have inet_ntop bug
2001-05-09 Kurt ZeilengaNote that misc is experimental
2001-05-09 Kurt ZeilengaAdd ITS#876 nisSchema
2001-05-08 Kurt ZeilengaUpdate copyright
2001-05-08 Kurt ZeilengaAdd DESC to various schema elements
2001-05-06 Kurt ZeilengaFix disconnect bug
2001-05-05 Kurt ZeilengaAdd simple configure support for sockbuf max incoming
2001-05-04 Kurt ZeilengaFix typos
2001-05-04 Kurt ZeilengaQuick sb_max_incoming hack, should be configurable...
2001-05-04 Kurt ZeilengaClean up entry_free()
2001-05-03 Kurt Zeilengadetect and use fcntl (for BSD/OS)
2001-05-03 Kurt ZeilengaAdd telephone number indexing support (reuse only)
2001-05-02 Kurt ZeilengaUse SMD5 is SHA1 is not available
2001-05-02 Kurt ZeilengaRANDFILE directives
2001-05-02 Kurt ZeilengaSLP updates
2001-05-02 Kurt ZeilengaBe a bit more liberal
next