2002-09-06 |
Guus Sliepen | Fix MST algorithm.
|
commit | commitdiff | tree |
2002-09-06 |
Guus Sliepen | Reset the *correct* seqnos.
|
commit | commitdiff | tree |
2002-09-06 |
Guus Sliepen | edge_weight_compare() shouldn't rely on edge_compare().
|
commit | commitdiff | tree |
2002-09-06 |
Guus Sliepen | Remove global edge_tree.
|
commit | commitdiff | tree |
2002-09-06 |
Guus Sliepen | Only reset seqno's when a key is sent or received.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Typo.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Add missing headers.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Run autopoint and libtoolize before creating initial...
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Small updates.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Updated dutch translation.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Generalized request broadcasting/forwarding.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Small fixes.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Revert to edge and graph stuff. This time, use a directed...
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Just ignore wrong ADD_NODEs instead of replying with...
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Don't forget to set prevhop to myself for new connections.
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Prevent looping DEL_NODE/ADD_NODE messages after a...
|
commit | commitdiff | tree |
2002-09-04 |
Guus Sliepen | Reduce KEY_CHANGED traffic.
|
commit | commitdiff | tree |
2002-09-03 |
Guus Sliepen | Woops.
|
commit | commitdiff | tree |
2002-09-03 |
Guus Sliepen | A reachable node is always more preferable to an unreachable...
|
commit | commitdiff | tree |
2002-09-03 |
Guus Sliepen | Drop graph and edge stuff. Use new node stuff instead.
|
commit | commitdiff | tree |
2002-09-03 |
Guus Sliepen | Make sure setlocale() is available.
|
commit | commitdiff | tree |
2002-09-02 |
Guus Sliepen | Replacement for the current routing algorithm.
|
commit | commitdiff | tree |
2002-08-24 |
Guus Sliepen | Check for ranlib.
|
commit | commitdiff | tree |
2002-08-24 |
Guus Sliepen | Gettext 1.11.5 compatibility.
|
commit | commitdiff | tree |
2002-07-18 |
Guus Sliepen | Added support for raw sockets. This can be used instead...
|
commit | commitdiff | tree |
2002-07-16 |
Guus Sliepen | Don't bother to chown, and correctly document ConnectTo.
|
commit | commitdiff | tree |
2002-07-16 |
Guus Sliepen | Allow tincd to be locked into main memory.
|
commit | commitdiff | tree |
2002-07-12 |
Guus Sliepen | Include complete fake-getname/addrinfo from OpenSSH.
|
commit | commitdiff | tree |
2002-07-11 |
Guus Sliepen | Added stub device.c for Cygwin.
|
commit | commitdiff | tree |
2002-07-11 |
Guus Sliepen | Started port to Cygwin.
|
commit | commitdiff | tree |
2002-07-11 |
Guus Sliepen | Clear subnets before using them.
|
commit | commitdiff | tree |
2002-07-10 |
Guus Sliepen | Allow identical subnets from different owners.
|
commit | commitdiff | tree |
2002-07-10 |
Guus Sliepen | Allow list of environment variables to be passed to...
|
commit | commitdiff | tree |
2002-06-21 |
Guus Sliepen | Fix for prefixlengths of 32 (IPv4) and 128 (IPv6) bits.
|
commit | commitdiff | tree |
2002-06-21 |
Guus Sliepen | s/sliepen.warande.net/sliepen.eu.org/g
|
commit | commitdiff | tree |
2002-06-14 |
Guus Sliepen | Update comments about IPv6 autoconfiguration.
|
commit | commitdiff | tree |
2002-06-13 |
Guus Sliepen | Reset listen_sockets after SIGHUP.
|
commit | commitdiff | tree |
2002-06-12 |
Guus Sliepen | Add configuration details for NetBSD and Darwin (MacOS/X).
|
commit | commitdiff | tree |
2002-06-11 |
Guus Sliepen | Autoconf cleanup. Works for both 2.13 and 2.53, although...
|
commit | commitdiff | tree |
2002-06-10 |
Guus Sliepen | Include darwin/device.c in distribution.
|
commit | commitdiff | tree |
2002-06-10 |
Guus Sliepen | Use darwin/device.c when compiling on MacOS/X.
|
commit | commitdiff | tree |
2002-06-10 |
Guus Sliepen | Added Darwin (MacOS/X) tun device handling.
|
commit | commitdiff | tree |
2002-06-08 |
Guus Sliepen | - netinet/* include files depend on netinet/in_systm.h.
|
commit | commitdiff | tree |
2002-06-08 |
Guus Sliepen | Use inttypes.h instead of stdint.h.
|
commit | commitdiff | tree |
2002-06-08 |
Guus Sliepen | Cleanup:
|
commit | commitdiff | tree |
2002-06-05 |
Guus Sliepen | Use correct includes on NetBSD.
|
commit | commitdiff | tree |
2002-06-05 |
Guus Sliepen | Make it work correctly with NetBSD tun device.
|
commit | commitdiff | tree |
2002-06-02 |
Guus Sliepen | Support RSA_PUBKEYs (as opposed to RSAPublicKeys) so...
|
commit | commitdiff | tree |
2002-05-01 |
Guus Sliepen | Only purge once when there are no more connections.
|
commit | commitdiff | tree |
2002-04-29 |
Guus Sliepen | Fix very stupid bug in node_del(), which might have...
|
commit | commitdiff | tree |
2002-04-27 |
Guus Sliepen | Informative log message if execl() failed.
|
commit | commitdiff | tree |
2002-04-25 |
Guus Sliepen | Added Nick Patavalis for his RedHat package.
|
commit | commitdiff | tree |
2002-04-23 |
Guus Sliepen | Add BindToAddress variable, similar to the late BindToIP.
|
commit | commitdiff | tree |
2002-04-19 |
Guus Sliepen | Support for MaxOS/X.
|
commit | commitdiff | tree |
2002-04-09 |
Guus Sliepen | Remarks about 1.0pre7 release.
|
commit | commitdiff | tree |
2002-04-09 |
Guus Sliepen | Updated dutch translation.
|
commit | commitdiff | tree |
2002-04-09 |
Guus Sliepen | masklength is better known as prefixlength
|
commit | commitdiff | tree |
2002-04-09 |
Guus Sliepen | masklength is better known as prefixlength.
|
commit | commitdiff | tree |
2002-04-08 |
Guus Sliepen | Automake forgets about depcomp, remind it.
|
commit | commitdiff | tree |
2002-04-05 |
Guus Sliepen | Fix maskcheck() and maskcmp().
|
commit | commitdiff | tree |
2002-04-01 |
Guus Sliepen | check_rsa() is broken, I don't know why, just remove...
|
commit | commitdiff | tree |
2002-04-01 |
Guus Sliepen | Don't check_network_activity() if select() is interrupted...
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Make configure --help output look nicer.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Update with information about the pre6 release.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Update dutch translation.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Fix format strings.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Remove symlink to device.c when doing a make dist.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Recent automake uses $(AMTAR) instead of $(TAR)
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Remove cruft.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Small updates.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Limit the amount of packets in a queue to 8.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Extend list_t with the number of elements in the list.
|
commit | commitdiff | tree |
2002-03-27 |
Guus Sliepen | Merge do_prune() with build_fdset(). Probably fixes...
|
commit | commitdiff | tree |
2002-03-26 |
Guus Sliepen | Small correction.
|
commit | commitdiff | tree |
2002-03-26 |
Guus Sliepen | Fix execute_script().
|
commit | commitdiff | tree |
2002-03-25 |
Guus Sliepen | Send REQ_KEY only once until ANS_KEY has arrived.
|
commit | commitdiff | tree |
2002-03-25 |
Guus Sliepen | Tell a little bit more about security.
|
commit | commitdiff | tree |
2002-03-25 |
Guus Sliepen | Updated documentation.
|
commit | commitdiff | tree |
2002-03-25 |
Guus Sliepen | Set myself->status.reachable.
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | Configuration variables were still handled case sensitively.
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | OpenBSD tun device uses address family number instead...
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | Respect type field.
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | Updated dutch translation.
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | Set $INTERFACE correctly when using ethertap while...
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | Execute hosts/name-up when a node becomes reachable...
|
commit | commitdiff | tree |
2002-03-24 |
Guus Sliepen | Don't try to execute scripts unless they exist.
|
commit | commitdiff | tree |
2002-03-23 |
Guus Sliepen | Reset retry timeout when receiving the first PONG,...
|
commit | commitdiff | tree |
2002-03-23 |
Guus Sliepen | Don't run graph algorithms if no edge is deleted in...
|
commit | commitdiff | tree |
2002-03-23 |
Guus Sliepen | free() request strings when deleting past requests...
|
commit | commitdiff | tree |
2002-03-23 |
Guus Sliepen | send_ack() was broken.
|
commit | commitdiff | tree |
2002-03-22 |
Guus Sliepen | Fix compiler warnings, strictly use long int and %lx...
|
commit | commitdiff | tree |
2002-03-22 |
Guus Sliepen | Fix add_edge_h().
|
commit | commitdiff | tree |
2002-03-22 |
Guus Sliepen | - Added support for jumbograms.
|
commit | commitdiff | tree |
2002-03-21 |
Guus Sliepen | Put a break on requests that run around in circles.
|
commit | commitdiff | tree |
2002-03-19 |
Guus Sliepen | Updated SSSP algorithm to automatically detect indirect...
|
commit | commitdiff | tree |
2002-03-19 |
Guus Sliepen | Updated dutch translation.
|
commit | commitdiff | tree |
2002-03-19 |
Guus Sliepen | Don't use s6_addr[16|32] anymore.
|
commit | commitdiff | tree |
2002-03-19 |
Guus Sliepen | Cleanup.
|
commit | commitdiff | tree |
2002-03-18 |
Guus Sliepen | Remember sockaddrs of listening sockets, use appropriate...
|
commit | commitdiff | tree |
2002-03-18 |
Guus Sliepen | Fix #define s6_addr32.
|
commit | commitdiff | tree |
next |