]> git.sur5r.net Git - openldap/history - include/ldap_pvt.h
New access_allowed()
[openldap] / include / ldap_pvt.h
2009-10-26 Howard ChuPrev commit: flags should be unsigned
2009-10-26 Howard ChuCleanup prev commit
2009-10-26 Howard ChuITS#6327 fix sb_sasl_generic_write retval for partial...
2009-08-19 Hallvard FurusethMore ITS#6262: Also define ldap_pvt_gmtime_[un]lock...
2009-08-19 Hallvard FurusethFix previous commit: move struct lutil_tm declaration...
2009-08-18 Pierangelo Masaratiwrap gmtime for reentrancy (ITS#6262)
2009-02-24 Pierangelo Masaratifix ldap namespace (part of ITS#5974)
2009-02-15 Pierangelo Masaratifix misc warnings
2009-02-02 Howard ChuITS#5916 - externally callable functions are ldap_pvt...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-08-24 Howard ChuFix spurious warnings in prev commit
2007-08-24 Pierangelo Masaratildap_control*_dup() is no longer private; add ldap_pvt_...
2007-08-16 Pierangelo Masaraticleanup tools
2007-06-19 Pierangelo Masaraticleanup
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-02-12 Howard ChuITS#4707 added new ldap_init_fd() API
2007-01-02 Kurt Zeilengahappy new year
2006-10-28 Pierangelo Masaratis/ldap_int_discard/ldap_pvt_discard/
2006-09-06 Pierangelo Masaratiadd scope helpers
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-02-10 Kurt ZeilengaImproved bignum detection/use
2006-02-09 Howard ChuPrefer long long to BIGNUM or GMP
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-25 Pierangelo Masaratiadd more versatile private API for filter escaping
2005-11-08 Howard ChuITS#4082 tls ctx requirements are only applicable to...
2005-11-06 Pierangelo Masaratisilence warnings
2005-05-28 Pierangelo Masaratiuse unsigned long long for counters, if available
2005-03-01 Howard ChuAdded ldap_pvt_sasl_secprops_unparse, slap_sasl_secprop...
2005-01-01 Kurt ZeilengaHappy New Year!
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...
next