summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
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-06Make vmd respect owner when starting non-disabled vms.Aaron Bieber
2017-12-02switching to _pbuild is tricky, you can't take it back.Marc Espie
2017-12-01Avoid using an uninitialized variable.Visa Hankala
2017-11-30When performing vmctl reload and a previously configured vm is running,ccardenas
2017-11-29vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudioMike Larkin
2017-11-29fix double dot;Jason McIntyre
2017-11-29add -i to SYNOPSIS/usage() and sundry tweaks;Jason McIntyre
2017-11-29Insert MPLS VPN routes with the RTF_GATEWAY flag cleared. mpe(4) is nowClaudio Jeker
2017-11-29Don't do OCSP stapling only if the staple file is 0 length.Bob Beck
2017-11-29add options to specify the control socket in relayd and relayctl.Sebastian Benoit
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-28fix some spelling errors in a few commentsMike Larkin
2017-11-28Add option -i to allow oscpcheck to be used to validate an on-disk stapleBob Beck
2017-11-28One less lie in commentsClaudio Jeker
2017-11-28tweak previous;Jason McIntyre
2017-11-28Introduce relay_reset_event() which closes and resets a relay connection.Claudio Jeker
2017-11-28In TLS inspection mode we also need to keep the server tls object around.Claudio Jeker
2017-11-28Disable oscp stapling on invalid staple, rather than failing to start.Bob Beck
2017-11-28relay_load_fd() is no longer clobering errno in the error case so useClaudio Jeker
2017-11-28Add space between to and read like in other DPRINTFs.Claudio Jeker
2017-11-27Change the ecdhe curve configuration to the same way httpd is doing it.Claudio Jeker
2017-11-27Make ca_launch error messages unique.Alexander Bluhm
2017-11-27lseek/read is racy when there is multiple consumers. Use pread instead.Claudio Jeker
2017-11-27Add a DPRINTF() in relay_error() that helped me out way too many times.Claudio Jeker
2017-11-27Use file descriptor passing to load certificates into the relays. EspeciallyClaudio Jeker
2017-11-27Do not rip out the output buffer of the bufferevent. Instead just use anClaudio Jeker
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-27rfc 7230 mandates that a "204 No Content" http status must not come with aSebastian Benoit
2017-11-27Show correct command execution status by checking against updateSunil Nimmagadda
2017-11-27relay_tls_connected() is playing with the inner bowels of bufferevents.Claudio Jeker
2017-11-27Simplify relay_close_http(), make relay_httpdesc_free() accept and ignoreClaudio Jeker
2017-11-27typo in comments "optionel" -> "optional"Mike Larkin
2017-11-27Deprecate agreement url config option and get the information from theFlorian Obser
2017-11-24Revert my change to ignore EIO errors when writing to log files.Alexander Bluhm
2017-11-23simplify imsg handler.Eric Faurot
2017-11-21no need to check the sending process in imsg handlers when there is noEric Faurot
2017-11-21The call to setegid(2) was replaced with setresgid(2) a while ago.Theo Buehler
2017-11-18merge the masquerade and missing domain header callbacks into one function.Eric Faurot
2017-11-17Use explicit_bzero to erase secretsJeremie Courreges-Anglas
2017-11-16Check that http options are only configured in http protocols.Alexander Bluhm
2017-11-15make the maximum size of http headers configurable in the protocol.Sebastian Benoit
2017-11-14Inverse logic, issue found by henning@. MPLS VPN is still broken though.Claudio Jeker
2017-11-11reads better as *an* rdomain, i think;Jason McIntyre
2017-11-11update switch handling in vmd(8). vmd now gets switch information (rdomain,Mike Larkin
2017-11-09/usr/share/compile -> /usr/share/relink/kernelAntoine Jacoutot
2017-11-08Since r1.41 the extensions are included in the CSR. Thus ca_request()Patrick Wildt