Age | Commit message (Expand) | Author |
2016-06-03 | update default value for reboot | Ted Unangst |
2016-06-03 | The networks I use are sufficiently fast that a 10 second "reboot" timeout | Ted Unangst |
2016-05-08 | Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by | Martin Natano |
2016-05-03 | Move to /dev/bpf; ok tb jmc | Martin Natano |
2016-04-28 | If the attempt to broadcast a DCHPDISCOVER packet returns EAFNOSUPPORT, | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 | mmcc |
2015-12-19 | Don't exit if a route can't be added. Just log particulars and | Kenneth R Westerback |
2015-12-19 | Delete superfluous "continue;" just before end of loop. | Kenneth R Westerback |
2015-12-19 | Delete superfluous "close(s);return" just before "close(s);<function | Kenneth R Westerback |
2015-12-18 | Check ioctl() result with == -1, not < 0. Break long line. | Kenneth R Westerback |
2015-12-12 | Send DECLINE messages in response to ACK messages that turn out to | Kenneth R Westerback |
2015-12-10 | Pledge. | Kenneth R Westerback |
2015-12-07 | Convert to arc4random_uniform. | tb |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-03 | No need to continuously check the current rdomain of the interface | Kenneth R Westerback |
2015-11-12 | When link loss is reported, cancel any active timeout and wait for | Kenneth R Westerback |
2015-10-26 | Give dhclient(8) the ability to use option 119, a.k.a. "Domain | Kenneth R Westerback |
2015-09-08 | Correct strsep() usage to free() correct string. Spotted by and | Kenneth R Westerback |
2015-09-05 | Some whitespace bulking out a diff unnecessarily. | Kenneth R Westerback |
2015-08-31 | Support deviant but historically blessed practice of accepting | Kenneth R Westerback |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-05-18 | Stop rejecting leases with a subnet that overlaps a subnet already | Kenneth R Westerback |
2015-05-02 | Hoist common assignments out of a series of if/if-else statements | Kenneth R Westerback |
2015-05-02 | Correct switch between current and previous line buffers when | Kenneth R Westerback |
2015-04-16 | Tweak error output. | Gleydson Soares |
2015-02-15 | convert bcmp to memcmp | Ted Unangst |
2015-02-10 | Groundwork for better route support over multiple interfaces by | Kenneth R Westerback |
2015-02-08 | Get rid of a bunch of memset()'s where struct variables and arrays | Kenneth R Westerback |
2015-02-07 | Add support for interface-mtu (option 26). | Kenneth R Westerback |
2015-02-07 | GC unused parameters now that ifname and rdomain are not used in | Kenneth R Westerback |
2015-02-06 | The write_file() privsep interface was too permissive and | Reyk Floeter |
2015-02-06 | matthew@ points out that it's a bad idea to rely on the non-privileged, | Kenneth R Westerback |
2015-02-06 | Don't let errors leak the memory returned by getifaddrs(). | Kenneth R Westerback |
2015-02-05 | Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations. | Kenneth R Westerback |
2015-02-01 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2015-01-31 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2015-01-31 | Don't leak the "access protected, zero sized object" returned by | Kenneth R Westerback |
2015-01-31 | Set is_static to 0 before trying to free a lease. Otherwise it | Kenneth R Westerback |
2015-01-31 | Always free(buf) if errmsg is set while trying to flush routes. | Kenneth R Westerback |
2015-01-30 | Don't leak incompletely cloned static lease. Should never happen | Kenneth R Westerback |
2015-01-30 | Tweak error message to say 'realloc' since that's what's failing, | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-10 | Reusing the same field for different things in different contexts may | Kenneth R Westerback |
2014-12-10 | The consensus is that RTM_IFINFO messages do not always carry the | Kenneth R Westerback |
2014-12-09 | Move the initial link status check and possible forceup back before | Kenneth R Westerback |
2014-12-08 | Try harder to avoid displaying "no link ... got link" when initial | Kenneth R Westerback |
2014-12-07 | Do not move from S_PREBOOT to S_REBOOT just because link_timeout | Kenneth R Westerback |