]> git.sur5r.net Git - openldap/history - servers
Fix typo
[openldap] / servers /
2004-09-04 Pierangelo Masaratitrying to make names consistent
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-09-03 Kurt ZeilengaITS#3320: 'restrict' cleanup
2004-09-03 Jong Hyuk Choifix for test019 glitch
2004-09-02 Jong Hyuk Choiadded avl_free() at the end of do_syncrep2()
2004-09-02 Howard ChuITS#3309 better fix, add op->ord_csn in frontend and...
2004-09-01 Jong Hyuk Choiuse of NULL ctx in slap_modrdn2mods
2004-09-01 Jong Hyuk Choirevert prev commit to normalizers
2004-09-01 Howard ChuAvoid gratuitous reindexing of cn and objectclass in...
2004-09-01 Howard ChuITS#3309 fix syncrepl psearch propagation of Delete...
2004-09-01 Kurt Zeilengasubsequent allows/disallows directives should be additive
2004-09-01 Kurt Zeilengacleanup
2004-08-31 Jong Hyuk Choiuse ch_malloc for normailzed values
2004-08-31 Jong Hyuk Choipatch for ITS#3296 - do not use sl_malloc on normalized...
2004-08-30 Kurt ZeilengaAdd note about test.schema
2004-08-30 Kurt ZeilengaOn second thought, reverse that commit.
2004-08-30 Kurt ZeilengakrbName may be useful without old k4bind
2004-08-30 Kurt ZeilengaZap old krb5-kdc schema.
2004-08-30 Pierangelo Masaratifix previous commit
2004-08-29 Jong Hyuk ChoiITS#3289 - exattrs support
2004-08-29 Jong Hyuk ChoiUse global alloc for now
2004-08-29 Jong Hyuk ChoiFurther fixes for ITS#3297
2004-08-28 Kurt ZeilengaTLS SSF does not imply a transport_ssf.
2004-08-28 Kurt ZeilengaReplace compfilter.schema with test.schema, which now
2004-08-28 Kurt Zeilengacleanup
2004-08-28 Kurt Zeilengacleanup
2004-08-28 Kurt ZeilengaAdd FIXME comment regarding improper return of unavaila...
2004-08-28 Sang Seok Lim.conf and .schema files for test31-component-filter
2004-08-28 Kurt ZeilengaNote fixme
2004-08-28 Kurt ZeilengaReferrals should not (except in special cases) be
2004-08-28 Kurt ZeilengaITS#3275: fix logging
2004-08-28 Howard Chufix uninit'd be_context_csn for syncrepl
2004-08-27 Luke HowardRemove bogus SLAPI code path which special-cased modlis...
2004-08-27 Kurt Zeilengacleanup
2004-08-27 Kurt ZeilengaMove LDAP_COMP_MATCH define from ldap.h to slap.h
2004-08-27 Luke HowardAllow mods to be NULL in slapi_int_ldapmods2modifications()
2004-08-27 Luke HowardFix a SLAPI bug where slapd could crash if a preop...
2004-08-26 Sang Seok LimMisc Bug Fix:
2004-08-26 Luke HowardCheck for opinfo->boi_txn before using it - sometimes...
2004-08-26 Luke HowardDon't use SLAPI_TARGET_DN for group plugins - it is...
2004-08-26 Luke Howardboi_bdb must be set
2004-08-26 Luke Howardbackend_compute_output_attr() should use actual compute...
2004-08-26 Luke HowardFix "FIXME" in slapi_attr_add_value() - store normalize...
2004-08-26 Luke HowardExtend backend_attribute() to support computed attribut...
2004-08-26 Luke HowardAdd SLAPI_X_GROUP_TARGET_ENTRY so that group plugin...
2004-08-26 Sang Seok LimThis patch is for a component filter. please refer...
2004-08-25 Howard ChuITS#3301 fix prev commit, don't fail op on DB_NOTFOUND
2004-08-25 Luke HowardSupport pre-operation and post-operations for backend_g...
2004-08-25 Pierangelo Masaraticheck if "rootdn" is defined
2004-08-25 Howard ChuITS#3301 check for dn2entry failure
2004-08-25 Luke HowardRemove unused variable
2004-08-25 Pierangelo Masaratitry with "order by"...
2004-08-25 Luke HowardThis patch fixes some subtle interactions between SLAPI...
2004-08-25 Pierangelo Masaratiremove cruft
2004-08-25 Pierangelo Masaratimore definitive improvements; now write operations...
2004-08-24 Pierangelo Masaratiwrite test is almost working for ibmdb2 as well...
2004-08-24 Pierangelo Masaratineed to perform a select after adds...
2004-08-24 Pierangelo Masaraticleanup
2004-08-24 Pierangelo Masaratifurther fixes
2004-08-24 Pierangelo Masaratiready for test...
2004-08-24 Pierangelo Masaratifix various issues; line up with new tests
2004-08-24 Pierangelo Masaratimove call to frontend API
2004-08-24 Pierangelo Masarati- proxy cache erroneously returns the filtering attributes
2004-08-24 Pierangelo Masaratiadd paged results support to back-ldap
2004-08-24 Luke HowardITS#3297 (double free)
2004-08-23 Luke HowardHarmonize bvptr2obj_copy() with values2obj_copy() ...
2004-08-21 Pierangelo Masaratiblind update of IBM db2 example data
2004-08-21 Pierangelo Masaratifurther improve tests; line-up with code
2004-08-21 Pierangelo Masaraticleanup previous commit
2004-08-21 Pierangelo Masaratihandle referrals correctly; allow to add suffix entry...
2004-08-20 Jong Hyuk Choiattrs=*,+ becmoes the default behavior when attrs are...
2004-08-20 Pierangelo Masaratimore on back-sql test
2004-08-20 Pierangelo Masaratinow PostgreSQL seems to work...
2004-08-20 Pierangelo Masaratiupdate of RDBMS data for test031
2004-08-20 Pierangelo Masaratiallow to search for "auxiliary" objectClasses (i.e...
2004-08-20 Pierangelo Masaratisplit entry_free in entry_clean ...
2004-08-19 Howard ChuITS#3289 - add SLAP_AT_DYNAMIC flag for dynamically...
2004-08-19 Howard ChuITS#3291 delay use of slap_known_controls until all...
2004-08-18 Howard ChuReworked fix for ITS#3140 - add access parameter to...
2004-08-18 Howard ChuMore for ITS#3288 be_pcl_mutex fixes
2004-08-18 Howard ChuMore fixes for prev commit
2004-08-18 Howard ChuDelete unused be_context_csn_mutex
2004-08-18 Howard ChuFix ITS#3288: use be_pcl_mutexp instead of be_pcl_mutex
2004-08-15 Howard ChuFix crash on modify if userpassword didn't exist yet
2004-08-12 Pierangelo Masaratishould fix ITS#3265
2004-08-06 Pierangelo Masaraticleanup attr flags; provide a helper OPENDLAP_REL_ENG_2_2_MP
2004-08-06 Pierangelo Masaratifix permissive; cleanup
2004-08-06 Pierangelo Masaraticleanup
2004-08-06 Pierangelo Masaratifix attr_merge() usage; cleanup
2004-08-06 Pierangelo Masaratifix attr_merge() usage
2004-08-06 Pierangelo Masaratifix malformed test and var initialization
2004-07-31 Pierangelo Masaratiallow to compare on hasSubordinates
2004-07-31 Jong Hyuk Choislapadd -i <rid list> fix
2004-07-30 Pierangelo Masaratidon't recompute userattrs
2004-07-30 Pierangelo Masaratimake sure sun_path is cleared out before accept()
2004-07-29 Pierangelo Masaratifurther improve loglevel selection
2004-07-29 Pierangelo Masaratiallow to use names to set loglevel
2004-07-28 Pierangelo Masaratiminor cleanup
2004-07-28 Jong Hyuk Choishould not assert(0) in UUIDValidate
next