]> git.sur5r.net Git - openldap/shortlog
openldap
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Kurt ZeilengaFix modrdn and other misc cleanup
2001-12-26 Kurt ZeilengaUpdate to new API (struct berval DNs)
2001-12-26 Kurt ZeilengaUpdate to new struct berval DN API
2001-12-26 Kurt ZeilengaFix syntax errors caused by struct berval changes...
2001-12-26 Kurt Zeilengalint removal
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Pierangelo... not needed any longer
2001-12-26 Pierangelo... some char* to berval fixes
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Kurt ZeilengaZap configinfo and cleanup unused defaults
2001-12-26 Kurt ZeilengaZap configinfo
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-26 Kurt Zeilengastruct berval DN changes
2001-12-26 Kurt ZeilengaFix typo
2001-12-26 Kurt Zeilengamodify be_referral to use struct berval DNs.
2001-12-26 Kurt ZeilengaRemove lint.
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
2001-12-26 Howard ChuReplace strcat with slap_strcopy
2001-12-26 Howard ChuRemoved obsolete dn_normalize calls
2001-12-26 Howard ChuUse dnNormalize
2001-12-26 Howard ChuMoved bdb_strcopy to slap_strcopy
2001-12-26 Howard ChuMinor struct berval tweaks
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuPrecompute syn_oidlen and mr_oidlen
2001-12-26 Howard ChuChanged ma_rule_text to struct berval.
2001-12-26 Howard ChuAdd optional len to ber_str2bv
2001-12-26 Howard ChuAdded ldap_xxx2bv schema functions
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Pierangelo... more on attrs array from char* to berval*
2001-12-26 Howard ChuChanged ber_bvdup to ber_dupbv with destination provided
2001-12-26 Howard ChuMerged ber_bvstr and ber_bvstrdup into ber_str2bv.
2001-12-26 Howard ChuFix attrs handling
2001-12-26 Howard ChuFix attrs handling
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuAdded missing passwd_back_db_config.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuMigrate to dnNormalize
2001-12-26 Howard ChuMinor cleanup
2001-12-26 Howard ChuFix unterminated string in previous commit. dnNormalize...
2001-12-26 Howard ChuMore struct berval changes, dnNormalize migration...
2001-12-25 Kurt ZeilengaMinor cleanup
2001-12-25 Kurt ZeilengaFix typo
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaFIx up replog calls, add replog call to bdb passwd
2001-12-25 Kurt ZeilengaHave replog() use struct berval DNs
2001-12-25 Kurt ZeilengaFix modrdn
2001-12-25 Kurt ZeilengaAdjust e_name.bv_len on modrdn
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Kurt ZeilengaRemove unneeded cheats. hyc found/fixed my bug (in...
2001-12-24 Kurt Zeilengaupdate comment
2001-12-24 Howard ChuFix SEGV when no newSuperior is specified
2001-12-24 Kurt ZeilengaThis really should work... but it's no more broken...
2001-12-24 Howard ChuFix uninitialized struct berval* to avoid assert in...
2001-12-24 Kurt ZeilengaAdd some cheats to dnNormalize and dnMatch to workaround
2001-12-24 Howard ChuFix typo in e_ndn macro
2001-12-24 Kurt ZeilengaMisc cleanup, but doesn't fix tests.
2001-12-24 Pierangelo... hex escape everything requires escape (uncomment #defin...
2001-12-24 Kurt ZeilengaMissed a dnPretty ber_val NULL...
2001-12-24 Pierangelo... more re-engineering; now rdn_attrs() and so are written...
2001-12-24 Pierangelo... back out previous change
2001-12-24 Kurt ZeilengaRequire the struct berval **out argument of dnPretty...
2001-12-24 Kurt ZeilengaFix up frontend side of modrdn. Need to rework backend...
2001-12-24 Howard ChuUse e_nname.bv_len
2001-12-24 Howard Chue_name.bv_len stuff in entry_decode
2001-12-24 Pierangelo... comment for future optimization
2001-12-24 Kurt ZeilengaBasic ename.bv_len work.
2001-12-24 Pierangelo... trim spurious e_ndn also from back-meta
2001-12-24 Howard ChuAvoid conflict with e_ndn macro
2001-12-24 Kurt ZeilengaFix DN struct berval issue
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
2001-12-24 Pierangelo... re-engineered some dn related functions with ldap_dn...
2001-12-24 Pierangelo... better rdn exploding
2001-12-24 Howard ChuChanged Access->a_set_pat and acl->acl_dn_pat to struct...
2001-12-24 Howard Chuop->o_ndn berval fixes for SLAPD_ACI_ENABLED
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-24 Howard ChuFix typo in berval commit
2001-12-24 Pierangelo... bug in explode dn (caused most test failures when reque...
2001-12-24 Kurt ZeilengaSome minor bugs for dntest ""
2001-12-24 Kurt Zeilengacannot assert la_private == NULL on free
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-24 Kurt ZeilengaDelete USE_LDAP_DN_PARSING
2001-12-24 Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-24 Kurt ZeilengaMake note of deprecated DN routines. Need to write
2001-12-24 Kurt ZeilengaImprove error message
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-12-23 Kurt ZeilengaMinor cleanup, rename ldapava_free_*() routines and
2001-12-23 Kurt ZeilengaZap dn_match(), cleanup up prototype header
2001-12-23 Kurt ZeilengaMinor cleanup
2001-12-23 Pierangelo... least escaping in dnPretty (hope my wife doesn't catch...
2001-12-23 Pierangelo... small bug exploited by malformed DCE format
2001-12-23 Kurt ZeilengaMove dnValidate, dnNormalize, dnPretty to dn.c
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-22 Kurt ZeilengaZap man pages of deprecated routines
2001-12-22 Kurt ZeilengaFix up builds
2001-12-22 Kurt ZeilengaAdd a couple of FIXME comments
2001-12-22 Pierangelo... added operations and sent stats to back-monitor; minor...
next