Age | Commit message (Expand) | Author |
2019-08-16 | Add explanation for the [IKE/ESP only] column of the transform table. | tobhe |
2019-08-16 | Fix segfault in parser when specifying an invalid transform. | tobhe |
2019-08-15 | pfctl_reset() must set syncookies settings back to default | Alexandr Nedvedicky |
2019-08-14 | Fix NAT traversal detection bug when "local" option is not explicitly | tobhe |
2019-08-12 | Prepend SPI to send and recv log messages to see which line belongs to | tobhe |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-08-06 | Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY. | Kenneth R Westerback |
2019-08-05 | dhclient.leases(5) is not required for dhclient(8) to work, so just | Kenneth R Westerback |
2019-08-05 | If the leases file cannot be opened for writing, just issue a warning | Kenneth R Westerback |
2019-08-03 | Mention dhclient vs AUTOCONF4. | Kenneth R Westerback |
2019-08-01 | the argument name is "address_family" (with an underscore); | Jason McIntyre |
2019-08-01 | Don't leak resolv.conf contents. | Kenneth R Westerback |
2019-07-31 | space between macro arg and punctuation; | Jason McIntyre |
2019-07-31 | Allow sbBlkCount to be less than the number of physical sectors on the | Kenneth R Westerback |
2019-07-30 | Use AUTOCONF4 flag. Set the flag on startup. But if the flag is | Kenneth R Westerback |
2019-07-26 | Whitespace tweak, fold long line. | Kenneth R Westerback |
2019-07-25 | Fix copy pasto, re-add missing goto in error path. | Bryan Steele |
2019-07-25 | AF_INET comes before AF_INET6. Shorten line to <80 chars. | Kenneth R Westerback |
2019-07-25 | Yet another workaround for crappy libpcap API design | Bryan Steele |
2019-07-25 | Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let | Kenneth R Westerback |
2019-07-25 | make a half-hearted attempt to shrink trunkport info a bit | David Gwynne |
2019-07-24 | Return fd of -1 if take_charge() detects 'quit' being set to | Kenneth R Westerback |
2019-07-24 | print out lacp actor and parter info | David Gwynne |
2019-07-23 | Compilers may not be as magical as I hope, so revert to using memcpy() | Kenneth R Westerback |
2019-07-22 | Cleanup/simplify parse_number(): | Kenneth R Westerback |
2019-07-22 | Eliminate pointless "... else {}" branch to improve readability. | Kenneth R Westerback |
2019-07-21 | Restructure parse_semi() so it resembles the other parse_* | Kenneth R Westerback |
2019-07-21 | Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter | Kenneth R Westerback |
2019-07-20 | Use same 'switch (token) ...' idiom in parse_lease_decl() and | Kenneth R Westerback |
2019-07-20 | Sort TOK_USELEASE case into proper alphabetic location in | Kenneth R Westerback |
2019-07-20 | ping(8): don't round inter-packet delay up to HZ | cheloha |
2019-07-19 | Nuke a bunch of 'name' parameters that haven't been used since | Kenneth R Westerback |
2019-07-19 | Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is. | Todd C. Miller |
2019-07-19 | Keep dhclient.leases.<if> O_EXLOCK file descriptor open for the | Kenneth R Westerback |
2019-07-16 | Shuffle code a bit to make take_charge() return the | Kenneth R Westerback |
2019-07-15 | Nuke '-l' command line option (alternate location for | Kenneth R Westerback |
2019-07-14 | Update to libunbound 1.9.2 | Florian Obser |
2019-07-12 | sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics. | cheloha |
2019-07-11 | The privileged process of dhclient(8) runs several ioctl(2)s that are forbidden | Ricardo Mestre |
2019-07-09 | Add parentheses for readability | kn |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-07-03 | oops, DEBUG=-g wasn't for the tree. | David Gwynne |
2019-07-03 | wire up net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-01 | Nuke unused variable 'retries'. | Kenneth R Westerback |
2019-07-01 | Simplify and clarify logic in take_charge(). | Kenneth R Westerback |
2019-07-01 | Forgot to commit this patch. | Kevin Lo |
2019-07-01 | Oops, forgot to commit this patch. | Kevin Lo |
2019-06-30 | getifaddrs() returns -1. | Kenneth R Westerback |
2019-06-30 | No need to check if leaseFile is NULL in write_lease_db() as it is | Kenneth R Westerback |