summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-10-08too many blank linesTed Unangst
2016-10-07kern.dnsjacking -> kern.dnsjackport;Jason McIntyre
2016-10-07the parent mostly never crashes, but the child might. or the config fileTed Unangst
2016-10-07several big changes, tied together.Ted Unangst
2016-10-07Move some shared code into a new file.Reyk Floeter
2016-10-07Add support for multipart replies and implement a simple ofp 1.3.5 errorRafael Zalamena
2016-10-07The strchr() call either returns a NULL pointer, on which the code willPatrick Wildt
2016-10-07Empty lines cause server_fcgi_getheaders() to immediately return.Patrick Wildt
2016-10-06Enable pledge(2) in vmm and the VM processes: This way the VMs andReyk Floeter
2016-10-06Enable switchd + switchctl. It is not finished yet but we made a lotReyk Floeter
2016-10-06Switch switchd to the _switchd user.Reyk Floeter
2016-10-06Terminate VMs on shutdown of vmd instead of leaving them running asReyk Floeter
2016-10-06The start control imsg has been switched to a new "structReyk Floeter
2016-10-06Add support for RFC 6842. RFC 2131 said the server MUST NOT echoKenneth R Westerback
2016-10-06Do an exec on itself in the privileged syslogd(8) parent processAlexander Bluhm
2016-10-06Syslog RFC 5424 says you should add 1 to 6 digits with fractionsAlexander Bluhm
2016-10-06tweak previous;Jason McIntyre
2016-10-05Rewriting USER gets in the way of the de-escalation mechanism as itMartin Natano
2016-10-05Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newdRafael Zalamena
2016-10-05Replace one u_int8_t with uint8_t (finger memory)Reyk Floeter
2016-10-05Add support for enhanced networking configuration and virtual switches.Reyk Floeter
2016-10-05Check if oldd == newd before dup2(), if that is the case we need to removeRafael Zalamena
2016-10-05Call setsid() to create a new session for the executed processes.Reyk Floeter
2016-10-05sync proc.c with vmd: add p_pw to specify a non-standard user for a process.Reyk Floeter
2016-10-05Remove ofp_validate_header() hereReyk Floeter
2016-10-05Move ofp_validate_header() to ofp10.c until we have a better placeReyk Floeter
2016-10-05I added a second buffer as fix for the fact that /dev/switch doesn'tReyk Floeter
2016-10-05document signature changeMarc Espie
2016-10-05getting errors is trivial, just don't forget to close the handle and notMarc Espie
2016-10-05More debuggingReyk Floeter
2016-10-05Let bgpd announce routes based on a route-label.Peter Hessler
2016-10-05Use consistant idiom (intermediate variable 'i' rather than repeatedKenneth R Westerback
2016-10-04Zap stray whitespace.Kenneth R Westerback
2016-10-04When doing global remote logging and archiving, it is inconvenientAlexander Bluhm
2016-10-04Add an example to find the generated tap(4) interface description.Reyk Floeter
2016-10-04Add a new "priv" process that is responsible for ioctls and restrictedReyk Floeter
2016-10-04Avoid a potential MITM - calling tls_config_insecure_noverify() is a badJoel Sing
2016-10-04s/letsencrypt/ACME/Joel Sing
2016-10-04tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle thisJoel Sing
2016-10-04slightly smarter parsing of error logMarc Espie
2016-10-04no longer neededMarc Espie
2016-10-04check_signature is goneMarc Espie
2016-10-04remove may_check_data logic, since signatures are now handled externallyMarc Espie
2016-10-03fix smtp session logic bug that can lead to a server crash.Eric Faurot
2016-10-03document (partially) new stuffMarc Espie
2016-10-03add TRUSTED_PKG_PATH after discussing with aja@Marc Espie
2016-10-03gc the old checking code in pkg_addMarc Espie
2016-10-03No need to record gzip position after CONTENTS since we don't need partialMarc Espie
2016-10-03kill creating old signatures.Marc Espie
2016-10-03document what signify2 does, remove remnants of signify/x509.Marc Espie