summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2016-10-03Fix a possible bug that will happen with dup2() when oldd == newd. In thatRafael Zalamena
2016-10-03use EVP_CipherFinal_ex instead of EVP_CipherFinalDavid Gwynne
2016-10-03include sys/tree.h explicitly rather than rely on a random pf headerDavid Gwynne
2016-10-03display a decent error messageMarc Espie
2016-10-03throw a decent error message, signify2 can't (yet) sign non local packagesMarc Espie
2016-10-03report signify2 as wellMarc Espie
2016-10-03add RCS tagsMike Larkin
2016-10-03style cleanupMike Larkin
2016-09-30Remove local copy of ofp.h and use net/ofp.h insteadReyk Floeter
2016-09-30Disable write events if there is nothing to write.Reyk Floeter
2016-09-30Open next available tap(4) device instead of just tap0Reyk Floeter
2016-09-30Implement socket server code that properly handles async I/O, partialReyk Floeter
2016-09-29Implement fork+exec for vmd, using the same framework from httpd etc.Reyk Floeter
2016-09-29fix DEBUG build after ps->ps_instance changeSebastian Benoit
2016-09-29Add print_hex() for debugging of received packets (from iked)Reyk Floeter
2016-09-29Rename ofp_send to ofp_outputReyk Floeter
2016-09-29Teach switchd(8) how to request flow entries and how to validate theRafael Zalamena
2016-09-29handle AF_UNIX sockaddrsReyk Floeter
2016-09-29Replace memset in ibuf_zero with explicit_bzero as done in iked.Reyk Floeter
2016-09-29Use the macro OFP_ALIGN() to find alignment instead of rolling my own way.Rafael Zalamena
2016-09-29Teach switchd(8) how to ask for and debug equipment descriptionRafael Zalamena
2016-09-29Teach switchd(8) some multipart table properties request/parse code toRafael Zalamena
2016-09-28Use the packed attribute for every structure that is used in the wireRafael Zalamena
2016-09-28Always ask the switch to send the whole packet unbuffered so we canRafael Zalamena
2016-09-28Add -Wcast-qual and cast away one false positive where we use a constReyk Floeter
2016-09-28'unneded stuff' -> 'unneeded stuff' in comments.Kenneth R Westerback