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