| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
"Looks good" to deraadt@
|
| |
|
|
|
|
|
| |
each *.c file.
Inspired by mention of header silliness by Edgar Pettijohn and mmcc@
on tech@.
|
| |
|
|
|
|
| |
closed. e.g. dhcpd has been killed.
ok henning@
|
| |
|
|
| |
ports is ready, <net/pfvar.h> will stop including a pile of balony.
|
| |
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
| |
|
|
| |
asking for confusion. Replace bcopy()'s with memcpy()'s.
|
| | |
|
| |
|
|
|
|
| |
"-L leased" wouldn't work without "-A abandoned".
testing help from merdely
"i like" deraadt
|
| |
|
|
| |
ok ckuethe deraadt
|
| | |
|
| |
|
|
|
|
|
|
| |
periodically - based on the length of the shortest lease time - walk across
all leases searching for expired leases which are then removed from the pf
table.
ok henning
|
| |
|
|
|
|
|
| |
we might have conditionally sent a message, we now just call the pfmsg()
function, and let it figure out whether the message should be sent or not.
ok henning
|
| |
|
|
| |
ok henning
|
| |
|
|
| |
ok henning@
|
|
|
dhcpd is now able to place abandoned addresses into a table (to offer some
protection against machines camping on an address) and remove them from the
table if they are properly leased.
When dhcpd assigns an IP to a new hardware address, it can remove that
address from a table. This is for use with the overload table in pf; newly
arrived machines will not be punished for the actions of a machine that
went away.
beck@ and krw@ liked previous versions of this, henning@ final ok
|