]> git.sur5r.net Git - openldap/history - libraries/libldap
Remove assert in sasl_secprops
[openldap] / libraries / libldap /
2000-09-21 Kurt ZeilengaShould modify code to bail on initialization errors...
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-16 Kurt Zeilengacleanup
2000-09-16 Kurt ZeilengaFix #undef LDAP_UFN
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-09-16 Kurt Zeilengaoverrun protection doesn't work... hmmm....
2000-09-15 Kurt Zeilengaconsistently use ber_pvt_ber_*() routines
2000-09-15 Ben Collinsdon't define NEED_COPY_HOSTENT in the decleration
2000-09-15 Ben Collinsfix compiler warnings by including ac/unistd.h and...
2000-09-15 Ben Collinsinitialize Sockbuf * to NULL
2000-09-15 Ben Collinsremove unused vars
2000-09-15 Ben Collinsmove some vars to where they are actually used to avoid...
2000-09-15 Ben Collinsfix call to ldap_connect_to_path()
2000-09-15 Ben Collinss/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually decla...
2000-09-15 Ben Collinsremove unused var, 'dn'
2000-09-15 Ben Collinsinclude ac/ctype.h and initialize some variables to...
2000-09-15 Kurt ZeilengaKeep ldap_first/next_attribute from running past end...
2000-09-15 Kurt ZeilengaDon't send optional cred if empty
2000-09-14 Kurt ZeilengaFix typo in Kbind code
2000-09-14 Kurt ZeilengaZap LDAP_LIBUI
2000-09-13 Ben CollinsFix error in if() statement (==, not =)
2000-09-13 Ben Collinss/got_max_ssf/got_min_ssf/ thinko fix when checking...
2000-09-13 Randy KunkeeInclude <ac/param.h> to pick up MAXPATHLEN.
2000-09-13 Kurt ZeilengaClean up
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-09-12 Kurt ZeilengaRework TLS code (only supports default connection)
2000-09-06 Kurt ZeilengaITS#717 kbind fixes
2000-09-04 Kurt ZeilengaClarify perms
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-09-03 Kurt ZeilengaFix typo
2000-09-01 Kurt ZeilengaChange default to SSL_PEER_NONE (don't require peer...
2000-09-01 Kurt ZeilengaFix port defaulting
2000-09-01 Kurt ZeilengaFix ldap_pvt_tls_start() return value check.
2000-08-25 Kurt ZeilengaUse example.com, not openldap.org, in examples
2000-08-25 Kurt ZeilengaMove ldap_start_tls_s() to tls.c
2000-08-19 Kurt ZeilengaZap CLDAP
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-16 Howard ChuImplemented ldap_pvt_tls_get_peer() for use with SASL...
2000-08-15 Kurt ZeilengaTreat INADDR_LOOPBACK (as well as INADDR_ANY) as local...
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...
next