Move Autoconf's macro definitions into config.h.
[sliver-openvswitch.git] / secchan / secchan.c
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben PfaffDiscovery.
2008-07-18 Ben PfaffDon't truncate flooded packets at the amount sent up...
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben PfaffAdd new --max-backoff option to secchan and switch...
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben PfaffAnswer ARP requests from controller directly in secchan.
2008-07-01 Ben PfaffAnnounce fail-open mode more aggressively in secchan.
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffFix typo in user message.
2008-06-26 Ben PfaffDon't special-case broadcast packets in in-band mode.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-13 Ben PfaffBring manpages and usage messages up-to-date.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-13 Ben PfaffSet fail-open explicitly as default.
2008-06-09 Ben PfaffAdd "fail open" feature to secchan.
2008-05-28 Ben PfaffFix use-after-free bug.
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-05 Ben PfaffFix memory leak in secure channel.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffAllow secchan to listen for management connections...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Ben PfaffFix arguments to printf in usage message.
2008-03-19 Ben PfaffAdd missing #include.
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-13 Ben PfaffFix backoff.
2008-03-04 Martin CasadoInitial import