]> git.sur5r.net Git - openldap/shortlog
openldap
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
2002-12-12 Hallvard FurusethImplement user-defined tagging attribute options and...
2002-12-12 Howard ChuFix ITS#2234 canonicalization bug
2002-12-11 Kurt Zeilengamisc cleanup
2002-12-11 Howard Chuundef CONNECTION_INPUT_LOOP, use DATA_READY_LOOP. Seems...
2002-12-11 Howard ChuMust use reentrant gethostbyaddr for reverse lookups...
2002-12-11 Howard ChuFix previous commit, fstat arg was wrong.
2002-12-11 Hallvard FurusethFix const errors.
2002-12-11 Hallvard FurusethPlug memory leak from ldap_<first/next>_attribute().
2002-12-11 Howard ChuBumped stack size up from 2M to 4M, 2M is too small...
2002-12-11 Howard ChuFix ITS#2227, nameUIDNormalize fell behind the times...
2002-12-10 Howard ChuFix previous commit, check for dup in avl_insert
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-12-10 Howard ChuFrom ITS#2183, use a long-lived IDL stack per thread.
2002-12-10 Kurt ZeilengaMake digit a local static variable instead of a global
2002-12-09 Hallvard FurusethITS#2215: Let Statslog() work if only one of LDAP_DEBUG...
2002-12-09 Kurt Zeilengarebuild
2002-12-09 Pierangelo... another attempt to fix slapi build sequence ...
2002-12-09 Hallvard FurusethUpdate '-c' error handling, so error in any operation...
2002-12-08 Kurt Zeilengaexpand authid buffer
2002-12-07 Pierangelo... fix previous commit
2002-12-07 Pierangelo... fix previous commit
2002-12-07 Kurt ZeilengaDisable slapi by default (for now)
2002-12-07 Kurt ZeilengaCatch NULL control OID up front.
2002-12-07 Kurt ZeilengaAvoid magic constant (32) in allocation. Use sizeof...
next