summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-01-08patches to rename libcurl to libgnurl (updated for latest curl)gnurl-7_40_0-toognurl-7_40_0Christian Grothoff
2015-01-07darwinssl: fix session ID keys to only reuse identical sessionsDaniel Stenberg
2015-01-07url-parsing: reject CRLFs within URLsDaniel Stenberg
2015-01-07ldap: Convert attribute output to UTF-8 when UnicodeSteve Holme
2015-01-07ldap: Convert DN output to UTF-8 when UnicodeSteve Holme
2015-01-07hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg
2015-01-07ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme
2015-01-05curl_multibyte.h: Eliminated some trailing whitespaceDan Fandrich
2015-01-04ldap: Fixed Unicode usage for all Win32 buildsSteve Holme
2015-01-04ldap: Fixed memory leak from commit efb64fdf80Steve Holme
2015-01-04ldap: Fix memory leak from commit 3a805c5cc1Steve Holme
2015-01-04ldap: Fixed attribute variable warnings when Unicode is enabledSteve Holme
2015-01-04ldap: Fixed DN variable warnings when Unicode is enabledSteve Holme
2015-01-04ldap: Remove the unescape_elements() functionSteve Holme
2015-01-04ldap.c: Fixed compilation warningSteve Holme
2015-01-04ldap: Fixed support for Unicode filter in Win32 search callSteve Holme
2015-01-04ldap.c: Fixed compilation warningSteve Holme
2015-01-04ldap: Fixed support for Unicode attributes in Win32 search callSteve Holme
2015-01-04ldap: Fixed memory leak from commit efb64fdf80Steve Holme
2015-01-04ldap.c: Fixed compilation errorSteve Holme
2015-01-04ldap.c: Fixed compilation warningSteve Holme
2015-01-04ldap: Fixed support for Unicode DN in Win32 search callSteve Holme
2015-01-04ldap: Fixed Unicode user and password in Win32 bind callsSteve Holme
2015-01-04ldap: Fixed Unicode host name in Win32 initialisation callsSteve Holme
2015-01-04ldap: Use host.dispname for infof() connection failure messagesSteve Holme
2015-01-03ldap: Prefer 'CURLcode result' for curl result codesSteve Holme
2015-01-03ldap: Pass write length in all Curl_client_write() callsSteve Holme
2015-01-03ldap: Fixed attribute memory leaks on failed client writeSteve Holme
2015-01-03ldap: Fixed DN memory leaks on failed client writeSteve Holme
2015-01-02curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5dSteve Holme
2015-01-02ntlm: Use extend_key_56_to_64() for all cryptography enginesSteve Holme
2015-01-02curl_ntlm_core.c: Fixed compilation warningSteve Holme
2015-01-02endian: Fixed bit-shift in 64-bit integer read functionsSteve Holme
2015-01-01smb: Use endian functions for reading NBT and message size valuesSteve Holme
2015-01-01endian: Added big endian read functionsSteve Holme
2015-01-01endian: Added 64-bit integer read functionSteve Holme
2015-01-01smb.c: Fixed compilation warningsSteve Holme
2014-12-31smb: Use endian functions for reading length and offset valuesSteve Holme
2014-12-31endian: Added 16-bit integer write functionSteve Holme
2014-12-31endian: Fixed Linux compilation issuesSteve Holme
2014-12-31endian: Added standard function descriptionsSteve Holme
2014-12-31endian: Renamed functions for curl API naming conventionSteve Holme
2014-12-31endian: Moved write functions to new moduleSteve Holme
2014-12-31endian: Moved read functions to new moduleSteve Holme
2014-12-31endian: Introduced endian moduleSteve Holme
2014-12-30vtls: Use '(void) arg' for unused parametersSteve Holme
2014-12-30smb.c: Fixed compilation warningSteve Holme
2014-12-30smb: Use the connection's upload bufferBill Nagel
2014-12-30schannel: Moved the ISC return flag definitions to the SSPI moduleSteve Holme
2014-12-29smb: Close the connection after a failed client writeBill Nagel