index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
krb4.c
Age
Commit message (
Expand
)
Author
2002-01-04
fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.
Daniel Stenberg
2001-12-11
failf() calls should not have newlines in the message string!
Daniel Stenberg
2001-10-31
check Curl_ftpsendf return codes
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-10-01
sessionhandle->hp => hostaddr
Daniel Stenberg
2001-09-28
fixed the missing getftpresponse edits
Daniel Stenberg
2001-09-28
removed the socket argument from some functions that always passed in the
Daniel Stenberg
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-30
a few more struct fixes
Daniel Stenberg
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-17
Curl_ prefix added to a few function calls
Daniel Stenberg
2001-08-17
use the Curl_ name space
Daniel Stenberg
2001-08-14
fixed picky compiler warnings, unused arguments, const at proper places and
Daniel Stenberg
2001-05-31
Sterling Hughes suggested we set 'static' before size_t...
Daniel Stenberg
2001-05-18
strlcpy() turned static
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-01-25
removed two compiler warnings
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-09-28
include base64.h instead of base64_krb.h
Daniel Stenberg
2000-09-26
Added strlcpy() since it turns out some krb4-implementations don't include
Daniel Stenberg
2000-09-21
new for kerberos support
Daniel Stenberg