Age | Commit message (Expand) | Author |
2015-03-14 | Use xstrdup(), from Michael W. Bombardieri | Todd C. Miller |
2015-03-14 | Delete the separate and incomplete whatis(1) manual | Ingo Schwarze |
2015-03-14 | use ctime_r to avoid a re-entrancy signal race | Theo de Raadt |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | "It is often said that before you die your life passes before your eyes. | Stuart Henderson |
2015-03-13 | bye Daevid Allen | Stuart Henderson |
2015-03-13 | no need for double macro; ok schwarze | Jason McIntyre |
2015-03-13 | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze |
2015-03-12 | Switch the netstat view of systat to use the same kvm_getfiles() | Claudio Jeker |
2015-03-11 | do not enter tcopy; spotted by tedu | Theo de Raadt |
2015-03-11 | tcopy goes to the attic | Theo de Raadt |
2015-03-11 | When interpreting the -O argument as a macro name fails, | Ingo Schwarze |
2015-03-11 | Fix previous: size_t is often narrower than off_t. | Ingo Schwarze |
2015-03-11 | set-titles-string now uses formats, not the status bits (so no #() for | Nicholas Marriott |
2015-03-11 | add back the changes from rev 1.206, djm reverted this by mistake in | Jonathan Gray |
2015-03-10 | The st_size member of struct stat is off_t, which is signed, | Ingo Schwarze |
2015-03-10 | We can keep track of the pager PID without additional complexity. | Ingo Schwarze |
2015-03-10 | Fix a regression caused in rev. 1.118, reported by kristaps@: | Ingo Schwarze |
2015-03-10 | Display "Search wrapped" even when searching from the end of the file. | Anthony J. Bentley |
2015-03-09 | Explicitly cast when assigning from char * to unsigned char * and vice versa. | Ingo Schwarze |
2015-03-09 | Fix vertical spacing at the beginning of tables. | Ingo Schwarze |
2015-03-09 | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. | Ingo Schwarze |
2015-03-09 | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze |
2015-03-09 | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze |
2015-03-06 | fix sshkey_certify() return value for unsupported key types; | Damien Miller |
2015-03-05 | subtraction is not comparison. the difference of two longs is not good | Ted Unangst |
2015-03-04 | make ssh-add -D work with !SSH1 agent | Damien Miller |
2015-03-04 | crank; ok markus, deraadt | Damien Miller |
2015-03-03 | In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi. | Anthony J. Bentley |
2015-03-03 | add SSH1 Makefile knob to make it easier to build without SSH1 support; | Damien Miller |
2015-03-03 | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze |
2015-03-03 | Allow "ssh -Q protocol-version" to list supported SSH protocol | Damien Miller |
2015-03-02 | If a non-gz manual is read after a gzipped manual, refrain | Ingo Schwarze |
2015-03-02 | use correct formatter (int, because of type promotion after operations) | Brent Cook |
2015-03-01 | Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets. | Todd C. Miller |
2015-03-01 | update currency exchange rates; | Jason McIntyre |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Bring example up to date with share/misc/usb_hid_usages. | Anthony J. Bentley |
2015-02-27 | Fix URL-encoding of characters with the high order bit set. | Jeremie Courreges-Anglas |
2015-02-27 | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze |
2015-02-27 | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze |
2015-02-26 | don't printf NULL key comments; reported by Tom Christensen | Damien Miller |
2015-02-26 | Wrap a long line. Use explicit_bzero. Fix comment describing extra. | Ted Unangst |
2015-02-25 | zero cmsgbuf before use; we initialise the bits we use but | Damien Miller |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | Todd C. Miller |
2015-02-25 | fix small memory leak when UpdateHostkeys=no | Damien Miller |
2015-02-25 | don't leak validity of user in "too many authentication failures" | Damien Miller |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | Doug Hogan |
2015-02-24 | increase prefbuf size so that 'encrypt -b 000000000000000000000012' works. | Ted Unangst |
2015-02-24 | add -v (show ASCII art) to -l's synopsis; ok djm@ | Christian Weisgerber |