]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2003-12-16  Kurt ZeilengaRequires --with-tls
2003-12-16  Kurt Zeilengaminor tweak and rebuild
2003-12-16  Kurt ZeilengaRevert last commit
2003-12-16  Pierangelo... honor '!' (objectClass negation) when checking attribut...
2003-12-16  Pierangelo... add to 'val[.<style>=<value>' ACLs special match styles...
2003-12-16  Howard ChuFix - need to initialize lutil_passwd.
2003-12-15  Kurt ZeilengaRework last commit
2003-12-15  Kurt ZeilengaRev the API version number
2003-12-15  Kurt ZeilengaMake a few OPERATIONAL REQUIREMENT clarifications
2003-12-15  Pierangelo... allow 'AUTHZ' mech in proxyAuthz control to allow also...
2003-12-15  Pierangelo... describe detailed access levels required for each operation
2003-12-14  Kurt ZeilengaFix typos
2003-12-14  Pierangelo... typo
2003-12-14  Pierangelo... fix previous commits
2003-12-14  Pierangelo... resolve naming conflicts when compiling rwm overlay...
2003-12-14  Kurt ZeilengaAdd support for -DOPENLDAP_FD_SETSIZE=N for use on...
2003-12-14  Kurt ZeilengaRemove LDAP_DEPRECATED dependency
2003-12-14  Kurt ZeilengaAdd LDAP_DEPRECATED macro
2003-12-13  Kurt ZeilengaAdd u: comment
2003-12-13  Kurt ZeilengaForward parse the uauthzid. A realm cannot be specifie...
2003-12-13  Pierangelo... saslAuthzTo/From stuff
2003-12-13  Howard ChuUse c_authmech when c_sasl_bind_mech is empty
2003-12-13  Howard ChuFix prev commit, use c_authtype
2003-12-13  Howard ChuAlways set c_authmech
2003-12-13  Kurt Zeilengacleanup
2003-12-13  Kurt ZeilengaLook for the '@' in userid@realm in reverse so that...
2003-12-13  Pierangelo... note a potential problem
2003-12-13  Pierangelo... conn must be non-null
2003-12-13  Pierangelo... add subtree/children styles to saslAuthzTo/From; 'dn...
2003-12-13  Pierangelo... cleanup saslauthz code
2003-12-13  Pierangelo... use dedicated admin identity to proxyAuthz
2003-12-13  Pierangelo... declare overlays_init()
2003-12-13  Howard ChuFix URI to work with either back-ldap or back-meta
2003-12-13  Howard ChuClean up entry initialization
2003-12-11  Howard ChuITS#2869 fix decode length checks again
2003-12-11  Kurt ZeilengaMore error code tweaks
2003-12-11  Kurt ZeilengaTweak the codes
2003-12-11  Kurt ZeilengaChange API error codes to negative numbers so as not...
2003-12-11  Jong Hyuk Choifix for concurrent persistent searches
2003-12-10  Howard ChuWhitespace
2003-12-10  Howard ChuFixup overlay build environment
2003-12-10  Pierangelo... make names unique, since back-ldap/back-meta still...
2003-12-09  Pierangelo... add rwm overlay configure and make stuff (need autoconf...
2003-12-09  Pierangelo... cleanup handling of unknown directives ...
2003-12-09  Kurt ZeilengaMore blind s/unsigned long/ac_uint4/ changes
2003-12-09  Howard ChuITS#2865 don't try to calloc 0 bytes, log an error...
2003-12-09  Howard ChuITS#2868 check result from slap_startup
2003-12-09  Howard ChuMinor cleanup. Still need to address ITS#2866 point 2
2003-12-08  Kurt Zeilengaunifdef -DLDAP_CONTROL_PAGEDRESULTS (as it is always...
2003-12-08  Kurt Zeilengas/unsigned long/ac_uint4/
2003-12-08  Kurt Zeilenganotices and acknowledgements
2003-12-07  Hallvard FurusethRemove spurious '-a' at end of test statement.
2003-12-07  Kurt Zeilenganotices and acknowledgements
2003-12-07  Howard ChuITS#2341 ol_enable_dynamic shouldn't depend on enable_slapd
2003-12-07  Howard ChuITS#2494 sort entries ahead of everything else
2003-12-07  Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-07  Kurt ZeilengaFix liblunicode issues on systems where sizeof(long...
2003-12-07  Kurt ZeilengaClarify
2003-12-07  Kurt ZeilengaSuck in latest I-D revisions
2003-12-07  Kurt Zeilengaminor updates
2003-12-07  Kurt ZeilengaAdd HDB
2003-12-07  Howard ChuCleanup unknown config directive handling.
2003-12-07  Kurt Zeilengacleanup
2003-12-07  Howard ChuITS#2538 plug leak
2003-12-07  Howard ChuUpdated for proxycache overlay. Probably belongs on...
2003-12-07  Howard ChuITS#2864 removed sl_mark/sl_release code
2003-12-07  Howard ChuMinor cleanup
2003-12-07  Howard ChuITS#2864 don't use sl_mark/release.
2003-12-07  Howard ChuUse AC_pcache instead of AC_meta
2003-12-06  Howard ChuFix bogus free
2003-12-06  Howard ChuRemove trailing whitespace
2003-12-06  Kurt Zeilengamisc updates
2003-12-06  Howard ChuUse runqueue for consistency checker
2003-12-06  Howard ChuMove SLAB_SIZE def to slap.h
2003-12-06  Howard ChuMore memory cleanup
2003-12-06  Kurt ZeilengaAs ud(1) is in the Attic, TERMCAP no longer needed
2003-12-06  Kurt ZeilengaMove back-tcl to the Attic
2003-12-06  Kurt ZeilengaNotices
2003-12-06  Howard ChuClear ocflags
2003-12-06  Pierangelo... improvements
2003-12-06  Howard ChuFix add invocation
2003-12-06  Howard ChuFix extra test option
2003-12-06  Howard ChuUse proxy cache overlay
2003-12-06  Howard ChuRemove old BUILD_CACHE symbol
2003-12-06  Howard ChuUse proxycache overlay
2003-12-06  Howard ChuPerform database updates as root
2003-12-06  Howard ChuMoved proxy caching to overlay
2003-12-06  Howard ChuOverlay build environment, remove internal proxycache...
2003-12-06  Howard ChuOverlay build environment
2003-12-06  Pierangelo... changes required to use rwm overlay
2003-12-06  Pierangelo... first cut at dn rewrite/attr mapping overlay
2003-12-06  Howard ChuDon't free default_referral
2003-12-06  Luke HowardUse gmtime_r()/localtime_r if HAVE_GMTIME_R/HAVE_LOCALT...
2003-12-06  Luke HowardUse gmtime_r() if HAVE_GMTIME_R is defined (need to...
2003-12-06  Luke HowardUse gmtime_r() if HAVE_GMTIME_R is defined (need to...
2003-12-06  Luke HowardEnsure exact DNs are normalized in slap_parseURI.
2003-12-05  Kurt ZeilengaITS#2861 fix: don't try to dup a NULL reqdata...
2003-12-05  Kurt Zeilengarebuild with -ldb fix
2003-12-05  Kurt Zeilenga-ldb should be considered equiv to -ldb4
2003-12-05  Howard ChuProxy-cache rewritten as an overlay
next