]> git.sur5r.net Git - openldap/history - servers/slapd/proto-slap.h
ITS#3922 fix syncrepl ctxcsn leak
[openldap] / servers / slapd / proto-slap.h
2005-08-08 Howard ChuITS#3922 fix syncrepl ctxcsn leak
2005-08-07 Pierangelo Masaratifree replica info as appropriate
2005-08-01 Luke HowardAdd o_no_schema_check to operation structure
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-31 Luke HowardCall slap_mods2entry() in do_add(), so that global...
2005-07-25 Pierangelo Masaratidestroy limits at exit
2005-07-23 Pierangelo Masaratiadd infrastructure to register verbmasks; allow to...
2005-07-23 Luke HowardAdd fe_access_allowed(), should allow global ACL overla...
2005-07-22 Luke HowardSupport for global ACL overlays, corresponding SLAPI...
2005-07-22 Luke HowardCleaner version of previous patch (keep operational...
2005-07-21 Howard ChuPlug more memleaks
2005-07-21 Luke Howardadd prototype for overlay_op_walk()
2005-07-19 Pierangelo Masaratifix arbitrary precision number display when no big...
2005-07-19 Pierangelo Masaratiuse appropriate format when no arbitrary precision...
2005-07-19 Luke HowardAdd slap_parse_ctrl() API for parsing already decoded...
2005-07-11 Hallvard FurusethDeclare component matching functions
2005-07-04 Hallvard FurusethFormat fix: Make style_strings[] global for debug outpu...
2005-06-13 Howard ChuITS#3774 delete backend/overlay structures after a...
2005-06-10 Howard ChuMore accesslog updates
2005-06-07 Howard ChuAdd slap_timestamp(), use mutex in slap_get_csn()
2005-05-28 Pierangelo Masaratiexpose macro(s) to produce string representations of...
2005-05-23 Pierangelo Masaratifurther fixing of back-ldap config; added enum_to_verb...
2005-05-13 Kurt ZeilengaAdd manage obsolete attributes capability.
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-13 Kurt Zeilengafinish global_schemacheck removal
2005-05-11 Kurt ZeilengaMostly remove global_schemacheck. More cleanup needed in
2005-05-06 Howard ChuMake entry_encode/decode independent of slapd structure...
2005-05-05 Pierangelo Masaratimove discover function to frontend
2005-04-22 Howard ChuIsolate syncrepl stuff in syncrepl.c
2005-04-19 Howard ChuFixes for ordered deletes
2005-04-19 Howard ChuMore modify support. ACL editing works.
2005-04-14 Howard ChuGeneric ordered value support
2005-04-12 Pierangelo Masaratimore on ITS#3652
2005-04-12 Pierangelo Masaratihide changes behind specific #ifdef, conditioned by...
2005-03-21 Howard ChuSchema unparsing support
2005-03-21 Howard ChuAdd HARDCODE schema flags
2005-03-18 Howard ChuReorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for...
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-03-02 Howard ChuCleanup verb/mask processing
2005-03-01 Howard ChuAdded general limits retrieval
2005-03-01 Howard ChuAdded limits_unparse_one
2005-03-01 Howard ChuAdded authz-regexp, slapi plugin retrieval
2005-03-01 Howard ChuAdded oidm retrieval
2005-03-01 Howard ChuAdded ldap_pvt_sasl_secprops_unparse, slap_sasl_secprop...
2005-02-23 Howard ChuAdded replica retrieval
2005-02-22 Howard ChuAdded acl_unparse, slap_sasl_getpolicy
2005-02-20 Howard ChuRearrange, merge sasl config back into main config
2005-01-30 Pierangelo Masarati"ultimate" fix of glued databases controls checking...
2005-01-29 Pierangelo Masaratiavoid cycling twice in the control list
2005-01-27 Kurt ZeilengaLess kludgy willing-to-perform check for recognized...
2005-01-26 Pierangelo Masaratimove compare to frontend (disabled by default, only...
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-24 Howard ChuRewritten str2entry, added str2entry2
2005-01-22 Howard ChuSchema caching for slaptools
2005-01-13 Howard ChuUse a single sessionlog per context, delete sid
2005-01-13 Howard ChuDeleted syncrepl updatedn
2005-01-09 Kurt ZeilengaReplace backend.h with backends.c, generated by config...
2005-01-07 Pierangelo Masaratifix ACL value checking for bind (ITS#3446)
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-12-14 Jong Hyuk Choiadaptive caching code
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-09 Howard ChuAdd fe_op_abandon, call it in connection_abandon()
2004-12-08 Pierangelo Masaratideclare oc_bvfind_undef()
2004-12-08 Howard ChuLet slap_get_commit_csn return the current CSN as well
2004-12-07 Kurt Zeilengacleanup
2004-12-04 Howard ChuDeleted subordinate keyword in favor of glue overlay
2004-12-03 Howard ChuRename syncrepl_rq to slapd_rq, move to daemon.c
2004-11-29 Sang Seok Lim1) <all> type component reference support
2004-11-29 Howard ChuRemove syncinfo si_UUID_dn, make consumer use modify...
2004-11-27 Howard ChuAdd slap_find_control_id
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-26 Howard ChuMore syncprov fixes. test019 now passes.
2004-11-26 Pierangelo Masaratifix dynacl compile
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-11-24 Jong Hyuk ChoiOmitted from the original buddy allocator commit
2004-11-23 Howard Chuslap_known_controls is now an array. (control.c r1...
2004-11-23 Howard ChuDynamic control management
2004-11-19 Howard ChuAdd SLAP_EXOP_WRITES flag, expose flags in Operation,
2004-11-13 Pierangelo Masaratiimprove overlay helpers
2004-11-05 Howard ChuITS#3376 Fix prev commit, handling of replogfile
2004-10-27 Sang Seok LimComponent Matching module
2004-10-09 Jong Hyuk Choisyncrepl consistency patch
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-28 Howard ChuITS#2661: configurable substring index lengths
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
2004-09-20 Luke HowardAdd register_certificate_map_function() native plugin...
2004-09-18 Jong Hyuk Choi*oc support in attr list
2004-09-11 Pierangelo Masaratiuse GMP for multiple precision in counters
2004-09-11 Pierangelo Masaratifix negative counters; prepare for imrpved count of...
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-09-10 Kurt ZeilengaAdd localSSF slapd.conf(5) directive to set SSF associated
2004-09-09 Kurt ZeilengaAdd initial dnSubtreeMatch.
2004-09-07 Kurt ZeilengaInitial entryDN implementation.
2004-08-26 Sang Seok LimThis patch is for a component filter. please refer...
2004-08-25 Luke HowardThis patch fixes some subtle interactions between SLAPI...
2004-08-24 Pierangelo Masaratimove call to frontend API
next