Generalized request broadcasting/forwarding.
[tinc] / src / net_socket.c
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-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-04-18 Ivo TimmermansPut #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the...
2002-03-27 Guus SliepenMerge do_prune() with build_fdset(). Probably fixes...
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-17 Guus SliepenUnmap v4mapped sockaddrs.
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 SliepenMake BindToInterface work.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus Sliepen- Change SA_LEN to SALEN, former one is already defined...
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-18 Guus Sliepen- Non-blocking connect()s.