]> git.sur5r.net Git - openldap/history - servers
Fix assignment of <char/int>* to unsigned <char/int>* and vice versa.
[openldap] / servers /
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-05-02 Hallvard Furusethctrls[] was initialized with which non-constants.
2003-05-02 Hallvard FurusethEntry *e could be freed uninitialized after goto return...
2003-05-02 Hallvard FurusethInsert missing %s in printf format to print ldap_err2st...
2003-05-02 Hallvard FurusethFix printf/Debug format arguments.
2003-05-01 Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-05-01 Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-05-01 Luke HowardFix build breakage
2003-05-01 Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-05-01 Jong Hyuk Choisyncrepl REFRESH : a master entry modify case fix
2003-04-30 Jong Hyuk Choicomment cleanup
2003-04-30 Jong Hyuk Choilist of nonpresent entries in syncinfo_t
2003-04-30 Jong Hyuk Choisyncrepl refresh mode : both scope-in & scope-out worki...
2003-04-30 Howard ChuFix prev commit
2003-04-30 Howard ChuITS#2424 reset SASL on an existing connection
2003-04-30 Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-04-30 Howard ChuLog errors from dn2id failures
2003-04-30 Howard ChuUse DB_RMW when deleting dn2id elements
2003-04-30 Howard ChuUse computed filters to pass in search scope.
2003-04-30 Jong Hyuk Choi- mods memory allocation fix
2003-04-30 Jong Hyuk Choi- manageDSAit is implicitly assumed for LCUP / SYNC
2003-04-30 Jong Hyuk ChoiLCUP / SYNC overrides manageDSAit upon calling select_b...
2003-04-29 Jong Hyuk Choicleanup
2003-04-29 Howard ChuRevert prev commit. It's a symptom that BDB was built...
2003-04-29 Howard ChuBetter handling of computed filters
2003-04-29 Kurt Zeilengacleanup
2003-04-29 Hallvard FurusethImplement slapcat -s <dn>: Only dump a subtree of the...
2003-04-29 Howard ChuFix computed filter inversion
2003-04-29 Hallvard FurusethMust have ';' between default: and '}'
2003-04-29 Howard ChuITS#2474 default return value
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-29 Jong Hyuk Choitab cleanup
2003-04-29 Hallvard FurusethReduce warnings: Add missing 0 or NULL initializers...
2003-04-29 Hallvard Furuseth#include <ac/string.h>.
2003-04-29 Hallvard Furuseth#include <ac/string.h>, to get memset() and strlen().
2003-04-29 Hallvard FurusethPrint long with %ld, not %d.
2003-04-29 Hallvard FurusethDon't do arithmetic on void pointers.
2003-04-29 Hallvard FurusethDeclare lap_free_ctrls() and sl_mem_init().
2003-04-29 Howard ChuFix computed TRUE/FALSE filters
2003-04-29 Howard ChuITS#2453 - Handle computed filters, ignore Undefined...
2003-04-29 Howard ChuHandle SLAPD_FILTER_COMPUTED cases
2003-04-28 Kurt Zeilengageneric first component matching routines
2003-04-26 Luke HowardRemove unused variables in slapi_filter_test()
2003-04-26 Luke HowardDon't crash in slapi_send_ldap_search_entry if no attri...
2003-04-25 Howard ChuUndo BDB const mucking
2003-04-25 Howard ChuITS#2464 don't strdup NULL DN
2003-04-25 Howard ChuITS#2467 NULL pointer check
2003-04-25 Kurt Zeilengafix up nvalues code so that pretty routines work properly
2003-04-25 Kurt ZeilengaNeed to pretty assertion values
2003-04-25 Kurt Zeilengacleanup
2003-04-24 Kurt ZeilengaBackout last commit... needs more work
2003-04-24 Kurt Zeilengarework objectClass mucking to use syntax "pretty" routine
2003-04-24 Kurt ZeilengaFix typo
2003-04-24 Luke HowardFix potential attr_merge_normalize() crasher
2003-04-24 Luke HowardFix another crasher in attr_merge_normalize_one()
2003-04-24 Luke HowardFix crasher in attr_merge_normalize_one()
2003-04-24 Luke HowardWhen a validate function fails from within a tool,...
2003-04-24 Kurt ZeilengaNew integer syntax / matching routines
2003-04-23 Jong Hyuk Choiber, bv memory cleanup
2003-04-23 Howard ChuFix byte-ordering in bdb_dup_compare
2003-04-23 Luke Howardslapi_dn_normalize() should pretty DN; slapi_dn_normali...
2003-04-23 Howard ChuChange RDN compare funcs, we don't need lexical ordering
2003-04-23 Luke HowardUse attr_merge_normalize() instead of attr_mergeit()
2003-04-23 Howard ChuSubtree rename support for the cache
2003-04-23 Luke HowardAllow search rewriter plugins to also set the search...
2003-04-23 Howard ChuFix multiple inclusion
2003-04-23 Luke HowardFix incorrect usage of slapi_ch_free()
2003-04-23 Howard ChuAdded back-hdb. Contributed by Howard Chu @ Symas Corp.
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-23 Luke HowardFix SLAPI debug message typo
2003-04-22 Jong Hyuk Choiget_ldapmsg_ber() -> ldap_get_message_ber()
2003-04-22 Jong Hyuk ChoiMisc cleanup - more to come.
2003-04-22 Kurt ZeilengaFix typo in last commit
2003-04-22 Howard ChuMissed a bei_rdn in prev commit
2003-04-22 Kurt ZeilengaFix up subtreeSpecification to allow new GSER-based...
2003-04-22 Jong Hyuk ChoisubtreeSpecification syntax change : -binary +validator
2003-04-22 Howard ChuOmit bei_rdn field from EntryInfo
2003-04-22 Howard Chufilter_candidate tweaks, search_stack tweaks
2003-04-22 Jong Hyuk Choimore cleanup for the backend API change
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuFix args to bdb_cache_modrdn
2003-04-22 Jong Hyuk Choisubentry cleanup
2003-04-22 Howard ChuFix multi-line string literals. new GCC complains...
2003-04-22 Howard ChuFix id2entry, let bdb_cache_release_all clean up EntryInfos
2003-04-22 Howard ChuMem context tweaks for bdb_dn2idl
2003-04-22 Howard ChuFix typo in prev commit
2003-04-22 Howard ChuMoved IDL cache code to standalone functions.
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Kurt Zeilengacleanup
2003-04-21 Kurt ZeilengaAssign experimental OID to syncReplCookie
2003-04-21 Howard Chumemory context tweaks
2003-04-21 Howard ChuFix previous commit
2003-04-21 Jong Hyuk ChoiOpenLDAP synchronization based replication engine
2003-04-21 Jong Hyuk Choimemory API change
2003-04-21 Howard ChuPerform is_at_subtype check inline
2003-04-20 Howard ChuFix glue_sub_init realloc disconnect
2003-04-18 Pierangelo Masaratiuse a macro for the entry buffer size
2003-04-18 Pierangelo Masaratiuse SLAP_PTRCMP
next