Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / openldap.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
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
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-06-08 Daniel Stenbergopenldap: OOM fixes
2012-03-08 Daniel Stenbergincludes: remove inclusion of unused file http_proxy.h
2012-03-08 Daniel StenbergCONNECT: made generically not per-protocol
2012-01-18 Yang TseOpenLDAP: fix LDAP connection phase memory leak
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-04 Daniel Stenberghttp-proxy: move proxy code to http_proxy.c
2011-03-15 Daniel Stenbergldap_recv: check return code from ldap_get_dn_ber
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-11-26 Yang Tses/isspace/ISSPACE
2010-11-22 Kamil Dudkaopenldap: use remote port in URL passed to ldap_init_fd()
2010-11-05 Alfred GebertLDAP: detect non-binary attributes properly
2010-09-18 Daniel StenbergLDAP: moved variable declaration to avoid compiler...
2010-09-18 Tor ArntsenLDAP: Use FALSE instead of bool_false when setting...
2010-09-18 Tor ArntsenLDAP: Add missing declaration for 'result'
2010-09-17 Mauro IorioLDAP: Support for tunnelling queries through HTTP proxy
2010-06-02 Yang Tseopenldap header inclusions fix
2010-06-01 Yang Tsefix ldap related compilation issues
2010-05-28 Howard ChuLDAP: make it build without SSL if no such support...
2010-05-27 Howard Chuopenldap: fix compiler warnings
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler