]> git.sur5r.net Git - openldap/history - libraries/libldap
Add char* ldap_pvt_get_fqdn(char*) which returns the FQDN of the
[openldap] / libraries / libldap /
2000-08-15 Kurt ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-08-15 Kurt Zeilengahostbuf should be static
2000-08-14 Kurt ZeilengaFix a minor leak.
2000-08-06 Kurt ZeilengaITS#647 from Paul R. Turgyan <pturgyan@umich.edu>
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-27 Kurt ZeilengaFrom: vtag@novell.com
2000-07-22 Kurt ZeilengaExpose ldap_create_control
2000-07-21 Kurt ZeilengaPlug leak of syn_names
2000-07-20 Kurt ZeilengaFix sasl end game processing.
2000-07-19 Kurt ZeilengaFix up SASL interact error checking
2000-07-19 Randy KunkeeFix prototype for dummy ldap_int_sasl_bind.
2000-07-17 Kurt ZeilengaFix SASL automatic/quiet modes...
2000-07-17 Kurt ZeilengaExpose sasl flags to -lldap (so they can be quiet)
2000-07-17 Kurt ZeilengaFirst cut SASL "interactive" and "quiet" modes (default...
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
2000-07-15 Kurt ZeilengaMove some noise about
2000-07-14 Kurt ZeilengaFix callbacks.
2000-07-14 Kurt Zeilengarework SASL callbacks
2000-07-14 Kurt Zeilenga*ssf > 1 should be *ssf > 0
2000-07-14 Kurt ZeilengaFix an interaction error on multiple step binds.
2000-07-13 Kurt ZeilengaUpdate NT build to include recently added SASL sources.
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-07-08 Kurt ZeilengaITS#619: TLS PRNG initialization code
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-07-04 Kurt ZeilengaImproved but still broken client tools.
2000-07-04 Kurt ZeilengaRename local variable 'sun' to 'sa' to avoid clash...
2000-06-30 Kurt ZeilengaRemove ldap_*_dn() prototypes of #if 0 routines
2000-06-29 Kurt ZeilengaAvoid locale specific ctype routines.
2000-06-26 Kurt ZeilengaMinor cleanup
2000-06-26 Kurt ZeilengaDisallow kbind over LDAPv3
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-18 Kurt ZeilengaUse URI, not HOST
2000-06-18 Kurt ZeilengaExtern URI code to support literal IPv6 addresses
2000-06-16 Kurt ZeilengaFix mod_values v mod_bvalues typo
2000-06-16 Kurt ZeilengaMemory leak in referral code (ITS#596)
2000-06-16 Kurt ZeilengaFix typo in last commit
2000-06-16 Kurt ZeilengaAdd 1st libldap IPv6 patch (ITS#594) from Stig Venass.
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-06-13 Kurt ZeilengaFix Novell URL kludge
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-10 Kurt ZeilengaAdd ldap_unbind_ext_s
2000-06-10 Kurt ZeilengaAdd sort/vlv controls
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-09 Mark ValenceFix operator precedence bug.
2000-06-09 Mark ValenceFix uninitialized var bug.
2000-06-08 Kurt ZeilengaApply Novell's IN_KERNEL support (ITS#576)
2000-06-07 Kurt ZeilengaAdd missing -DNO_THREADS trylock and make minor change...
2000-06-07 Kurt ZeilengaAdd VLV/Sort controls (from Novell)
2000-06-07 Kurt ZeilengaAdd VLV and SortList Control API and related (and other...
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-06-06 Kurt ZeilengaDon't include files moved to attic
2000-06-06 Kurt Zeilenga(very) incomplete Digest-MD5 impl to Attic (until someo...
2000-06-06 Kurt Zeilengagetbyname/getbyaddr should share mutex per ITS#563.
2000-06-05 Kurt ZeilengaDNSSRV use res_query, not res_search
2000-06-05 Kurt ZeilengaRemove support for DNS DNs (not to be confused with...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
2000-06-05 Kurt ZeilengaFix up makefiles after removal of getdxname.c
2000-06-05 Kurt Zeilengamove --enable-dns (LDAP_API_FEATURE_X_OPENLDAP_V2_DNS...
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-06-02 Kurt ZeilengaThis is a one-liner Steve missed in the referral patch...
2000-06-01 Kurt Zeilengaremove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-31 Kurt ZeilengaA couple of minor fixes to LDAPv3 referral chasing
2000-05-31 Kurt ZeilengaLDAPv3 referrals changes by Steve Sonntag @ Novell
2000-05-30 Kurt ZeilengaMinor fix to last commit
2000-05-30 Kurt ZeilengaReferral hack
2000-05-29 Kurt ZeilengaPreset error just in case
2000-05-28 Julio Sánchez Fern... Let the caller decide how liberal the schema parsing...
2000-05-26 Kurt ZeilengaFix DNSSRV initialization bug
2000-05-26 Kurt Zeilengas/0/LDAP_MSG_ONE/ per Steve's patch (ITS#542)
2000-05-23 Kurt ZeilengaITS#541: fix log check bug
2000-05-22 Julio Sánchez Fern... Added extensions to syntaxes, matching rules and object...
2000-05-22 Kurt ZeilengaRemove lint
2000-05-21 Julio Sánchez Fern... Parsing and printing of extensions in schema definitions.
2000-05-16 Kurt ZeilengaFix typo in last commit
2000-05-16 Kurt ZeilengaModify dn2domain code such that domains produced are...
2000-05-16 Kurt ZeilengaFix unsigned * vs unsigned long * bugs
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Kurt ZeilengaMake sure we don't overallocate callbacks
2000-05-12 Howard ChuFix previous patch, zero out lud_next on new urldesc
2000-05-12 Howard ChuFix ldaps / TLS processing...
2000-05-12 Howard ChuExit loop after matching command is found in openldap_l...
2000-05-11 Kurt ZeilengaChange negotiated mechanism:
2000-05-11 Howard ChuAdded debuglevel parameter to ldap_int_initialize().
2000-05-11 Howard ChuFix error detection for NT
2000-05-11 Howard ChuFix dynamic link dependencies for NT and Unix
2000-05-11 Kurt ZeilengaFix cred passing.
2000-05-11 Kurt ZeilengaFix another bug... seems to be working... ldap://root...
2000-05-11 Kurt ZeilengaFix == typo
2000-05-10 Kurt ZeilengaFix minor bugs...
2000-05-10 Kurt ZeilengaDNS SRV meat (a work in progress)
2000-05-10 Howard ChuAdd ld parameter to ldap_pvt_tls_start invocations...
2000-05-10 Howard Chulibldap/tls.c: change tls_verify_cb to no longer ignore...
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
next