Age | Commit message (Expand) | Author |
2015-05-06 | use res_hnok() to valid domain part in valid_domain() | Gilles Chehade |
2015-05-05 | Implement If-Modified-Since. | Florian Obser |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-05-03 | Implement byte ranges. | Florian Obser |
2015-05-03 | S was misplaced in r1.89, the optarg that was removed was actually needed | Gilles Chehade |
2015-05-03 | smtpd enqueue -S does not take an argument, fix optstring accordingly | Gilles Chehade |
2015-05-02 | Hoist common assignments out of a series of if/if-else statements | Kenneth R Westerback |
2015-05-02 | Fix obvious problems with relayd config reload. | Claudio Jeker |
2015-05-02 | Correct switch between current and previous line buffers when | Kenneth R Westerback |
2015-04-29 | When the HTTP client did close the connection while relayd was still | Alexander Bluhm |
2015-04-26 | mlarkin asks "bgpctl checks the length of the control socket path to | Sebastian Benoit |
2015-04-26 | for every policy we write out, flush the output so we don't get an | Peter Hessler |
2015-04-25 | some people are capitalizing keywords, so ignore case when we test the tokens | Peter Hessler |
2015-04-25 | allow us to write rules that match directly on the peer AS | Peter Hessler |
2015-04-25 | Prepend files or directories containing ":" with "./" in directory | Florian Obser |
2015-04-25 | handle an IRR record of "export ... action X" the same way we handle | Peter Hessler |
2015-04-24 | Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file. | Todd C. Miller |
2015-04-24 | read_defaults has the thing for strtonum to chew on in cp, not | David Gwynne |
2015-04-23 | Replace atoi() usage with strtonum(). OK deraadt@ | Todd C. Miller |
2015-04-23 | We cannot log errors with relay_close() before allocating | Florian Obser |
2015-04-23 | We cannot log errors with server_close() before allocating | Florian Obser |
2015-04-23 | delete a NOTDEF of unused code | Theo de Raadt |
2015-04-23 | KNF and other style adjustments to make this more scrutible. | Theo de Raadt |
2015-04-22 | Use .Ar for placeholders and .Cm for arguments to be provided verbatim. | Ingo Schwarze |
2015-04-21 | According to RFC 4861 and the actuall implementation rltime may not | Florian Obser |
2015-04-21 | fix a memory leak if tls_read() fails. ok henning@ | Jonathan Gray |
2015-04-21 | fix a memory leak. ok blambert@ | Jonathan Gray |
2015-04-20 | totally forgot about the !uid notation in newuser when adding the early | Marc Espie |
2015-04-19 | Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid | Gilles Chehade |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-18 | Regis Leroy reported that httpd does not strictly accept CRLF for | Jonathan Gray |
2015-04-17 | parse_prefix in parse.c got changed but the declaration in bgpctl.c | Peter Hessler |
2015-04-16 | firmware, not firmwares; | Jason McIntyre |
2015-04-16 | tweak previous; | Jason McIntyre |
2015-04-16 | document %m, sort %. | Marc Espie |
2015-04-16 | add %m as a shorthand, will expand to | Marc Espie |
2015-04-16 | document % sequences. | Marc Espie |
2015-04-16 | reorg code, the arch/osversion code should live in a single place, | Marc Espie |
2015-04-16 | commit expanded tags for %c, %v, %a | Marc Espie |
2015-04-15 | Convert error/errorx/errorc functions -> fatal/fatalx/fatalc and | Todd C. Miller |
2015-04-15 | Avoid using inet_ntoa() twice in a single printf() parameter list | Kenneth R Westerback |
2015-04-15 | opt{ind,err,arg} are already known | Theo de Raadt |
2015-04-11 | Always check the return value of proc_composev_imsg() and handle failures | Joel Sing |
2015-04-09 | Revert previous as this breaks stuff. | Florian Obser |
2015-04-08 | Teach the 802.11 printer about Channel Switch Announcements (advertised by | Stuart Henderson |
2015-04-08 | Do not silently accept multiple Content-Length headers. | Florian Obser |
2015-04-08 | s/inexistent/nonexistent/ | Todd C. Miller |
2015-04-06 | remove superfluous ';' in Received lines | Gilles Chehade |
2015-04-06 | don't check this twice. | Marc Espie |
2015-04-06 | make pkg_info run slightly slower on distant packages, but do check that | Marc Espie |