summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-05-13The enqueuer should never encouter the "From " separator in its headers, asGilles Chehade
2015-05-12Fix an uninitialized variable access when pptp.hostname is configured.YASUOKA Masahiko
2015-05-12Move the logit() prototype so parse.y will see it.Jonathan Gray
2015-05-06use res_hnok() to valid domain part in valid_domain()Gilles Chehade
2015-05-05Implement If-Modified-Since.Florian Obser
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-05-03Implement byte ranges.Florian Obser
2015-05-03S was misplaced in r1.89, the optarg that was removed was actually neededGilles Chehade
2015-05-03smtpd enqueue -S does not take an argument, fix optstring accordinglyGilles Chehade
2015-05-02Hoist common assignments out of a series of if/if-else statementsKenneth R Westerback
2015-05-02Fix obvious problems with relayd config reload.Claudio Jeker
2015-05-02Correct switch between current and previous line buffers whenKenneth R Westerback
2015-04-29When the HTTP client did close the connection while relayd was stillAlexander Bluhm
2015-04-26mlarkin asks "bgpctl checks the length of the control socket path toSebastian Benoit
2015-04-26for every policy we write out, flush the output so we don't get anPeter Hessler
2015-04-25some people are capitalizing keywords, so ignore case when we test the tokensPeter Hessler
2015-04-25allow us to write rules that match directly on the peer ASPeter Hessler
2015-04-25Prepend files or directories containing ":" with "./" in directoryFlorian Obser
2015-04-25handle an IRR record of "export ... action X" the same way we handlePeter Hessler
2015-04-24Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file.Todd C. Miller
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