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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
fake
Change Log
----------------------------------------------------------------------
19th February 2001
(Horms)
* Version 1.1.6
- Cleaned up handling of Locale
- Added Man Pages
- Created Debian Packages
- Moved pid files from /etc/fake/run/<ip>.pid to
/var/run/fake.<ip>.pid
----------------------------------------------------------------------
22nd November 1999
(Horms)
* Version 1.1.5
Translated contacts from zipworld to vergenet
----------------------------------------------------------------------
14th November 1999
(Horms)
* Version 1.1.4
- Setting locale to other than english caused mac
address determination to fail.
----------------------------------------------------------------------
22nd September 1999
(Horms)
* Version 1.1.3
- Running a second instance of fake for the same
instance-configuration caused the second instance
to signal the first which in turn signalled the
second instance to shutdown. USR1 is now used for
fake to tell other intances to exit without cleaning
up to avoid this problem.
----------------------------------------------------------------------
15th May 1999
(Horms)
* Version 1.1.2
- SIGHUP and SIGTERM now cause fake to clean up and exit.
Previously SIGHUP was ignored and SIGTERM caused
fake to log that it was exiting and exit without
cleaning up. This alows fake to be nicely killed
by signals as well as by running "fake remove".
Thanks to Tom Vogt <tv@wlwonline.de> for suggesting
this as part of his Heart package.
----------------------------------------------------------------------
12th February 1999
(Horms)
* Version 1.1.1
- Made Bash 2.0 compliant
----------------------------------------------------------------------
6th January 1999
(Horms)
* Version 1.1.0
- Added funtianality to allow "real" mac address
to be advertised using gratuitous arp as fake
is turned off. The mac address is dynamically discovred
by running ifconfig on the foreign host. This elimiates
the problem of configureing a mac address that becomes
obselete and causeing netowrk weirdness.
----------------------------------------------------------------------
30th November 1998
(Horms)
* Version 1.0.2
- SPOOF_BROADCAST added to config to allow broadcast
to be set correctly as ifconfig often guesses wrong
----------------------------------------------------------------------
4rd November 1998
(Horms)
* Version 1.0.1
- Parsing of MAC address from invocation of ifconfig
is now tollerent to trailing whitespace
----------------------------------------------------------------------
29th October 1998
(Horms)
* Version 1.0.0
- First public release
- Reads all information from config_file
- Logs to syslog
- Checks that uid = 0
----------------------------------------------------------------------
29th July 1998
(Horms)
- Does not send arp when shutting down to avoid the possibility
of mac address hijacking due to misconfiguration
----------------------------------------------------------------------
30th March 1998
(Horms)
- Catches HUP, logs and doesn't terminate Catches EXIT,
logs and exits
Puts timestamps on logs
----------------------------------------------------------------------
12th January 1998
(Horms)
- Set up route to spoofed ip on target interface.
|