-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
70 lines (58 loc) · 2.72 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Wed 02 Jan 2008 12:12:51 AM EET
parprouted 0.7:
Many improvements/bug fixes to make parprouted handle mobile hosts moving
across Ethernet interfaces. Credit for most of the improvements goes to:
Norbert Unterberg <[email protected]> and
Christian Knecht <[email protected]>.
Changes to make parprouted cross-compile on ARM, submitted by:
Zhouzhi' <[email protected]>.
------------------------------------------------------------------------
Sun 26 Aug 2007 03:38:29 PM EEST
parprouted 0.65:
Fix a problem with incorrect handling of a case when there are two entries
for the same IP, incomplete and correct one. This can happen when machine
running parprouted is rebooted.
Credit for the fix goes to Dennis Borgmann <[email protected]> and
Matthias Huning <[email protected]>.
------------------------------------------------------------------------
Sun 14 Jan 2007 06:22:43 PM EET
parprouted 0.64:
Don't send ARP requests for incomplete records. Thanks to
Ben Pfountz <[email protected]> for patch.
------------------------------------------------------------------------
Mon 24 May 2004 09:38:44 PM EEST
parprouted 0.63:
Fix memory leak reported by Doug Bostrom <dbostrom AT mindspring.com>:
in case request queue was full the oldest entry wasn't actually freed.
------------------------------------------------------------------------
Tue 20 Apr 2004 07:37:20 AM EEST
parprouted 0.62:
Fix problem with systems checking for IP address conflicts, such as
Windows XP.
Sun 11 Jan 2004 01:38:43 PM EET
parprouted 0.6:
Now ARP queries from the local host are resolved as well. Various small
updates to code and documentation.
------------------------------------------------------------------------
Tue 06 Jan 2004 09:22:09 PM EET
parprouted 0.50:
Much improved performance and robustness. Request queue is now kept
for all received ARP requests, ensuring that all new requests get answered
quickly (around 60 ms in my test).
------------------------------------------------------------------------
Wed 18 Sep 2002 11:10:41 AM EEST
parprouted 0.42:
Fixed incorrect route installation using unfinished ARP entry.
More aggressive use of mutexes.
------------------------------------------------------------------------
Sun 07 Jul 2002 10:20:16 PM EEST
parprouted 0.4:
Refresh ARP entries by ARP pinging them. Or make permanent ARP
entries if "-p" switch is given.
------------------------------------------------------------------------
Sun 07 Jul 2002 12:51:36 AM EEST
parprouted 0.3:
Critical bugfix. Previous parprouted failed in networks of any
considerable complexity. Almost complete rewrite. parprouted now is
multithreaded and does everything in userspace (including ARP relaying,
spoofing and listening). No need to set proxy_arp in kernel anymore.