projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Releasing 1.0.12.
[tinc]
/
src
/
net.c
2001-10-30
Guus Sliepen
More updates to protocol handlers and reimplemented...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-30
Guus Sliepen
Various fixes, tinc is now somewhat capable of actually...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-28
Guus Sliepen
- More s/vertex/edge/g
blob
|
commitdiff
|
raw
|
diff to current
2001-10-28
Guus Sliepen
What was I thinking? s/vertex/edge/g.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-27
Guus Sliepen
Various small fixes to make tinc runnable again.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-27
Guus Sliepen
Make sure everything links.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-27
Guus Sliepen
Big bad commit:
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Guus Sliepen
- Use ping timeout mechanism to close connections that...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Guus Sliepen
Fix bug where tinc would crash because of a portscan...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Guus Sliepen
- Renamed lastbutonehop to prevhop.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-25
Guus Sliepen
Fill in next- and lastbutonehop for myself.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-25
Guus Sliepen
Try next connectto instead of the same over and over.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-24
Guus Sliepen
Not only keep track of nexthop, but also of lastbutoneh...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-24
Guus Sliepen
- Try old TUN/TAP ioctl() request if the one from if_tu...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-01
Guus Sliepen
Revised reconnection mechanism, always try out all...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-17
Guus Sliepen
Don't send DEL_HOSTs when !status.meta
blob
|
commitdiff
|
raw
|
diff to current
2001-07-24
Guus Sliepen
Explicitly log which type of tunnel device is used.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-21
Guus Sliepen
Woohoo! tinc now compiles, runs and actually *works...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-21
Guus Sliepen
Always close all sockets in terminate_connection().
blob
|
commitdiff
|
raw
|
diff to current
2001-07-21
Guus Sliepen
Updated terminate_connection() so you can choose if...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-20
Guus Sliepen
Added purge_tree for connection_t's which are no longer...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-20
Guus Sliepen
Remove all unnecessary status.meta and status.active...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-19
Guus Sliepen
Correctly use the active_tree.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-15
Guus Sliepen
Split connection list into two lists:
blob
|
commitdiff
|
raw
|
diff to current
2001-07-15
Guus Sliepen
Correct inclusion of standard if_tun.h header file.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Guus Sliepen
- Always use <openssl/include.h> instead of just <inclu...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-29
Guus Sliepen
Execute tinc-down BEFORE tap device is closed. This...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-21
Guus Sliepen
Remove #warnings I used for debugging stuff.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-21
Guus Sliepen
- Solaris compile fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-06-08
Guus Sliepen
Only reset seconds_till_retry when we activate the...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Guus Sliepen
Add missing? counting of total_socket_in.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Guus Sliepen
You can now put an option "Mode" in tinc.conf, and...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-05
Guus Sliepen
- tinc can now act as a switch or a hub too (as opposed...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-28
Guus Sliepen
Make sure Solaris is happy too.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-28
Guus Sliepen
Small fixes to allow correct compilation under FreeBSD...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-25
Guus Sliepen
TCPonly now works (in a relatively clean way too).
blob
|
commitdiff
|
raw
|
diff to current
2001-05-25
Guus Sliepen
With recent kernels the tun device file is located...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-25
Guus Sliepen
Small fixes:
blob
|
commitdiff
|
raw
|
diff to current
2001-05-07
Guus Sliepen
- s/ip_t/ipv4_t/g
blob
|
commitdiff
|
raw
|
diff to current
2001-05-04
Guus Sliepen
Correctly cycle through ConnectTo variables.
blob
|
commitdiff
|
raw
|
diff to current
2001-03-13
Guus Sliepen
Ignore alarm signals if we do not need to respond to...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-04
Guus Sliepen
- route.c is now used to determine destination
blob
|
commitdiff
|
raw
|
diff to current
2001-03-01
Guus Sliepen
Various small fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Guus Sliepen
Removed lots of compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Guus Sliepen
- Fixed Interface option (untested)
blob
|
commitdiff
|
raw
|
diff to current
2001-02-27
Guus Sliepen
Don't forget to reconnect if outgoing connection fails...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-25
Guus Sliepen
Implemented new authentication scheme from doc/SECURITY2.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-25
Guus Sliepen
Encrypt network packets in CBC mode instead of CFB...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-25
Guus Sliepen
Copy packets before putting them in the queue.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-13
Guus Sliepen
- Allow ASN1 style keys to be in the config files.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-11
Guus Sliepen
- Only send out DEL_HOSTs for hosts with a meta connection
blob
|
commitdiff
|
raw
|
diff to current
2001-01-07
Guus Sliepen
- Added indirectdata and tcponly functionality.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-07
Guus Sliepen
- It's 2001, all copyright notices are updated.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-07
Guus Sliepen
- Reinstated a queue for outgoing packets.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Guus Sliepen
- Let user choose whether keys are in the config files...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Guus Sliepen
- Don't even think about using sscanf with %as anymore
blob
|
commitdiff
|
raw
|
diff to current
2000-12-05
Ivo Timmermans
Tiny bits of code beautifying
blob
|
commitdiff
|
raw
|
diff to current
2000-11-30
Ivo Timmermans
New function read_rsa_public_key();
blob
|
commitdiff
|
raw
|
diff to current
2000-11-30
Ivo Timmermans
Avoid printing duplicate messages from read_rsa_keys
blob
|
commitdiff
|
raw
|
diff to current
2000-11-30
Ivo Timmermans
Better error checking when reading the RSA private...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-30
Ivo Timmermans
Read the PEM file pointed to by the configuration directive
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Guus Sliepen
- Use only one socket for all UDP traffic (for compatib...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-24
Guus Sliepen
Another big & bad commit:
blob
|
commitdiff
|
raw
|
diff to current
2000-11-20
Guus Sliepen
- More fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-20
Guus Sliepen
- Various small fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-20
Guus Sliepen
- Proper initialization of rbltree structures.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-20
Guus Sliepen
- Integrate rbl trees into tinc.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-16
Ivo Timmermans
Delete struct ifr
blob
|
commitdiff
|
raw
|
diff to current
2000-11-16
Ivo Timmermans
Move all process-related functions into process.c.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-15
Ivo Timmermans
Keep a list of running children, and in each loop in...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-15
Guus Sliepen
Porting to FreeBSD:
blob
|
commitdiff
|
raw
|
diff to current
2000-11-15
Ivo Timmermans
Let the output from an executed script in execute_scrip...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-15
Ivo Timmermans
Use the HAVE_OPENSSL_xxx_H defined from m4/openssl...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-08
Guus Sliepen
- Applied Jamie Brigg's patch (close sockets after...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-08
Guus Sliepen
Porting to SunOS 5.8:
blob
|
commitdiff
|
raw
|
diff to current
2000-11-07
Guus Sliepen
Changed execution of tinc-up:
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Guus Sliepen
- Prepended config_ to all configuration option names...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Guus Sliepen
- Simplified ping mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Guus Sliepen
- Check for packets that are looping back.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Ivo Timmermans
In execute_script:
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Guus Sliepen
- Resolve scriptname after fork()
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Ivo Timmermans
Use putenv() instead of clumsy do-it-yourself in execut...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Ivo Timmermans
Small change to the way the environment is copied.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Guus Sliepen
- Removed even more warnings.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-04
Guus Sliepen
- Removed unused MAC strip/add functions.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-03
Ivo Timmermans
Run the scripts tinc-up and tinc-down from a separate...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-02
Ivo Timmermans
Changed a few messages wrt. system calls; updated and...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-30
Guus Sliepen
- Small cleanups
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Guus Sliepen
- Use CFB mode for encrypting packets: it works and...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Guus Sliepen
- Small fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Guus Sliepen
- Removed old encr stuff
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Guus Sliepen
- Updated dutch translation.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Guus Sliepen
- Hit people who can't figure out subnet address/mask...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
Guus Sliepen
- Very big cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-28
Guus Sliepen
- Override destination ethernet address on incoming...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-28
Guus Sliepen
- Fixed offsets when reading/writing from/to tap device
blob
|
commitdiff
|
raw
|
diff to current
2000-10-28
Guus Sliepen
- Lots of small fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-10-28
Guus Sliepen
- Updated subnet list handling. Subnets are added to...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-24
Guus Sliepen
- Lots of little stuff modified
blob
|
commitdiff
|
raw
|
diff to current
2000-10-22
Ivo Timmermans
Include linux/sockios.h and net/if.h anyway, regardless...
blob
|
commitdiff
|
raw
|
diff to current
next