VDE 2.1.6, 2006-12-21
commit4e8451b913cca9c1633cc951fe5ef89194480dee
authorgarden <garden@d37a7db1-d92d-0410-89df-f68f52f87b57>
Thu, 21 Dec 2006 15:52:39 +0000 (21 15:52 +0000)
committergarden <garden@d37a7db1-d92d-0410-89df-f68f52f87b57>
Thu, 21 Dec 2006 15:52:39 +0000 (21 15:52 +0000)
tree20a9dceddb8ef464bf72a3f455df1e7273c30052
parent3811c23d603c3788b39e0fe67a1bede224dd8115
VDE 2.1.6, 2006-12-21
* Creation of changelog
* vde_switch and slirpvde didn't detach from terminal when in daemon mode
  (thanks: Piotr Roszatycki)
* Patch for group-level privileges; -m option added to vdeq and vdetap
  (thanks: Piotr Roszatycki)
* Added #ifdefs for some signals, for better portability (thanks: Piotr
  Roszatycki)
* Fixed LD_PRELOAD examples in vdetaplib help and man page (thanks:
  Piotr Roszatycki)
* Typos in vde_switch man page
* Typos in wirefilter man page (thanks: Helmut Grohne)
* Missing cleanups in vdeq (thanks: Piotr Roszatycki)
* Various fixes in vde_cryptcab source code; added callback to prevent
  direct calling of vde_cryptcab.c functions from within blowfish.c;
  added prototypes for some functions (thanks: Dann Frazier)
* libvdetap should not use system calls but the next function in the
  dynamic library symbol list (thanks: Piotr Roszatycki)

git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@126 d37a7db1-d92d-0410-89df-f68f52f87b57
22 files changed:
vde-2/Changelog [new file with mode: 0644]
vde-2/VERSION
vde-2/configure.ac
vde-2/consmgmt.c
vde-2/datasock.c
vde-2/doc/Makefile.am
vde-2/doc/vde_switch.1
vde-2/doc/vdeq.1
vde-2/doc/vdetaplib.1.in [moved from vde-2/doc/vdetaplib.1 with 88% similarity]
vde-2/doc/wirefilter.1
vde-2/libvdeplug/libvdeplug.c
vde-2/qemu/vdeq.c
vde-2/slirpvde/slirpvde.c
vde-2/vde_cryptcab/blowfish.c
vde-2/vde_cryptcab/blowfish.h
vde-2/vde_cryptcab/vde_cryptcab.c
vde-2/vde_plug/vde_plug.c
vde-2/vde_plug2tap/vde_plug2tap.c
vde-2/vde_switch.c
vde-2/vdetaplib/libvdetap.c
vde-2/vdetaplib/vdetap.c
vde-2/wirefilter/wirefilter.c