summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldap: Fixed Unicode user and password in Win32 bind callsSteve Holme2015-01-041-6/+23
* ldap: Fixed Unicode host name in Win32 initialisation callsSteve Holme2015-01-041-4/+28
* ldap: Use host.dispname for infof() connection failure messagesSteve Holme2015-01-041-3/+3
* ldap: Prefer 'CURLcode result' for curl result codesSteve Holme2015-01-031-7/+7
* ldap: Pass write length in all Curl_client_write() callsSteve Holme2015-01-031-9/+9
* ldap: Fixed attribute memory leaks on failed client writeSteve Holme2015-01-031-7/+53
* ldap: Fixed DN memory leaks on failed client writeSteve Holme2015-01-031-14/+28
* curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5dSteve Holme2015-01-021-1/+1
* ntlm: Use extend_key_56_to_64() for all cryptography enginesSteve Holme2015-01-021-26/+14
* RELEASE-NOTES: Synced with 34f0bd110fSteve Holme2015-01-021-5/+10
* curl_ntlm_core.c: Fixed compilation warningSteve Holme2015-01-021-2/+6
* endian: Fixed bit-shift in 64-bit integer read functionsSteve Holme2015-01-021-4/+4
* smb: Use endian functions for reading NBT and message size valuesSteve Holme2015-01-011-4/+4
* endian: Added big endian read functionsSteve Holme2015-01-012-0/+88
* endian: Added 64-bit integer read functionSteve Holme2015-01-012-2/+46
* COPYING: Bumped copyright year to 2015Steve Holme2015-01-011-1/+1
* version: Bump copyright year to 2015Steve Holme2015-01-011-2/+2
* smb.c: Fixed compilation warningsSteve Holme2015-01-011-3/+7
* smb: Use endian functions for reading length and offset valuesSteve Holme2014-12-311-6/+4
* endian: Added 16-bit integer write functionSteve Holme2014-12-312-0/+20
* endian: Fixed Linux compilation issuesSteve Holme2014-12-317-7/+7
* lib1900.c: Fixed cppcheck errorJulien Nabet2014-12-311-1/+1
* endian: Added standard function descriptionsSteve Holme2014-12-312-6/+49
* endian: Renamed functions for curl API naming conventionSteve Holme2014-12-314-16/+16
* endian: Moved write functions to new moduleSteve Holme2014-12-313-20/+31
* endian: Moved read functions to new moduleSteve Holme2014-12-313-22/+26
* endian: Introduced endian moduleSteve Holme2014-12-315-3/+54
* sepheaders.c: Applied curl oding standardsSteve Holme2014-12-311-7/+9
* sepheaders.c: Fixed resource leak on failureJulien Nabet2014-12-311-1/+2
* vtls: Use '(void) arg' for unused parametersSteve Holme2014-12-307-34/+35
* smb.c: Fixed compilation warningSteve Holme2014-12-301-1/+1
* smb: Use the connection's upload bufferBill Nagel2014-12-302-29/+43
* RELEASE-NOTES: Synced with 1933f9d33cSteve Holme2014-12-301-0/+9
* schannel: Moved the ISC return flag definitions to the SSPI moduleSteve Holme2014-12-302-21/+20
* smb: Close the connection after a failed client writeBill Nagel2014-12-291-2/+5
* darwinssl: Fixed compilation warningSteve Holme2014-12-281-1/+2
* sockfilt.c: Fixed compilation warningsSteve Holme2014-12-281-4/+4
* test1509: Fixed compilation warningSteve Holme2014-12-281-3/+4
* test556: Fixed compilation warningSteve Holme2014-12-282-2/+3
* sasl_gssapi: Fixed use of dummy username with real usernameSteve Holme2014-12-281-5/+41
* vtls: Fixed compilation warning and an ignored return codeSteve Holme2014-12-287-10/+7
* TODO: 2.3 Better support for same name resolvesDaniel Stenberg2014-12-281-0/+10
* test1520: Fixed initial teething problemsSteve Holme2014-12-282-11/+17
* test1520: Fixed compilation errorsSteve Holme2014-12-281-2/+4
* tests: Added test for bug #1456Steve Holme2014-12-284-0/+175
* checksrc.bat: Fixed a problem opening files with spaces in the filenameSteve Holme2014-12-281-4/+4
* openldap: Prefer use of 'CURLcode result'Steve Holme2014-12-271-11/+18
* openldap: Use 'LDAPMessage *msg' for messagesSteve Holme2014-12-271-10/+12
* nss: Don't ignore Curl_extract_certinfo() OOM failureSteve Holme2014-12-271-2/+7
* nss: Don't ignore Curl_ssl_init_certinfo() OOM failureSteve Holme2014-12-271-12/+17