summaryrefslogtreecommitdiff
path: root/lib/krb4.c
Commit message (Expand)AuthorAgeFilesLines
* updated source headerDaniel Stenberg2006-01-261-7/+9
* Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg2005-03-141-2/+2
* krb4 fixedDaniel Stenberg2005-02-221-5/+5
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-4/+18
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-111-3/+3
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-3/+3
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-17/+17
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* the new way of accessing the host nameDaniel Stenberg2004-04-281-2/+2
* fixed some warnings in the (both new and old) base64 usageDaniel Stenberg2004-02-231-4/+4
* inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy pickyDaniel Stenberg2004-02-211-0/+1
* based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg2003-12-041-65/+67
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-2/+2
* adjusted code to the new socket fields in the sessionhandle structDaniel Stenberg2003-11-241-1/+1
* krb4-fixes for the moved user+password fields within the structsDaniel Stenberg2003-07-211-1/+1
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-191-1/+1
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* Removed the long-living compiler warnings on the des_pcbc_encrypt() functionDaniel Stenberg2003-01-271-7/+12
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-031-23/+29
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* use the hostname pointer instead of using IPv4-only info from a structDaniel Stenberg2002-04-251-2/+2
* fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.Daniel Stenberg2002-01-041-35/+34
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-1/+1
* check Curl_ftpsendf return codesDaniel Stenberg2001-10-311-4/+6
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* sessionhandle->hp => hostaddrDaniel Stenberg2001-10-011-3/+3
* fixed the missing getftpresponse editsDaniel Stenberg2001-09-281-4/+2
* removed the socket argument from some functions that always passed in theDaniel Stenberg2001-09-281-5/+5
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* a few more struct fixesDaniel Stenberg2001-08-301-10/+10
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-10/+10
* Curl_ prefix added to a few function callsDaniel Stenberg2001-08-171-7/+7
* use the Curl_ name spaceDaniel Stenberg2001-08-171-117/+14
* fixed picky compiler warnings, unused arguments, const at proper places andDaniel Stenberg2001-08-141-195/+192
* Sterling Hughes suggested we set 'static' before size_t...Daniel Stenberg2001-05-311-1/+1
* strlcpy() turned staticDaniel Stenberg2001-05-181-2/+2
* multiple connection support initial commitDaniel Stenberg2001-02-201-7/+7
* removed two compiler warningsDaniel Stenberg2001-01-251-5/+3
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-15/+20
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+5
* include base64.h instead of base64_krb.hDaniel Stenberg2000-09-281-1/+1
* Added strlcpy() since it turns out some krb4-implementations don't includeDaniel Stenberg2000-09-261-0/+21
* new for kerberos supportDaniel Stenberg2000-09-211-0/+471