]> git.sur5r.net Git - openldap/history - include/ldap_pvt.h
Fix prev commit
[openldap] / include / ldap_pvt.h
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-02-13 Kurt ZeilengaUpdated multi-precision library detection from HEAD
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-26 Kurt ZeilengaSelect changes from HEAD
2005-11-14 Kurt ZeilengaSync with HEAD
2005-06-03 Kurt ZeilengaSync with HEAD
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-23 Howard ChuAdd callbacks for client TLS connection establishment:
2004-11-22 Howard ChuDon't BN_init allocated BIGNUMs, they're already initia...
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-08-28 Kurt ZeilengaA better find_connection() port fix
2004-06-27 Kurt ZeilengaAllow LDAP_PVT_SASL_LOCAL_SSF to be set externally
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-10-14 Hallvard FurusethReally rename ldap_int_get_controls() to ldap_pvt_get_c...
2003-10-12 Kurt Zeilengamv ldap_int_get_controls to ldap_pvt_get_controls
2003-04-30 Jong Hyuk Choicleanup
2003-04-30 Howard ChuITS#2424 reset SASL on an existing connection
2003-04-29 Hallvard FurusethMake string parameter to ldap_charray_add() and ldap_ch...
2003-04-24 Kurt Zeilengaremove lint
2003-04-22 Jong Hyuk Choimove ldap_get_message_ber() from ldap.h to ldap_pvt.h
2003-04-11 Howard ChuMove ldap_dnfree_x etc. decls from ldap.h to ldap_pvt.h
2003-03-05 Howard ChuSilence warning in prev commit
2003-03-05 Howard ChuAdded ldap_pvt_get_hname. Use instead of ldap_pvt_getho...
2003-01-03 Kurt ZeilengaHappy new year
2002-09-04 Kurt ZeilengaMove ldap_control_dup() to ldap_pvt.h
2002-08-23 Pierangelo Masaratiadd upper/lower funcs that also compute the length...
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-18 Howard Chu Added ldap_X509dn2bv()
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-03-30 Kurt Zeilengamove ldap_int_put_filter to ldap_pvt_put_filter
2002-01-05 Howard ChuFix ASCII detection; can't use "< 0x80" on a signed...
2002-01-04 Kurt ZeilengaUpdate copyright notices
2002-01-02 Kurt ZeilengaRework filter code
2001-12-27 Kurt ZeilengaMark more stuff as deprecated and remove some unused...
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-06-25 Kurt ZeilengaAnother round of TLS updates to support secure referral...
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-05-29 Kurt ZeilengaUpdate copyright (including with or without modificatio...
2001-01-18 Kurt ZeilengaAdd ldap_pvt_tls_get_peer_dn() routine. Returns peer...
2000-11-28 Kurt ZeilengaFix compilation problem when ldap.h is not included
2000-11-28 Kurt ZeilengaAdd ldap_url_parse_ext() prototype. Routine should...
2000-09-22 Kurt Zeilengaremove lint
2000-09-07 Kurt ZeilengaBandaid ucdata build problems
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-08-28 Kurt ZeilengaRaise ldapi:// SSF to 71. ldapi:// is likely more...
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 ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-30 Kurt ZeilengaClarify LDAP_ATTRCHAR
2000-06-30 Kurt ZeilengaInclude tab in LDAP_SPACE
2000-06-29 Kurt ZeilengaFix inclusion of <sasl.h>
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-05-13 Kurt ZeilengaY2k copyright update
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...
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-01-27 Kurt ZeilengaMove ldap_unicode_t to ldap_pvt.h, typedef to ldap_ucs2...
2000-01-27 Kurt Zeilengatypedef ber_int_t ldap_ucs4_t
2000-01-23 Kurt ZeilengaMake ldap_utf8_bytes() act like strlen() not sizeof()
2000-01-23 Kurt ZeilengaFix bugs in UTF-8 code. Apply to getdn and charray.
2000-01-23 Kurt ZeilengaAdd some robustness to UTF-8 routines.
2000-01-23 Kurt ZeilengaAdd comments to UTF-8 declarations.
2000-01-22 Kurt ZeilengaMove ldap_utf8_*() declarations from ldap-int.h to...
2000-01-05 Luke HowardImported <ldap.h> in <ldap_pvt.h> so ldap_pvt_sasl_bind...
2000-01-03 Luke HowardAdded support for connecting to LDAP servers located...
2000-01-03 Luke HowardAdded ldap_pvt_sasl_bind() prototype to ldap_pvt.h...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-06 Kurt ZeilengaAdd empty struct ldapoptions declaration to avoid pulli...
1999-11-06 Mark ValenceAdded ldap_pvt_tls_* prototypes.
1999-10-28 Howard ChuFixed the LDAP_F macro.
1999-08-31 Kurt ZeilengaAdd OpenLDAP RCS Id
1999-08-31 Hallvard FurusethExport ldap_pvt_<find_wildcard,filter_value_unescape...
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-07 Kurt ZeilengaAdd charray (from slapd) to -lldap/-lldap_r (not yet...
1999-05-24 Kurt ZeilengaEliminate DECL_STRDUP check in favor of simple fix...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt Zeilengaadd ldap_cdef'ing.
1999-01-22 Kurt ZeilengaMove libldap/strdup.c to string.c.
1999-01-15 Bart HartgersUpdates for the new threading and utility stuff in...