diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20100812 | ||
2 | - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.sh | ||
3 | regress/test-exec.sh] Under certain conditions when testing with sudo | ||
4 | tests would fail because the pidfile could not be read by a regular user. | ||
5 | "cat: cannot open ...../regress/pidfile: Permission denied (error 13)" | ||
6 | Make sure cat is run by $SUDO. no objection from me. djm@ | ||
7 | |||
1 | 20100809 | 8 | 20100809 |
2 | - (djm) bz#1561: don't bother setting IFF_UP on tun(4) device if it is | 9 | - (djm) bz#1561: don't bother setting IFF_UP on tun(4) device if it is |
3 | already set. Makes FreeBSD user openable tunnels useful; patch from | 10 | already set. Makes FreeBSD user openable tunnels useful; patch from |