]> git.sur5r.net Git - openldap/history - libraries/libldap/cyrus.c
#include <ac/unistd.h>, to get geteuid() and getegid().
[openldap] / libraries / libldap / cyrus.c
2003-09-29 Hallvard Furuseth#include <ac/unistd.h>, to get geteuid() and getegid().
2003-09-20 Howard ChuRevert rev 1.90 ITS#2484 patch; Cyrus 1.5 is no longer...
2003-09-19 Howard ChuITS#2729 fix typos
2003-09-14 Howard ChuITS#2484, set sasl_maxbuf to SASL_MAX_BUFF_SIZE if...
2003-09-12 Howard ChuClarify/standardize library version mismatch error...
2003-05-24 Howard ChuITS#2548 must dup sasl_errdetail msgs
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-05-01 Howard ChuFix prev commit
2003-05-01 Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-04-30 Howard ChuITS#2424 reset SASL on an existing connection
2003-04-30 Howard ChuFor ITS#2424, move all SASL session management to ldap_...
2003-04-30 Howard ChuITS#2475 delete bogus SASL2 call
2003-04-06 Howard ChuITS#2423 - make the lib that allocates SASL prompt...
2003-02-21 Kurt ZeilengaAdd a few comments to the ITS#2325 fix
2003-02-21 Kurt ZeilengaRound 2
2003-02-21 Kurt ZeilengaA little cleanup of last 2 commits
2003-02-21 Kurt ZeilengaForgot to remove one prompts free
2003-02-21 Kurt ZeilengaITS#2325 fix: properly freeing prompts->results
2003-02-21 Kurt ZeilengaWhoops. (I'm reconsidering whether or not to accept...
2003-02-21 Kurt ZeilengaRevert last commit
2003-02-21 Kurt ZeilengaBack out interact free() fixes. Will fix properly...
2003-02-07 Pierangelo MasaratiI suggest the coder(s) of the cyrus stuff to check...
2003-02-07 Pierangelo Masaratiaccording to sasl documentation, prompts is filled...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuRemove unneeded sasl_ssf param from ldap_int_sasl_open(),
2002-11-27 Howard ChuITS#2184 maxbuf tweaks from Larry Greenfield @ CMU
2002-09-02 Howard ChuDon't use sasl_set_alloc on Cyrus 2, it manages all...
2002-08-30 Howard ChuFix large SASL reads. Use EAGAIN instead of EWOULDBLOCK...
2002-08-29 Pierangelo Masaratiallow different solutions to debug sasl shutdown
2002-08-29 Pierangelo Masaratiwhen shutting down a server with open connections ...
2002-08-29 Howard ChuFix previous commit - use EWOULDBLOCK instead of EAGAIN
2002-08-29 Howard ChuFix ITS#1983, in sb_sasl_write, set errno = EAGAIN...
2002-08-28 Howard ChuAdded no-op for SASL_VERSION_MAJOR < 2
2002-08-28 Howard ChuAdded check for Cyrus SASL sasl_version()
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-05 Howard ChuITS#1924 use GENERAL_NAMES_free instead of ext_free.
2002-06-07 Howard ChuBetter SASL_MAXBUF fix
2002-06-06 Howard ChuEliminate SASL client session_callbacks. Since proc...
2002-05-06 Howard ChuITS#1806, Cyrus 1 doesn't give back our callbacks point...
2002-05-05 Howard ChuFix in 1.50 applies to Cyrus 1 as well as Cyrus 2.
2002-05-03 Howard ChuFix previous commit, wrong if condition
2002-05-03 Howard ChuBreak up large SASL writes into units of SASL maxoutbuf...
2002-05-03 Howard ChuFor Cyrus 2, cannot free session_callbacks in ldap_int_...
2002-04-18 Howard ChuFix warnings from sasl_errdetail
2002-04-18 Howard ChuAdditional error reporting for Cyrus SASL 2. Attempt...
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-02-11 Kurt ZeilengaFix typo
2002-02-11 Howard ChuFix #include of sasl.h
2002-02-11 Kurt ZeilengaDon't use 'shtool mkln' as ln(1) replacement.
2002-02-10 Kurt ZeilengaUpdate Cyrus SASL detection to always look for <sasl...
2002-02-10 Howard ChuSupport for Cyrus SASLv2. Untested.
2002-01-06 Kurt ZeilengaSome memory allocation cleanup.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRework filter code
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-18 Kurt Zeilengastdlib.h should be included as <ac/stdlib.h>
2001-11-06 Kurt ZeilengaPlug leaks (ITS#1116)
2001-09-18 Howard ChuFix declaration mismatch when CYRUS is not present
2001-09-09 Kurt ZeilengaBlindly fix TLS/SASL external interaction.
2001-06-25 Kurt Zeilengamove TLS ctx to lconn struct in prep for supporting...
2001-06-15 Kurt Zeilenganew rebind proc
2001-03-15 Kurt Zeilengalibldap/cyrus.c's ldap_pvt_sasl_install fix
2001-01-22 Kurt ZeilengaFix another typo
2001-01-22 Kurt ZeilengaFix typo
2001-01-19 Kurt ZeilengaDon't use ntohl().
2001-01-18 Kurt ZeilengaUpdate SASL bufsize checks
2000-12-27 Kurt ZeilengaITS#884: GSSAPI interoperabity with ActiveDirectory
2000-11-20 Kurt ZeilengaITS#889: quick fix
2000-10-31 Kurt ZeilengaFirst cut of SASL/EXTERNAL
2000-10-12 Kurt ZeilengaAdd sasl i/o debugging
2000-10-09 Kurt ZeilengaReturn more appropriate result codes than LDAP_UNAVAILABLE
2000-09-29 Kurt ZeilengaITS#791: fix SASL ctx close
2000-09-22 Kurt Zeilengaremove lint
2000-09-15 Ben Collinsinclude ac/ctype.h and initialize some variables to...
2000-09-13 Ben Collinss/got_max_ssf/got_min_ssf/ thinko fix when checking...
2000-08-14 Kurt ZeilengaFix a minor leak.
2000-07-28 Kurt ZeilengaWorking SASL security layers!
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.