Use /dev/tap0 by default on FreeBSD and NetBSD when using Mode = switch.
[tinc] / src / net_setup.c
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-07-10 Guus SliepenAllow list of environment variables to be passed to...
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-13 Guus SliepenReset listen_sockets after SIGHUP.
2002-06-08 Guus Sliepen- netinet/* include files depend on netinet/in_systm.h.
2002-06-08 Guus SliepenCleanup:
2002-06-02 Guus SliepenSupport RSA_PUBKEYs (as opposed to RSAPublicKeys) so...
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-23 Guus SliepenAdd BindToAddress variable, similar to the late BindToIP.
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-04-01 Guus Sliepencheck_rsa() is broken, I don't know why, just remove...
2002-03-25 Guus SliepenSet myself->status.reachable.
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-10 Guus SliepenDon't retry to make outgoing connections when exitting.
2002-03-01 Guus SliepenCheck if BindToDevice and PriorityInheritance are suppo...
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenCreate/bind TCP and UDP listening sockets in pairs.
2002-03-01 Guus SliepenFix listening sockets.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-20 Guus SliepenUse AF_UNSPEC for listening sockets if AddressFamily...
2002-02-18 Guus Sliepen- Non-blocking connect()s.