platform/upstream/curl.git
2012-06-09 Steve Holmepop3: Enhanced the extended authentication mechanism...
2012-06-09 Steve Holmepop3.c: Fixed length of SASL check
2012-06-09 Yang TseFixes allowing 26 more test cases in 1334 to 1393 range...
2012-06-09 Yang Tsetests: fix test definitions # 1370 and 1371
2012-06-08 Daniel StenbergOpenSSL: support longer certificate subject names
2012-06-08 Kamil Dudkassl: fix duplicated SSL handshake with multi interface...
2012-06-08 Daniel Stenbergtool_getparam.h: fix compiler error
2012-06-08 Daniel Stenbergmetalink: restore some includes
2012-06-08 Daniel Stenbergopenldap: OOM fixes
2012-06-08 Steve Holmesasl: Re-factored mechanism constants in preparation...
2012-06-08 Yang Tsemetalink: build fixes and adjustments II
2012-06-08 Guenter KnaufAdded metalink support to MinGW builds.
2012-06-07 Daniel Stenberglog2changes.pl: fix the Version output
2012-06-07 Yang Tsemetalink: build fixes and adjustments I
2012-06-07 Daniel Stenberglib554.c: use curl_formadd() properly
2012-06-07 Steve Holmesmtp.c: Re-factored the smtp_state_*_resp() functions
2012-06-07 Yang TseFixes allowing HTTP test cases 1338, 1339, 1368 and...
2012-06-07 Yang Tsetests 1364 to 1393: several -o filename -J -i -D combin...
2012-06-07 Yang Tsetests 1348 to 1363: test definition polishing
2012-06-06 Steve Holmesmtp: Re-factored the SMTP_AUTH* state machine constants
2012-06-06 Guenter KnaufAdded hint for pkg-config wrapper script.
2012-06-06 Guenter KnaufUpdated Android section with recent NDK.
2012-06-06 Yang TseDisable non-HTTP header related tests
2012-06-06 Yang Tsetests 1348 to 1363: compleate header data part of test...
2012-06-05 Yang Tsetests 1334 to 1363 revisited.
2012-06-05 Yang Tsetests: adjust file part behavior in test verify section.
2012-06-05 Steve Holmesmtp.c: Removed whitespace
2012-06-05 Steve Holmepop3: Another small code tidy up
2012-06-05 Steve Holmesmtp: Post authentication code tidy up
2012-06-05 Yang Tsetests 1348 to 1363: add a comma in test description
2012-06-05 Steve Holmeemail: Removed duplicated header file
2012-06-04 Steve Holmesasl: Renamed Curl_sasl_decode_ntlm_type2_message()
2012-06-04 Steve Holmepop3: Post authentication code tidy up
2012-06-04 Steve Holmepop3: Added support for sasl digest-md5 authentication
2012-06-04 Yang Tsesasl: add reference for curl_sasl
2012-06-04 Yang TseMakefile.inc: tab adjustment
2012-06-04 Daniel Stenbergpop3 tests: CAPA instead of AUTH
2012-06-04 Steve Holmesasl: Added service parameter to Curl_sasl_create_diges...
2012-06-04 Yang Tsetests 1356 to 1363: several -O -J -i -D combinations...
2012-06-04 Steve Holmetests: Updated pop3 tests for change in auth mechanism...
2012-06-04 Steve Holmepop3: Changed the sasl mechanism detection from auth...
2012-06-04 Daniel Stenbergcurl_easy_setopt.3: proto updates + cleanups
2012-06-04 Yang Tsetests 1348 to 1355: several -O -J -i -D combinations...
2012-06-04 Yang Tsetests 1346 to 1347: several -O -J -i -D combinations...
2012-06-04 Steve Holmesasl: Small code tidy up
2012-06-04 Steve Holmesasl: Moved digest-md5 authentication message creation...
2012-06-04 Steve Holmesasl: Small code tidy up before moving digest-md5 over
2012-06-03 Steve HolmeRELEASE-NOTES: Added missing addition of sasl login...
2012-06-03 Steve Holmepop3: Added support for sasl cram-md5 authentication
2012-06-03 Daniel StenbergCurl_sasl_create_plain_message: remove TAB
2012-06-03 Steve Holmesasl: Small code tidy up
2012-06-03 Steve Holmepop3.c: Added conditional compilation for NTLM function...
2012-06-03 Steve Holmesasl: Moved cram-md5 authentication message creation...
2012-06-03 Steve Holmepop3: Fixed an issue with changes introduced in commit...
2012-06-03 Daniel Stenbergversion: bump to 7.27.0 for next release
2012-06-03 Daniel StenbergRELEASE-NOTES: synced with c4e3578e4bf
2012-06-03 Daniel StenbergTHANKS: 16 new contributors from the 7.26.0 release
2012-06-03 Steve HolmeDOCS: Fixed list in Section 18.2 not displaying correct...
2012-06-03 Steve HolmeDOCS: Corrected missed heading renumbering from commit...
2012-06-03 Steve HolmeDOCS: Added IMAP and LDAP sections
2012-06-02 Steve Holmesasl.c: Fix to avoid warnings introduced in commit...
2012-06-02 Steve Holmepop3.c:Corrected typo in commit 69ba0da8272d
2012-06-02 Steve Holmepop3: Fixed the issue of having to supply the user...
2012-06-02 Steve Holmepop3.c: Small code tidy up
2012-06-02 Steve Holmesasl: Corrected variable names in comments and parameters
2012-06-02 Steve Holmepop3: Added support for sasl ntlm authentication
2012-06-02 Steve Holmesasl: Small comment style tidy up following ntlm commit
2012-06-02 Steve Holmesasl: Moved ntlm authentication message handling from...
2012-06-01 Steve Holmepop3: Added support for sasl login authentication
2012-06-01 Yang Tsetests 1334 to 1345: several -O -J -i -D combinations...
2012-06-01 Yang Tsetests: support test definitions with up to 5 file check...
2012-05-31 Steve Holmesasl: Moved login authentication message creation from...
2012-05-31 Steve Holmesmtp.c: Reworked message encoding in smtp_state_authpas...
2012-05-31 Steve Holmesmtp.c: Re-factored smtp_auth_login_user() for use...
2012-05-31 Steve Holmepop3: Added support for sasl plain text authentication
2012-05-30 Steve Holmecurl_ntlm_msgs.c: Corrected small spelling mistake...
2012-05-30 Steve Holmesasl: Moved plain text authentication message creation...
2012-05-30 Yang Tseconfigure: fix LDAPS disabling related misplaced closin...
2012-05-30 Yang Tsepop3 test server: allow pop3 test server verification...
2012-05-28 Steve Holmepop3: Introduced the continue response in pop3_endofresp()
2012-05-28 Steve Holmepop3: Changed response code from O and E to + and -
2012-05-28 Steve Holmepop3: Small code tidy up following authentication work...
2012-05-28 Kamil Dudkanss: use human-readable error messages provided by NSS
2012-05-27 Daniel Stenbergtest1013.pl: filter out Metalink
2012-05-27 Daniel Stenbergpop3: remove variable-not-used warnings
2012-05-27 Steve HolmeDOCS: Corrected the "Added in" version number for CURLO...
2012-05-27 Steve Holmepop3: Added support for SASL based authentication mecha...
2012-05-27 Daniel Stenbergpop3: remove trailing whitespace
2012-05-27 Steve Holmepop3: Code tidy up before the introduction of authentic...
2012-05-27 Guenter KnaufEnabled OpenSSL static linkage.
2012-05-27 Guenter KnaufEnabled OpenSSL static linkage.
2012-05-27 Guenter KnaufTry to detect OpenSSL build type automatically.
2012-05-26 Daniel Stenbergmetalink: fix build errors when disabled
2012-05-26 Tatsuhiro TsujikawaReduced #ifdef HAVE_METALINK
2012-05-26 Tatsuhiro TsujikawaDisable hash check if neither OpenSSL nor GNUTLS is...
2012-05-26 Tatsuhiro TsujikawaFormat GETOUT_METALINK nicely
2012-05-26 Tatsuhiro TsujikawaMinimize usage of structs from libmetalink
2012-05-26 Tatsuhiro TsujikawaCheck checksum of downloaded file if checksum is available
2012-05-26 Tatsuhiro TsujikawaAlways create directory hierarchy for Metalink.
2012-05-26 Tatsuhiro TsujikawaFixed segmentation fault when Metalink has no valid...
next