summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-02-04Appropriately replace "domain name" with "hostname"; less misleadingJeremie Courreges-Anglas
2017-02-04Cast char to unsigned char for isspace()Philip Guenther
2017-02-04missing function prototypeMike Larkin
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther
2017-02-03Don't use <sys/param.h> from userland without cause. Sort <sys/*>Philip Guenther
2017-02-02Fix support for HTTP pipelining by handling all requests in the buffer.Reyk Floeter
2017-02-02Disable client-initiated TLS renegotiation by default.Reyk Floeter
2017-02-01netinet/in.h should be included, and freebsd and some othersBob Beck
2017-01-31Teach ikectl to include extensions in the CSR, rather than just adding themStuart Henderson
2017-01-31Don't include a literal "%" in the value for humidity sensorValue inStuart Henderson
2017-01-31remove extra call setting OCSP staple now that it is done aboveBob Beck
2017-01-31Correct mistake I made when converting this to new funcitonBob Beck
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may beBob Beck
2017-01-31Reimplement httpd's support for byte ranges.Reyk Floeter
2017-01-31The variable clt_done is used in too many places.Reyk Floeter
2017-01-31Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly.Reyk Floeter
2017-01-31Use the sizeof operator on a struct not a pointer to one.Jonathan Gray
2017-01-30Drop empty line.Antoine Jacoutot
2017-01-30Fix error path of range requests, found while reviewing byte range support.Reyk Floeter
2017-01-30build mkuboot on arm64Jonathan Gray
2017-01-29Fix tcpdump(8) display of duration values provided in 802.11 control frames.Stefan Sperling
2017-01-28- -N got changed to -DJason McIntyre
2017-01-28Back out make(obj) hack: it doesn't solve the problem entirely and mayTheo Buehler
2017-01-27Copyright notices don't belong in the displayed text of manual pages,Ingo Schwarze
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2017-01-26oscp -> ocsp;Jason McIntyre
2017-01-26Document the ldomctl(8) 'select' command previously not mentioned in theStefan Sperling
2017-01-26Remove unused _REL variableRobert Peichaer
2017-01-26Move setting _OSrev to immediately after verifying _KERNV and exitRobert Peichaer
2017-01-26No need to escape '.' in shell patterns - it has no special meaning.Robert Peichaer
2017-01-26Spacing and use arithmetic testRobert Peichaer
2017-01-26Use numeric exit codes consistently rather than a mixBob Beck
2017-01-26styleBob Beck
2017-01-26Fix the structure initialzation to compile. bad inioguchi and millert :)Bob Beck
2017-01-25Fix array initialization syntax for ocspcheck.cKinichiro Inoguchi
2017-01-25if the fs got badly damaged, display a decent error message instead ofMarc Espie
2017-01-25In some cases, pkg_info -e spec would display the spec instead of theMarc Espie
2017-01-25some run environnement do not properly reset signals (e.g., python) andMarc Espie
2017-01-25remove __BEGIN_DECLS and __END_DECLS from http.hKinichiro Inoguchi
2017-01-25bring changes from acme-client over here.Sebastian Benoit
2017-01-25Hopefully the last of the struct rib rototilling. Peer just points to aClaudio Jeker
2017-01-25Switch rde_generate_update and rde_send_kroute to accept a struct rib insteadClaudio Jeker
2017-01-25Flag the Loc-RIB with F_RIB_LOCAL so we can remove one ugly hack somewhere elseClaudio Jeker
2017-01-24Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs).Claudio Jeker
2017-01-24do not need sys/proc.hTheo de Raadt
2017-01-24Tell traceroute6 to choose source address based on correct routingFlorian Obser
2017-01-24Make returns consistent and remove parentheses per style(9).Joel Sing
2017-01-24sort SEE ALSO;Jason McIntyre
2017-01-24nuke extra brackets. discussed with jsingTheo Buehler
2017-01-24Complete jsing's coccinelle cleanup... by handTheo de Raadt