Age | Commit message (Expand) | Author |
2017-12-09 | Add a #define for the name of the .openbsd.randomdata section. | Theo de Raadt |
2017-12-08 | Pullup the mbuf before accessing the version field in the IP header. | Alexander Bluhm |
2017-12-08 | Use m_freem() in error case. Found by Maxime Villard | Claudio Jeker |
2017-12-08 | The adjttl functions use m_pullup(). In some cases m_pullup() can return | Claudio Jeker |
2017-12-08 | mpls_shim_pop() can return NULL. Check it else we end up dereferencing NULL. | Claudio Jeker |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-12-08 | The per-interface mpls flag should also also be tested on input before | Theo de Raadt |
2017-12-08 | Make iwm(4) restore the ic_bss channel after tweaking this channel as part | Stefan Sperling |
2017-12-08 | When accepting a BOOTP lease, do not leak offered values of lease | Kenneth R Westerback |
2017-12-08 | Make sure we don't match (and attach) more than the maximum number of | Mark Kettenis |
2017-12-08 | Make the r command filename obligatory, similar to what FreeBSD and NetBSD | Martijn van Duren |
2017-12-08 | repair columns; from kshe59@zohu.eu | Theo de Raadt |
2017-12-08 | Add missing length checks to make sure we don't dereference a pointer | Todd C. Miller |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-12-08 | remove description of 'at' field which was removed from vmstat.c -r1.21 | Jasper Lievisse Adriaanse |
2017-12-08 | Disable SMAP temporarily to display userland traces. | Martin Pieuchot |
2017-12-08 | also cleanout ld.so.a | Theo de Raadt |
2017-12-08 | Everyone knows this as ld.so, nor by the ancient name rtld. | Theo de Raadt |
2017-12-08 | time_t printing needs %lld and (long long) casts | Theo de Raadt |
2017-12-08 | fix ordering in previous to ensure errno isn't clobbered before | Damien Miller |
2017-12-08 | for some reason unix_listener() logged most errors twice with each | Damien Miller |
2017-12-08 | Fix the return value of fwscanf(3) when encountering an early matching | Kevin Lo |
2017-12-07 | Change the SA payload parser to parse more than the first proposal. This | Patrick Wildt |
2017-12-07 | adjust the "timeout" text, now that leases are no longer | Jason McIntyre |
2017-12-07 | correct indentation | Theo de Raadt |
2017-12-07 | Set ifi->offer to NULL after free'ing it. | Kenneth R Westerback |
2017-12-07 | Nuke support for defining last-gasp leases in dhclient.conf. | Kenneth R Westerback |
2017-12-07 | Initialize tcp_secret in tcp_init | Mike Belopuhov |
2017-12-07 | * clean up macro usage: use .Ar for command arguments, .Cm for fixed | Ingo Schwarze |
2017-12-07 | In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transition | Stefan Sperling |
2017-12-07 | Make iwm_newstate() recover from state transition errors. | Stefan Sperling |
2017-12-07 | Set the correct ENCAPSULATION_MODE when doing NAT-T. | Martin Pieuchot |
2017-12-07 | Make the command formatting more consistent. | Martijn van Duren |
2017-12-07 | zap a few stray backslashes from the time thesse two were #defines; from | Otto Moerbeek |
2017-12-07 | Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXT | Vadim Zhukov |
2017-12-07 | client_addr_init() never fails and its return value is never checked, | Vadim Zhukov |
2017-12-07 | Fix a potential fd leak in client_aldap_open(). | Vadim Zhukov |
2017-12-07 | Let it compile again. | Kenneth R Westerback |
2017-12-07 | reorder some port numbers, no functional change. | Mike Larkin |
2017-12-07 | Drop the unused second argument from set_prompt(). It used to be used for | Theo Buehler |
2017-12-06 | be consistent in where we call fflush | Marc Espie |
2017-12-06 | Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt. | Frederic Cambus |
2017-12-06 | Implement support for using interrupt cookies in vbus(4) and vpci(4) as | Mark Kettenis |
2017-12-06 | Disentangle dhclient.conf static lease handling from dynamic | Kenneth R Westerback |
2017-12-06 | strdup -> bstrdup; from Michael W. Bombardieri | Otto Moerbeek |
2017-12-06 | Make vmd respect owner when starting non-disabled vms. | Aaron Bieber |
2017-12-06 | It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). | Vadim Zhukov |
2017-12-06 | don't accept junk after "yes" or "no" responses to hostkey prompts. | Damien Miller |
2017-12-05 | Replace atoi and strtol conversions for integer arguments to config | Darren Tucker |
2017-12-05 | Add missing break for rdomain. Prevents spurious "Deprecated option" | Darren Tucker |