]> git.sur5r.net Git - openldap/shortlog
openldap
2003-01-20 Kurt ZeilengaUse version strings provided by build system for -V
2003-01-20 Kurt ZeilengaRemove values match v. filter struct field macro overloads
2003-01-20 Kurt Zeilengaworks without SLAPI
2003-01-20 Kurt Zeilengacleanup
2003-01-20 Kurt ZeilengaAdd LDAP_BEGIN/END_DECL
2003-01-20 Kurt ZeilengaFirst cut at -V (version) argument. Needs work.
2003-01-20 Kurt Zeilenga#ifdef LDAP_PF_LOCAL needed.
2003-01-20 Kurt ZeilengaITS#2266: -b option missing break
2003-01-20 Kurt ZeilengaITS#2268: SASL/ANONYMOUS fixes from kuenne@rentec.com
2003-01-20 Luke HowardFix up return values in new slapi private API
2003-01-19 Luke HowardStyle consistency in new SLAPI_MODIFY_MODS code
2003-01-19 Luke HowardFreeLDAPMods() should be static
2003-01-19 Luke HowardFix libltdl link dependency causing link error on Linux
2003-01-19 Luke HowardUse new SLAPI API for setting associated parameters...
2003-01-19 Luke HowardUse strtol() not strtoul() in integerBit{And,Or}Match...
2003-01-19 Luke Howardreturn error codes from new internal API
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-19 Luke Howardadded slapi_backend_set_pb
2003-01-19 Luke Howardadded slapi_operation_set_pb
2003-01-19 Luke HowardAdded slapi_connection_set_pb() API for front-end.
2003-01-19 Hallvard FurusethFix printf format errors.
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-19 Hallvard FurusethRemove an implicit int, to silence gcc warnings.
2003-01-19 Hallvard FurusethRemove pointless `unsigned < 0' test.
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-19 Hallvard Furuseth'static' must come before 'const'.
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
2003-01-18 Pierangelo... slapi-plugin.h goes in include
2003-01-13 Howard ChuSet thread stack size, default (1MB) is always too...
2003-01-09 Kurt ZeilengaAdd a few notes about intended usage of these backends
2003-01-03 Kurt ZeilengaRebuild
2003-01-03 Kurt ZeilengaHappy new year
2003-01-03 Kurt ZeilengaHappy new year!
2003-01-03 Hallvard FurusethFix octetStringOrderingMatch(). It thought "b"<"aa...
2003-01-03 Hallvard FurusethDelete bitStringNormalize().
2003-01-03 Kurt Zeilengause env(1) for old/experimental stuff
2003-01-03 Kurt ZeilengaFix typo
2003-01-02 Kurt ZeilengaFix ocflags tests
2003-01-02 Kurt Zeilengastatic games
2003-01-02 Hallvard FurusethFix attribute value parsing in objectIdentifierFirstCom...
2002-12-31 Kurt Zeilengacleanup
2002-12-30 Kurt ZeilengaFix typo in last commit
2002-12-30 Kurt ZeilengaACL cleanup
2002-12-30 Kurt ZeilengaFix access_allowed() error checking bug
2002-12-27 Pierangelo... reworking of error handling (should also fix ITS#2235)
2002-12-27 Pierangelo... reworking of error handling (should also fix ITS#2235)
2002-12-27 Pierangelo... use 'safe' functions
2002-12-27 Pierangelo... cleanup
2002-12-27 Pierangelo... slapi used the old version of the LDAP_LOG macro (caugh...
2002-12-27 Pierangelo... slapi cleanup
2002-12-27 Pierangelo... more readable diffs and reduced number of conflicts...
2002-12-27 Pierangelo... fix slapi build
2002-12-27 Pierangelo... misc slapi cleanup
2002-12-23 Pierangelo... unsigned is good for all
2002-12-23 Pierangelo... fix indirect idl block fetch failure (should be back...
2002-12-23 Pierangelo... silence warnings
2002-12-22 Kurt ZeilengaUpdate shtool
2002-12-21 Kurt ZeilengaA few X.509 certificate tweaks... needs work (and testing)
2002-12-21 Kurt ZeilengaMinor cleanup
2002-12-21 Kurt Zeilengabump libtool to 1.4.3
2002-12-21 Kurt Zeilengaconfig.guess/sub from libtool 1.4.2
2002-12-20 Kurt ZeilengaRebuild with new libtool.m4
2002-12-20 Kurt ZeilengaMinor tweak
2002-12-20 Kurt ZeilengaUpdate to v1.4.3
2002-12-20 Kurt ZeilengaCorrect fix
2002-12-20 Kurt Zeilengaif 0 out bad statslog
2002-12-20 Kurt Zeilengacleanup
2002-12-20 Howard ChuFix ITS#2246, fix in rev 1.73 was in the wrong place
2002-12-18 Howard ChuPlug memory leak
2002-12-18 Jong Hyuk Choilcup persistent search option
2002-12-18 Howard ChuAdded subjectAltName:IPADDR tests to ldap_pvt_tls_check...
2002-12-18 Howard ChuUse ber_flatten2
2002-12-18 Howard ChuUse ber_flatten2 to avoid excess mallocs
2002-12-18 Howard ChuAdded ber_flatten2 - uses passed in struct berval,...
2002-12-18 Howard ChuEliminate redundant steps
2002-12-18 Hallvard FurusethPlug memory leaks from ldap_get_option().
2002-12-18 Howard ChuFix previous commit, compare must return signed result
2002-12-18 Howard ChuRemove unneeded sasl_ssf param from ldap_int_sasl_open(),
2002-12-18 Howard ChuPlug memory leak
2002-12-17 Kurt ZeilengaDon't reeval expression
2002-12-17 Howard ChuRevert previous, it was only masking the real problem...
2002-12-17 Howard ChuFix Statslog messages
2002-12-16 Howard ChuFix typo in UDP logmsg
2002-12-16 Howard ChuFix typo in previous commit
2002-12-16 Howard ChuStatslog additions:
2002-12-16 Hallvard FurusethRemove a useless function pointer cast.
2002-12-16 Hallvard FurusethRemove a bad function pointer cast.
2002-12-16 Hallvard FurusethFix typo.
2002-12-16 Hallvard FurusethFix typos.
2002-12-16 Hallvard FurusethMake links to ber_bvfree and others, and add them to...
2002-12-16 Hallvard FurusethFix ldap_extended_s(3) -> ldap_extended_operation(3)
2002-12-16 Howard ChuFix previous commit, was freeing name from rev-lookup...
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-14 Hallvard FurusethCall node_find_cmp() with (void *)&ulong instead of...
2002-12-14 Pierangelo... Dunno in advance how many controls will be set by a...
2002-12-14 Pierangelo... allow a custom error log file for plugins by means...
2002-12-13 Hallvard FurusethRename "lang(uage)" to "tag(s)". (Cleanup after attrib...
2002-12-13 Kurt Zeilengacleanup
2002-12-12 Howard ChuAdded searchstack keyword description. (Sorry, I don...
2002-12-12 Hallvard FurusethFactor out common client code to file common.c
next