summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-04-24read_defaults has the thing for strtonum to chew on in cp, notDavid Gwynne
2015-04-23Replace atoi() usage with strtonum(). OK deraadt@Todd C. Miller
2015-04-23We cannot log errors with relay_close() before allocatingFlorian Obser
2015-04-23We cannot log errors with server_close() before allocatingFlorian Obser
2015-04-23delete a NOTDEF of unused codeTheo de Raadt
2015-04-23KNF and other style adjustments to make this more scrutible.Theo de Raadt
2015-04-22Use .Ar for placeholders and .Cm for arguments to be provided verbatim.Ingo Schwarze
2015-04-21According to RFC 4861 and the actuall implementation rltime may notFlorian Obser
2015-04-21fix a memory leak if tls_read() fails. ok henning@Jonathan Gray
2015-04-21fix a memory leak. ok blambert@Jonathan Gray
2015-04-20totally forgot about the !uid notation in newuser when adding the earlyMarc Espie
2015-04-19Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalidGilles Chehade
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-18Regis Leroy reported that httpd does not strictly accept CRLF forJonathan Gray
2015-04-17parse_prefix in parse.c got changed but the declaration in bgpctl.cPeter Hessler
2015-04-16firmware, not firmwares;Jason McIntyre
2015-04-16tweak previous;Jason McIntyre
2015-04-16document %m, sort %.Marc Espie
2015-04-16add %m as a shorthand, will expand toMarc Espie
2015-04-16document % sequences.Marc Espie
2015-04-16reorg code, the arch/osversion code should live in a single place,Marc Espie
2015-04-16commit expanded tags for %c, %v, %aMarc Espie
2015-04-15Convert error/errorx/errorc functions -> fatal/fatalx/fatalc andTodd C. Miller
2015-04-15Avoid using inet_ntoa() twice in a single printf() parameter listKenneth R Westerback
2015-04-15opt{ind,err,arg} are already knownTheo de Raadt
2015-04-11Always check the return value of proc_composev_imsg() and handle failuresJoel Sing
2015-04-09Revert previous as this breaks stuff.Florian Obser
2015-04-08Teach the 802.11 printer about Channel Switch Announcements (advertised byStuart Henderson
2015-04-08Do not silently accept multiple Content-Length headers.Florian Obser
2015-04-08s/inexistent/nonexistent/Todd C. Miller
2015-04-06remove superfluous ';' in Received linesGilles Chehade
2015-04-06don't check this twice.Marc Espie
2015-04-06make pkg_info run slightly slower on distant packages, but do check thatMarc Espie
2015-04-06mark installed locations as "trusted" so that pkg_info does not check sigsMarc Espie
2015-04-06move signer_list up so pkg_info can use itMarc Espie
2015-04-05Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.xPhilip Guenther
2015-04-04gcc 2.x is deadPhilip Guenther
2015-04-04Show the remote labels in "ldpctl show lib" even if they are not installed in...Renato Westphal
2015-04-04Remove lo protection.Renato Westphal
2015-04-04Show the full LIB in the "ldpctl show lib" command.Renato Westphal
2015-04-04Remove unused parameter from adj_new().Renato Westphal
2015-04-04Give more detailed information on a couple of debug messages.Renato Westphal
2015-04-01Zero the tls cert/key length variables when inheriting a serverJonathan Gray
2015-03-31Do not iterate past the size of the array.Martin Pieuchot
2015-03-30Use getline instead of fgets to allow arbitrary line length inTobias Stoeckmann
2015-03-29Most packets generate one line in tcpdump. For AH and RIP thereAlexander Bluhm
2015-03-29make sure specialfiles get checked. Actual bug, got lost when moving toMarc Espie
2015-03-28Add comment.Antoine Jacoutot
2015-03-28Add rcctl_err() which is a wrapper for _rc_err() with common rcctl(8) verbiage.Antoine Jacoutot
2015-03-28Avoid overflow on 32-bit time_t systems converting timeval to NTP time.Brent Cook