summaryrefslogtreecommitdiff
path: root/lib/krb4.h
Commit message (Collapse)AuthorAgeFilesLines
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-3/+3
| | | | of tetetest's patch for curl_easy_send()
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-0/+5
| | | | | libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-2/+3
| | | | | | | They all now return ssize_t to Curl_write(). Unfortunately, Curl_read() is in a sorrier state but it too would benefit from a similar cleanup.
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-5/+5
| | | | | | | | | | | | internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls
* Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg2005-03-141-1/+43
| | | | for SSPI support. The contents of the file has been moved into the krb4.h file.
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
|
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
|
* changed proto for Curl_krb_kauth()Daniel Stenberg2002-12-051-1/+1
|
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
|
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
|
* Curl_ prefixDaniel Stenberg2001-08-171-1/+1
|
* Added the curl source-headerDaniel Stenberg2001-01-091-0/+26
|
* krb4.c header file, no source header (yet)Daniel Stenberg2001-01-081-0/+1