Age | Commit message (Expand) | Author |
2014-02-08 | more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks! | Alexandre Ratchov |
2014-02-08 | copy the correct number of channels in join/expand | Alexandre Ratchov |
2014-02-08 | remove debug bits: dont fill with junk unused channels | Alexandre Ratchov |
2014-02-08 | use the correct integer width in calls to AMSG_ISSET() | Alexandre Ratchov |
2014-02-07 | -Wold-style-declaration is not supported by gcc 3. | Miod Vallat |
2014-02-07 | remove some logging that makes ssh debugging output very verbose; | Damien Miller |
2014-02-06 | in ssh_create_socket(), only do the getaddrinfo for BindAddress when | Damien Miller |
2014-02-05 | tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ | Christian Weisgerber |
2014-02-04 | remove brackets for -H: this information given is not secondary; | Jason McIntyre |
2014-02-04 | the first example produces 21 sections, not 20; ok sobrado | Jason McIntyre |
2014-02-04 | delay lowercasing of hostname until right before hostname | Damien Miller |
2014-02-03 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike | Damien Miller |
2014-02-02 | use a more specific description for EXIT STATUS than that provided by .Ex; | Jason McIntyre |
2014-02-02 | style nit-picking on previous commit: keep apart declaration from | Igor Sobrado |
2014-02-02 | fix some minor formatting glitches; | Jason McIntyre |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-02-01 | note which languages are extensions; ok millert | Jason McIntyre |
2014-02-01 | improve POSIX compliance by continuing to process the remaining file | Igor Sobrado |
2014-02-01 | fix an example; users column at who(1) has a minimum width of eight characters, | Igor Sobrado |
2014-02-01 | update currency exchange rates; | Jason McIntyre |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-31 | Break up and simplify screen_redraw_screen. | Nicholas Marriott |
2014-01-31 | Fix partial matches with xterm-keys on, from m0viefreak dot cm at | Nicholas Marriott |
2014-01-31 | Add \033[18t window operations from J Raynor. | Nicholas Marriott |
2014-01-30 | allow shutdown(2) syscall in sandbox - it may be called by packet_close() | Damien Miller |
2014-01-30 | fix various inconsistencies. | Igor Sobrado |
2014-01-30 | STANDARDS: at.allow/deny is xsi (same as cron); | Jason McIntyre |
2014-01-29 | I'm a bit dyslexic. Found out by Jan Klemkow. Thanks. | Marc Espie |
2014-01-29 | Unbreak ftp progress meter after the introduction of the '-D' flag | David Coppa |
2014-01-29 | document kbdinteractiveauthentication; | Jason McIntyre |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2014-01-29 | In the experimental, never-enabled JPAKE code: clear returned digest and | Damien Miller |
2014-01-29 | use kill(0, ...) instead of killpg(0, ...); on most operating systems | Damien Miller |
2014-01-28 | Fix missing argument, stupid last minute changes... | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2014-01-28 | Remember the last active pane in the top-bottom or left-right cell so | Nicholas Marriott |
2014-01-28 | rename digest.c to digest-openssl.c and add libc variant; ok djm@ | Markus Friedl |
2014-01-28 | make description of gzip(1) exit status codes more accurate. | Igor Sobrado |
2014-01-28 | bit more info for the toplas article; | Jason McIntyre |
2014-01-28 | make it clear that -LV are no ops; ok millert | Jason McIntyre |
2014-01-28 | kill some bad Pa; | Jason McIntyre |
2014-01-28 | fix typo: s/to/the | Alexandre Ratchov |
2014-01-28 | Remove section about server capability which was removed | Alexandre Ratchov |
2014-01-27 | Merge start-server into kill-server. | Nicholas Marriott |
2014-01-27 | replace openssl MD5 with our ssh_digest_*; ok djm@ | Markus Friedl |
2014-01-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-27 | Remove the no-op flags -L and -V from compress(1), these options | Todd C. Miller |
2014-01-27 | remove the no-op flags -L and -V from compress(1), these options | Igor Sobrado |
2014-01-26 | - document for uncompress and zcat exit status of 0 or >0 only | Jason McIntyre |
2014-01-25 | provide a mnemonic for -s; | Jason McIntyre |