2000-06-23 |
Guus Sliepen | First step for implementation of the "indirectdata... |
tree | commitdiff |
2000-06-17 |
Ivo Timmermans | Configuration directive `IndirectData'. |
tree | commitdiff |
2000-06-06 |
Ivo Timmermans | Include ../intl in the include path, and add @INTLLIBS... |
tree | commitdiff |
2000-05-31 |
Ivo Timmermans | Miscellaneous copyright updates. |
tree | commitdiff |
2000-05-31 |
Ivo Timmermans | Handle locale settings. |
tree | commitdiff |
2000-05-30 |
Ivo Timmermans | Only accept an ADD_HOST request for a host that already... |
tree | commitdiff |
2000-05-30 |
Ivo Timmermans | In terminate_connection, only send a notification to... |
tree | commitdiff |
2000-05-30 |
Ivo Timmermans | When a connection is terminated, all hosts that are... |
tree | commitdiff |
2000-05-30 |
Ivo Timmermans | Added new configuration directive `Hostnames', which... |
tree | commitdiff |
2000-05-29 |
Guus Sliepen | Only activate a connection upon receiving it's public... |
tree | commitdiff |
2000-05-29 |
Ivo Timmermans | Bounds check for request id (between 0 and 255). |
tree | commitdiff |
2000-05-29 |
Ivo Timmermans | Define LOCALEDIR in CFLAGS. |
tree | commitdiff |
2000-05-29 |
Ivo Timmermans | Internationalization of tinc. |
tree | commitdiff |
2000-05-27 |
Guus Sliepen | Terminate a connection on any error. Furthermore, disal... |
tree | commitdiff |
2000-05-27 |
Guus Sliepen | Made tinc persistent. If no outgoing connection can... |
tree | commitdiff |
2000-05-27 |
Guus Sliepen | Fixed typos. When terminating a connection, it's status... |
tree | commitdiff |
2000-05-27 |
Guus Sliepen | Fix for a DoS attack: |
tree | commitdiff |
2000-05-16 |
Guus Sliepen | Stub for VpnMask config directive. |
tree | commitdiff |
2000-05-15 |
Ivo Timmermans | Unlimited length in the config file, thanks to Cris... |
tree | commitdiff |
2000-05-14 |
Ivo Timmermans | Give IP address instead of hex number when connecting... |
tree | commitdiff |
2000-05-14 |
Ivo Timmermans | Only print an error with send_termreq if debug_lvl... |
tree | commitdiff |
2000-05-14 |
Guus Sliepen | Fixed typos. |
tree | commitdiff |
2000-05-14 |
Guus Sliepen | Changed ping behaviour (backwards compatible). If we... |
tree | commitdiff |
2000-05-14 |
Guus Sliepen | Cleanups. |
tree | commitdiff |
2000-05-14 |
Guus Sliepen | Proxymode removed. |
tree | commitdiff |
2000-05-08 |
Guus Sliepen | Added new config variable "ProxyMode". If enabled,... |
tree | commitdiff |
2000-05-04 |
Ivo Timmermans | Include sys/types.h. |
tree | commitdiff |
2000-05-04 |
Ivo Timmermans | Don't link in libdl. |
tree | commitdiff |
2000-05-03 |
Guus Sliepen | Squashed gcc warning. |
tree | commitdiff |
2000-05-03 |
Guus Sliepen | Fixes typo and UDP network byte order. |
tree | commitdiff |
2000-05-03 |
Guus Sliepen | Outgoing packets now use network byte order in header. |
tree | commitdiff |
2000-05-02 |
Guus Sliepen | Replaced sprintf() by safer snprintf(), removed possibl... |
tree | commitdiff |
2000-05-02 |
Guus Sliepen | Previous fix fixed. Meta protocol should be really... |
tree | commitdiff |
2000-05-02 |
Guus Sliepen | Fixed small mistake that would prevent forwarding requests. |
tree | commitdiff |
2000-05-01 |
Ivo Timmermans | Fixed meta protocol. |
tree | commitdiff |
2000-05-01 |
Guus Sliepen | Meta protocol overhaul. Tinc is now incompatible with... |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Key forwarding, write one byte extra. |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Protocol fix (ANS_KEY). This breaks 0.3.3 protocol... |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Send one less byte from an ANS_KEY request. |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Read one less byte from an ANS_KEY request. |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Removed debug messages. |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Read public keys the right way (tm). |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | New way of handling the meta protocol. |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Replaced check for status.active by status.dataopen... |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Initially, the vpn_mask of a connection is 255.255... |
tree | commitdiff |
2000-04-30 |
Ivo Timmermans | Got rid of the nasty hacks... and replaced it by anothe... |
tree | commitdiff |
2000-04-29 |
Ivo Timmermans | Filled up the protocol structs with unused bytes. |
tree | commitdiff |
2000-04-28 |
Guus Sliepen | Oops! Reference to write_n() removed and changed into... |
tree | commitdiff |
2000-04-27 |
Guus Sliepen | Removed write_n() function. |
tree | commitdiff |
2000-04-27 |
Ivo Timmermans | Default config file name is tinc.conf, and pidfile... |
tree | commitdiff |
2000-04-26 |
Guus Sliepen | Cleanups: |
tree | commitdiff |
2000-04-25 |
Guus Sliepen | Converted every &variable[0] to variable. |
tree | commitdiff |
2000-04-25 |
Ivo Timmermans | Debug level tweaking. |
tree | commitdiff |
2000-04-25 |
Guus Sliepen | When trying to talk to a host that is in the netmask... |
tree | commitdiff |
2000-04-25 |
Guus Sliepen | Fixed typo and removed some unnecessary variables. |
tree | commitdiff |
2000-04-25 |
Guus Sliepen | Packet queues fixed. They caused the trouble when resen... |
tree | commitdiff |
2000-04-25 |
Guus Sliepen | Added checkpoints to beginning and ending of every... |
tree | commitdiff |
2000-04-25 |
Ivo Timmermans | Propagate CFLAGS from configure to gcc. |
tree | commitdiff |
2000-04-24 |
Guus Sliepen | Bug found! Wrong pointer was used for handling multiple... |
tree | commitdiff |
2000-04-24 |
Guus Sliepen | Added extra checks for desynchronized connection lists... |
tree | commitdiff |
2000-04-18 |
Ivo Timmermans | Address for bugreports changed to tinc@nl.linux.org. |
tree | commitdiff |
2000-04-17 |
Ivo Timmermans | Default passphrase length of 1024, added -h/--help... |
tree | commitdiff |
2000-04-17 |
Ivo Timmermans | Check if stdout is a terminal, if so, print a verbose... |
tree | commitdiff |
2000-04-17 |
Ivo Timmermans | Check for an illegal length of passphrase in read_passp... |
tree | commitdiff |
2000-04-17 |
Ivo Timmermans | Pass the requested size from xmalloc() and xrealloc... |
tree | commitdiff |
2000-04-17 |
Ivo Timmermans | Only one round of reading bits out of urandom; |
tree | commitdiff |
2000-04-06 |
Ivo Timmermans | New option -D, don't detach. |
tree | commitdiff |
2000-03-28 |
Ivo Timmermans | Ignore SIGCHLD. |
tree | commitdiff |
2000-03-28 |
Ivo Timmermans | Kill the parent after any error conditions in detach(). |
tree | commitdiff |
2000-03-27 |
Ivo Timmermans | Upon regeneration, free the old encryption key `securel... |
tree | commitdiff |
2000-03-27 |
Ivo Timmermans | Get rid of the message `zxnrbl\'. |
tree | commitdiff |
2000-03-26 |
Ivo Timmermans | Initial revision |
tree | commitdiff |
|