build: fix circular header inclusion with other packages
[platform/upstream/curl.git] / lib / krb4.c
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-24 Yang Tseadd missing semicolons
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-04 Daniel Stenbergcode style: space between close paren and open brace
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-11-13 Julien Chaffraixurldata: Capitalize enum protect_level values.
2010-11-13 Julien Chaffraixsecurity: tighten enum protection_level usage.
2010-10-18 Daniel Stenbergkrb4: make a few functions static
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-11-16 Daniel Stenbergfix OOM problem reported by Jim Meyering
2008-09-23 Yang TseReplace inet_ntoa and inet_ntoa_r with Curl_inet_ntop
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-05-09 Michal Marek- Make Curl_write and it's callees accept a const point...
2008-01-15 Daniel StenbergCalls to Curl_failf() are not supposed to provide a...
2007-11-07 Daniel Stenbergif () => if()
2007-01-03 Daniel Stenberg- David McCreedy made changes to allow base64 encoding...
2006-01-26 Daniel Stenbergupdated source header
2005-03-14 Daniel StenbergRemoved security.h since it shadows an include file...
2005-02-22 Daniel Stenbergkrb4 fixed
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2004-11-11 Daniel StenbergDan Fandrich added --disable-verbose
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-28 Daniel Stenbergthe new way of accessing the host name
2004-02-23 Daniel Stenbergfixed some warnings in the (both new and old) base64...
2004-02-21 Daniel Stenberginlcude krb4.h to get the proto for Curl_krb_kauth...
2003-12-04 Daniel Stenbergbased on Gisle's comment, I removed the use of syslog...
2003-12-02 Daniel Stenberguse the HAVE_KRB4 define instead of just KRB4
2003-11-24 Daniel Stenbergadjusted code to the new socket fields in the sessionha...
2003-07-21 Daniel Stenbergkrb4-fixes for the moved user+password fields within...
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-27 Daniel StenbergRemoved the long-living compiler warnings on the des_pc...
2002-12-03 Daniel StenbergCurl_GetFTPResponse() takes a different set of paramete...
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-04-25 Daniel Stenberguse the hostname pointer instead of using IPv4-only...
2002-01-04 Daniel Stenbergfixed an inet_ntoa() occurance to use inet_ntoa_r(...
2001-12-11 Daniel Stenbergfailf() calls should not have newlines in the message...
2001-10-31 Daniel Stenbergcheck Curl_ftpsendf return codes
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-10-01 Daniel Stenbergsessionhandle->hp => hostaddr
2001-09-28 Daniel Stenbergfixed the missing getftpresponse edits
2001-09-28 Daniel Stenbergremoved the socket argument from some functions that...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel Stenberga few more struct fixes
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-17 Daniel StenbergCurl_ prefix added to a few function calls
2001-08-17 Daniel Stenberguse the Curl_ name space
2001-08-14 Daniel Stenbergfixed picky compiler warnings, unused arguments, const...
2001-05-31 Daniel StenbergSterling Hughes suggested we set 'static' before size_t...
2001-05-18 Daniel Stenbergstrlcpy() turned static
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-01-25 Daniel Stenbergremoved two compiler warnings
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2000-10-09 Daniel Stenbergadded memory debugging include file
2000-09-28 Daniel Stenberginclude base64.h instead of base64_krb.h
2000-09-26 Daniel StenbergAdded strlcpy() since it turns out some krb4-implementa...
2000-09-21 Daniel Stenbergnew for kerberos support