Age | Commit message (Expand) | Author |
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 |
2015-04-06 | mark installed locations as "trusted" so that pkg_info does not check sigs | Marc Espie |
2015-04-06 | move signer_list up so pkg_info can use it | Marc Espie |
2015-04-05 | Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.x | Philip Guenther |
2015-04-04 | gcc 2.x is dead | Philip Guenther |
2015-04-04 | Show the remote labels in "ldpctl show lib" even if they are not installed in... | Renato Westphal |
2015-04-04 | Remove lo protection. | Renato Westphal |
2015-04-04 | Show the full LIB in the "ldpctl show lib" command. | Renato Westphal |
2015-04-04 | Remove unused parameter from adj_new(). | Renato Westphal |
2015-04-04 | Give more detailed information on a couple of debug messages. | Renato Westphal |
2015-04-01 | Zero the tls cert/key length variables when inheriting a server | Jonathan Gray |
2015-03-31 | Do not iterate past the size of the array. | Martin Pieuchot |
2015-03-30 | Use getline instead of fgets to allow arbitrary line length in | Tobias Stoeckmann |
2015-03-29 | Most packets generate one line in tcpdump. For AH and RIP there | Alexander Bluhm |
2015-03-29 | make sure specialfiles get checked. Actual bug, got lost when moving to | Marc Espie |
2015-03-28 | Add comment. | Antoine Jacoutot |
2015-03-28 | Add rcctl_err() which is a wrapper for _rc_err() with common rcctl(8) verbiage. | Antoine Jacoutot |
2015-03-28 | Avoid overflow on 32-bit time_t systems converting timeval to NTP time. | Brent Cook |
2015-03-27 | f the parent builts up a list of replies for the child, it helps | David Gwynne |
2015-03-26 | Backout -DSHORTENED semantics by default for now, because it caused | Matthias Kilian |
2015-03-26 | do not encourage random uppercasing; | Jason McIntyre |
2015-03-26 | pointers to slowcgi(8); from alexei malinin | Jason McIntyre |
2015-03-26 | Allow more characters in CGI environment variables as specified by RFC | Florian Obser |
2015-03-24 | instead of routing SIGHUP thru sighdlr_dns() which then ignores it, | Henning Brauer |
2015-03-24 | Missing free(3) in error path | Giovanni Bechis |
2015-03-21 | Remove unused variables and functions. | Renato Westphal |
2015-03-21 | Remove interface finite state machine. | Renato Westphal |
2015-03-21 | Don't try to send address withdraws to neighbors that are unreachable | Renato Westphal |
2015-03-21 | ldpd: Remove attached adjacencies whenever an interface is disabled | Renato Westphal |
2015-03-21 | ldpd: Don't assign labels for BGP routes. | Renato Westphal |
2015-03-21 | Close extended discovery socket on exit. | Renato Westphal |