summaryrefslogtreecommitdiff
path: root/lib/security.c
Commit message (Expand)AuthorAgeFilesLines
* removed trailing whitespace, free a missing malloc when returning errorDaniel Stenberg2004-06-301-39/+41
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-3/+3
* 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 unused codeDaniel Stenberg2003-01-091-74/+2
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-031-7/+5
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-4/+4
* check Curl_ftpsendf return codesDaniel Stenberg2001-10-311-3/+8
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* improved readability slightlyDaniel Stenberg2001-09-281-25/+29
* fixed the missing getftpresponse editsDaniel Stenberg2001-09-281-2/+1
* removed the socket argument from some functions that always passed in theDaniel Stenberg2001-09-281-8/+6
* 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-11/+11
* removed dead/unused codeDaniel Stenberg2001-08-171-149/+59
* cleaned up some picky compiler warnings and indented the code curl styleDaniel Stenberg2001-08-141-147/+116
* multiple connection support initial commitDaniel Stenberg2001-02-201-6/+6
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-16/+26
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+4
* include base64.h instead of base64_krb.hDaniel Stenberg2000-09-281-3/+3
* Martin Hedenfalk added sec_fflush_fd()Daniel Stenberg2000-09-251-0/+14
* new for kerberos supportDaniel Stenberg2000-09-211-0/+641