index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2016-10-05
I added a second buffer as fix for the fact that /dev/switch doesn't
Reyk Floeter
2016-10-05
document signature change
Marc Espie
2016-10-05
getting errors is trivial, just don't forget to close the handle and not
Marc Espie
2016-10-05
More debugging
Reyk Floeter
2016-10-05
Let bgpd announce routes based on a route-label.
Peter Hessler
2016-10-05
Use consistant idiom (intermediate variable 'i' rather than repeated
Kenneth R Westerback
2016-10-04
Zap stray whitespace.
Kenneth R Westerback
2016-10-04
When doing global remote logging and archiving, it is inconvenient
Alexander Bluhm
2016-10-04
Add an example to find the generated tap(4) interface description.
Reyk Floeter
2016-10-04
Add a new "priv" process that is responsible for ioctls and restricted
Reyk Floeter
2016-10-04
Avoid a potential MITM - calling tls_config_insecure_noverify() is a bad
Joel Sing
2016-10-04
s/letsencrypt/ACME/
Joel Sing
2016-10-04
tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle this
Joel Sing
2016-10-04
slightly smarter parsing of error log
Marc Espie
2016-10-04
no longer needed
Marc Espie
2016-10-04
check_signature is gone
Marc Espie
2016-10-04
remove may_check_data logic, since signatures are now handled externally
Marc Espie
2016-10-03
fix smtp session logic bug that can lead to a server crash.
Eric Faurot
2016-10-03
document (partially) new stuff
Marc Espie
2016-10-03
add TRUSTED_PKG_PATH after discussing with aja@
Marc Espie
2016-10-03
gc the old checking code in pkg_add
Marc Espie
2016-10-03
No need to record gzip position after CONTENTS since we don't need partial
Marc Espie
2016-10-03
kill creating old signatures.
Marc Espie
2016-10-03
document what signify2 does, remove remnants of signify/x509.
Marc Espie
2016-10-03
Fix a possible bug that will happen with dup2() when oldd == newd. In that
Rafael Zalamena
2016-10-03
use EVP_CipherFinal_ex instead of EVP_CipherFinal
David Gwynne
2016-10-03
include sys/tree.h explicitly rather than rely on a random pf header
David Gwynne
2016-10-03
display a decent error message
Marc Espie
2016-10-03
throw a decent error message, signify2 can't (yet) sign non local packages
Marc Espie
2016-10-03
report signify2 as well
Marc Espie
2016-10-03
add RCS tags
Mike Larkin
2016-10-03
style cleanup
Mike Larkin
2016-09-30
Remove local copy of ofp.h and use net/ofp.h instead
Reyk Floeter
2016-09-30
Disable write events if there is nothing to write.
Reyk Floeter
2016-09-30
Open next available tap(4) device instead of just tap0
Reyk Floeter
2016-09-30
Implement socket server code that properly handles async I/O, partial
Reyk Floeter
2016-09-29
Implement fork+exec for vmd, using the same framework from httpd etc.
Reyk Floeter
2016-09-29
fix DEBUG build after ps->ps_instance change
Sebastian Benoit
2016-09-29
Add print_hex() for debugging of received packets (from iked)
Reyk Floeter
2016-09-29
Rename ofp_send to ofp_output
Reyk Floeter
2016-09-29
Teach switchd(8) how to request flow entries and how to validate the
Rafael Zalamena
2016-09-29
handle AF_UNIX sockaddrs
Reyk Floeter
2016-09-29
Replace memset in ibuf_zero with explicit_bzero as done in iked.
Reyk Floeter
2016-09-29
Use the macro OFP_ALIGN() to find alignment instead of rolling my own way.
Rafael Zalamena
2016-09-29
Teach switchd(8) how to ask for and debug equipment description
Rafael Zalamena
2016-09-29
Teach switchd(8) some multipart table properties request/parse code to
Rafael Zalamena
2016-09-28
Use the packed attribute for every structure that is used in the wire
Rafael Zalamena
2016-09-28
Always ask the switch to send the whole packet unbuffered so we can
Rafael Zalamena
2016-09-28
Add -Wcast-qual and cast away one false positive where we use a const
Reyk Floeter
2016-09-28
'unneded stuff' -> 'unneeded stuff' in comments.
Kenneth R Westerback
[next]