netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / stream-ssl.c
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-11 William Tustream-ssl: Fix memory leak reported by valgrind.
2015-12-21 Ben Pfaffstream-ssl: Fix misleading bound address format.
2015-11-25 Liuyongqiang (A)stream-ssl: Replace client CA list instead of adding...
2015-09-18 Gurucharan Shettystream-ssl: Get peer-ca-cert functionality to work.
2015-07-06 Guru Chaitanya Perakamstream-ssl: Set SSL session cache mode to disables.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Ben Pfaffstream-ssl: Fix broken build.
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-10-23 Gurucharan Shettystream-tcp: Call setsockopt TCP_NODELAY after TCP is...
2014-10-23 Ben Pfaffstream-tcp, stream-ssl: Remove unneeded getsockname...
2014-07-28 yinpeijunFix two memory leaks.
2014-06-30 Gurucharan Shettypoll-loop: Create Windows event handles for sockets...
2014-06-13 Ben Pfaffstream-ssl: Enable TLSv1.1 and TLSv1.2.
2014-06-13 Linda SunMove setsockopt TCP_NODELAY to when TCP is connected.
2014-06-05 Ben Pfaffstream-ssl: Always initialize wevent member, even on...
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-02-21 Gurucharan Shettysocket-util: closesocket() for Windows.
2014-02-21 Gurucharan Shettysocket-util: Move sock_errno() to socket-util.
2014-02-11 Gurucharan Shettystream-ssl: Add support for Windows platform.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-12-17 Ben PfaffRemove stream, vconn, and rconn functions to get local...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-10-01 Justin Pettitofproto: Define official OpenFlow port number.
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-04-18 Ben Pfaffovsdb-server: Announce bound listening ports as status...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-09-27 Isaku Yamahatapstream: Add set_dscp method.
2012-08-13 Ben Pfaffstream-ssl: Change "bootstrap race" log message from...
2012-08-09 Ben Pfaffstream-ssl: Avoid logging no-match error redundantly.
2012-08-09 Ben Pfaffstream-ssl: Seed OpenSSL if it fails to seed itself.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2011-11-24 Simon Hormanstream: Make classes const
2011-06-17 Ben Pfaffstream-ssl: Clear CAs for certificate verification...
2011-06-06 Ben Pfaffstream-ssl: Disable SSL session caching.
2011-05-24 Ben Pfaffstream-ssl: Log unexpected errors from 'stat'.
2011-05-24 Ben Pfaffstream-ssl: Force CA cert file to be read when it appea...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben Pfaffstream-ssl: Fix call to accept().
2011-04-04 Ben Pfaffstream-ssl: Use out_of_memory() to abort due to lack...
2011-03-30 Gaetano CatalliFix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
2011-03-01 Ben Pfaffstream-ssl: Only set SSL client session once.
2011-03-01 Ben Pfaffstream-ssl: Break interpretation of queued error into...
2011-01-26 Ben Pfaffstream-ssl: Only cache SSL sessions after they shut...
2011-01-26 Ben Pfaffstream-ssl: Set a session context ID string on our...
2011-01-04 Ethan Jacksonstream-ssl: Fix compiler warning.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-14 Ben Pfaffstream-ssl: Avoid warning with recent OpenSSL.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffstream-ssl: Use OPENSSL_free() to free memory from...
2010-08-11 Ben Pfaffstream-ssl: Enable SSL session caching.
2010-08-11 Ben Pfaffstream-ssl: Remove unused 'connect_error' member.
2010-08-05 Ben Pfaffstream-ssl: Make changing keys and certificate at runti...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-23 Ben Pfaffstream-ssl: Log protocol details at DBG level.
2010-05-13 Ben Pfaffstream-ssl: Flush OpenSSL error queue after calling...
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-14 Ben Pfaffstream-ssl: Avoid access-after-free error in update_ssl...
2010-04-12 Ben Pfaffstream-ssl: Make it possible to avoid checking peer...
2010-04-12 Ben Pfaffstream-ssl: Read existing CA certificate more eagerly...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffstream-ssl: Only re-read certificates and keys if they...
2010-03-19 Ben Pfaffstream-ssl: Make no-op reconfiguration cheap.
2010-03-19 Ben Pfaffstream-ssl: Permit race in bootstrapping CA certificate.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffstream-ssl: Fix unimportant memory leak.
2010-01-08 Ben Pfaffstream-ssl: Fix bug that crept in during rebasing.
2010-01-07 Ben Pfaffstream-ssl: Fix ssl_recv() and ssl_send() return value...
2010-01-07 Ben Pfaffstream-ssl: Try to shut SSL connections down gracefully.
2010-01-07 Ben Pfaffstream: Make passive SSL and TCP streams report bound...
2010-01-07 Ben Pfaffsocket-util: Make inet_open_passive() pass back the...
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.