Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
envoked -- don't use them (as return values from open()), then
(say) close(STDIN_FILENO) when daemonising.
This is done by grabbing 3 descriptors to /dev/null at startup and
releasing them after we've daemonised.
|
|
|
|
strncpy -> strlcpy
- with input from millert@, ok millert@.
|
|
have to find another way of dealing with IPv6 addresses.
|
|
|
|
|
|
|
|
|
|
|
|
This is necessary because MPPE will combine the protocol id with the
payload received on the tun interface, encrypt it, then prepend its
own protocol id, effectively increasing the payload by two bytes.
|
|
|
|
|
|
|
|
|
|
|
|
return values in multi-command lines.
|
|
/etc/motd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
both directions if neither read nor write flags are set on close.
Cleared by niklas and with some analysis by bjc.
|
|
|
|
|
|
be "strlen(c) + 1", not just "strlen(c)".
|
|
|
|
|
|
|