summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-07-31Close /dev/hotplug on exec(). Otherwise a restart of the daemon mayMartin Natano
2016-07-31Rename the route socket to a more useful name.Jeremie Courreges-Anglas
2016-07-31Turn two global variables into variables local to main.Jeremie Courreges-Anglas
2016-07-31Duplicated declsJeremie Courreges-Anglas
2016-07-30Remove compat code.Antoine Jacoutot
2016-07-30This is effectively a ksh(1) script.Antoine Jacoutot
2016-07-29Allow starting a VM again after it was terminatedStefan Kempf
2016-07-29Bump copyright in files that I touched last.Reyk Floeter
2016-07-29Add support for common WebDAV methods; from httpd.Reyk Floeter
2016-07-29log ip addresses as well in authentication phaseGiovanni Bechis
2016-07-28Use long labs(3) for pointer arithmetic.Alexander Bluhm
2016-07-28firmware is the plural;Jason McIntyre
2016-07-27checking for firmware works better if I pass thru all optionsMarc Espie
2016-07-27don't include firmwares in the fuzzy auto-reinstall listMarc Espie
2016-07-27hunting around for some sporadic error message. Removing the hash entryMarc Espie
2016-07-27According to RFC 7231 4.3.7, OPTIONS may have body. "Although thisReyk Floeter
2016-07-27Improve parsing of the Host by following RFC 7230 Section 5.4 more strictly:Reyk Floeter
2016-07-25Fix rarpd hang. The receive buffer of a route socket can become fullVisa Hankala
2016-07-25Initialize the log subsytem in the SE like it is done in the RDE. WithoutClaudio Jeker
2016-07-25err() instead of errx(); noted by timTheo de Raadt
2016-07-24Split the root vs not-root cases better with regards to chroot setup.Theo de Raadt
2016-07-24bump versionGilles Chehade
2016-07-23no quirks in FwUpdate.Marc Espie
2016-07-22Create a smtp transaction context on a session only for the duration ofEric Faurot
2016-07-22"wpath" is needed in the parent pledge when using the /dev/switch0 device.Reyk Floeter
2016-07-22fix some cases where we relay_abort_http() the connection too soon.Sebastian Benoit
2016-07-21Add basic support for OpenFlow 1.3 PACKET_IN+PACKET_OUT,Reyk Floeter
2016-07-21Remove a fatal() in peer_up when the local addrs of a peer can't be figured out.Claudio Jeker
2016-07-21long to uint32_t portReyk Floeter
2016-07-21With uint32_t ports, we cannot sneak the port into an int anymoreReyk Floeter
2016-07-21Turn ofp*_debug functions into ofp*_validate functions to follow aReyk Floeter
2016-07-212004 privsep caused "tcpdump -r" to became a priviledged operation becauseTheo de Raadt
2016-07-20fix typos in commentsReyk Floeter
2016-07-20pledge switchctlReyk Floeter
2016-07-20pledge(2) all the switchd processes.Reyk Floeter
2016-07-20Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bitReyk Floeter
2016-07-20Parse and print OpenFlow 1.3 PACKET_IN and OXM (Openflow eXtended Match) -Reyk Floeter
2016-07-20Use more compact idiom to select architecture dependent files to compile. NoKenneth R Westerback
2016-07-20Update OpenFlow 1.3 stub based on the 1.0 code.Reyk Floeter
2016-07-20Fix dependencies of generated map files.Reyk Floeter
2016-07-20Add a -n flag to check the configuration and exit. Matches what almostJonathan Gray
2016-07-20Fix typoYASUOKA Masahiko
2016-07-19The -DNAME=switch flag is an artifact from the PoC when I couldn'tReyk Floeter
2016-07-19Correctly use ssize_t instead of size_t for read/write return values.Reyk Floeter
2016-07-19Remove unused variableReyk Floeter
2016-07-19A bit of cleanup and style changes. ofcconn needs more work.Reyk Floeter
2016-07-19L2 tun is tap nowReyk Floeter
2016-07-19Don't use .p_shutdown in the proc structReyk Floeter
2016-07-19Comment out device/switch(4) for nowReyk Floeter
2016-07-19Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.Reyk Floeter