Age | Commit message (Expand) | Author |
2015-02-11 | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze |
2015-02-11 | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze |
2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. | Doug Hogan |
2015-02-11 | Some packet error messages show the address of the peer, but might be | Damien Miller |
2015-02-10 | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze |
2015-02-10 | Introduce an openssl(1) certhash command. | Joel Sing |
2015-02-10 | Sanity check TZ environment variable; backport from sudo 1.8.12 | Todd C. Miller |
2015-02-10 | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze |
2015-02-10 | trim trailing white space, no code change; | Ingo Schwarze |
2015-02-10 | Explain all WARNING, ERROR, and UNSUPP messages in the DIAGNOSTICS section. | Ingo Schwarze |
2015-02-09 | If the kmem options are in use, drop the gid earlier. | Theo de Raadt |
2015-02-09 | fix some leaks in error paths | Jonathan Gray |
2015-02-09 | Merge clock-mode command into copy-mode. | Nicholas Marriott |
2015-02-09 | Entries in the window list can be NULL, prompted by a crash seen by Ben | Nicholas Marriott |
2015-02-09 | Get rid of another KVM reader and convert the multicast output to use | Claudio Jeker |
2015-02-09 | don't cast malloc | Ted Unangst |
2015-02-09 | errflg only needs to go to 1 | Ted Unangst |
2015-02-09 | there is really only word needed in this file. add it and remove the rest. | Ted Unangst |
2015-02-09 | update the version of perl. afresh1 has been slacking... | Ted Unangst |
2015-02-09 | various defines always exist, so delete the ifdef test. | Ted Unangst |
2015-02-09 | Remember to zero the ciphers configuration. | Joel Sing |
2015-02-09 | remove the safeguard against porting to machines without 8 bit bytes. | Ted Unangst |
2015-02-09 | Correct a test so synproxy states will display as "Syn" instead of | Jonathan Gray |
2015-02-09 | Rewrite the openssl(1) ciphers command. | Joel Sing |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-02-08 | Separate the two usages for cu so you can either give it -l and -s (like | Nicholas Marriott |
2015-02-08 | Delete commented out code from openssl(1) apps. | Doug Hogan |
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko |
2015-02-08 | -a for -I or -i is gone for good. So adjust manpage. | Claudio Jeker |
2015-02-08 | The multicast address printing code has been disabled for 7 years. | Claudio Jeker |
2015-02-08 | Do extend CFLAGS instead of assigning it so that DEBUG=-g works | Claudio Jeker |
2015-02-07 | Check for \0 in the right place, from J Raynor. | Nicholas Marriott |
2015-02-07 | sync usage(); ok espie | Jason McIntyre |
2015-02-07 | Closing a block validates it, which may end up deleting it, | Ingo Schwarze |
2015-02-07 | document -C | Marc Espie |
2015-02-07 | add support for the popular -C option, in the least intrusive way possible: | Marc Espie |
2015-02-07 | remove unused cu(1) support in tip; it is supplied as a seperate | Theo de Raadt |
2015-02-07 | be more careful about argc == 0 | Ingo Schwarze |
2015-02-07 | Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. | Brent Cook |
2015-02-06 | Use the same time for both calls to format_expand_time. | Nicholas Marriott |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-02-06 | Do not rely on unspecified behavior for the size_t overflow check. | Todd C. Miller |
2015-02-06 | status_replace can now become local to status.c and it no longer needs | Nicholas Marriott |
2015-02-06 | Use formats not status_replace for set-titles-string. | Nicholas Marriott |
2015-02-06 | Add format_expand_time and use it instead of status_replace where | Nicholas Marriott |
2015-02-06 | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze |
2015-02-06 | Move pane border options to window options rather than session, from Marc Finet. | Nicholas Marriott |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | knf | Ted Unangst |