| 1 |
David Jacobs |
|---|
| 2 |
- Suggested IP/network lists in SOURCE definitions |
|---|
| 3 |
- Wording fixes in fwknop(8) manpage. |
|---|
| 4 |
|
|---|
| 5 |
Brian Snipes |
|---|
| 6 |
- Wrote a graphical front-end for fwknop called "fwknopFE": |
|---|
| 7 |
http://www.snipes.org/index.php?page=fwknopFE |
|---|
| 8 |
- Found bug with legacy fingerprinting file "posf". |
|---|
| 9 |
|
|---|
| 10 |
Joel Loudermilk |
|---|
| 11 |
- Submitted patch to optionally disable email alerting. The end result |
|---|
| 12 |
was the addition of the REPORT_METHOD keyword in fwknop.conf. |
|---|
| 13 |
|
|---|
| 14 |
Blair Zajac |
|---|
| 15 |
- Submitted patch to not install perl modules in /usr/lib/fwknop/ that |
|---|
| 16 |
are already installed in the system perl lib tree. |
|---|
| 17 |
- Submitted patch to use getpwuid() instead of just getlogin(). |
|---|
| 18 |
- Submitted patch to fix bug in install.pl and how the ~/lib directory |
|---|
| 19 |
is created in client install mode. |
|---|
| 20 |
- Found bug with perl module file paths and naming convention (this bug |
|---|
| 21 |
resulted in some modules being needlessly installed). |
|---|
| 22 |
- Suggested that fwknop handle rotated log files (even pcap logs get |
|---|
| 23 |
rotated on some systems). |
|---|
| 24 |
- Suggested that modules only required in server mode are not use at |
|---|
| 25 |
runtime when running fwknop in client mode. |
|---|
| 26 |
- Suggested -O optimization in Makefile. |
|---|
| 27 |
- Found bug where log rotation detection would break under the size |
|---|
| 28 |
change detection method. The result was the inode check in 0.9.6. |
|---|
| 29 |
- Found bug where some Linux distributions have /var/run as type tmpfs, |
|---|
| 30 |
and this caused fwknopd to die because it couldn't write to its PID |
|---|
| 31 |
file. |
|---|
| 32 |
|
|---|
| 33 |
Will McCracken |
|---|
| 34 |
- Reported bug on OS X where getlogin() does not return the correct |
|---|
| 35 |
data. This permitted fwknop to be updated to fall back to ENV{'USER'} |
|---|
| 36 |
var. |
|---|
| 37 |
|
|---|
| 38 |
Omar A. Herrera |
|---|
| 39 |
- Submitted a patch to fix a timeout bug in knoptm that caused newly |
|---|
| 40 |
created rules to be deleted too quickly. |
|---|
| 41 |
|
|---|
| 42 |
Werner Wiethege |
|---|
| 43 |
- Submitted a patch to fix a bug in knoptm where inappropriate hash |
|---|
| 44 |
keys were being deleted and so previous timeouts would apply to the |
|---|
| 45 |
current interval. |
|---|
| 46 |
|
|---|
| 47 |
Ronald Bister |
|---|
| 48 |
- Submitted a fix for not being able to parse ifconfig output correctly |
|---|
| 49 |
when languages besides English are used. |
|---|
| 50 |
|
|---|
| 51 |
Hank Leininger |
|---|
| 52 |
- Suggested privilege separation to minimize code that executes as root. |
|---|
| 53 |
- Suggested NULL password GPG keys. |
|---|
| 54 |
- Suggested integration with ssh-agent and gpg-agent. |
|---|
| 55 |
|
|---|
| 56 |
Dwayne Rightler |
|---|
| 57 |
- Submitted patch to fix bug where whatismyip.com altered their return |
|---|
| 58 |
data format and this broke the -w command line switch. |
|---|