Age | Commit message (Expand) | Author |
2012-11-14 | allow the full range of unsigned serial numbers; 'fine' deraadt@ | Damien Miller |
2012-11-14 | fix username passed to helper program | Damien Miller |
2012-11-13 | Column numbers are gone for good. | Florian Obser |
2012-11-12 | Once a C_RECVDIR command is sent, a matching C_END command has to be | Philip Guenthe |
2012-11-12 | Fix various format string issues. Stop assuming time_t is long or smaller. | Philip Guenthe |
2012-11-11 | updating the character offset on the line all the time is astoundingly | Theo de Raadt |
2012-11-11 | david livingstone, not livingston; | Jason McIntyre |
2012-11-09 | *really* filter symbols on elf systems: introduce a new "export_symbols" | Marc Espie |
2012-11-09 | fix get_symbollist: output completely empty file if no symbol. | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | Marc Espie |
2012-11-07 | fix fractional number exponentiation, especially for negative exponents | Otto Moerbeek |
2012-11-06 | Remove never read struct member, found while investigating a llvm | Florian Obser |
2012-11-06 | use BN_set_negative() and BN_is_negative() instead of subtracting or | Otto Moerbeek |
2012-11-06 | For exponenttion, only warn if the fractional part of the exponent | Otto Moerbeek |
2012-11-05 | Show last client activity time in default choose-client list. | Nicholas Marriott |
2012-11-04 | Support multiple required authentication via an AuthenticationMethods | Damien Miller |
2012-11-04 | Remove default of AuthorizedCommandUser. Administrators are now expected | Damien Miller |
2012-11-03 | fix potential memory leak, found by llvm | Florian Obser |
2012-11-03 | kill dead assignment, found by llvm | Florian Obser |
2012-11-03 | Don't leak a file descriptor when testing for permissions, also make | Christiano F. Haesbaert |
2012-11-03 | This should be void. | Christiano F. Haesbaert |
2012-11-02 | Dont insert twice recorded wav files (-o) on the list of recorded files; | Alexandre Ratchov |
2012-11-02 | Initialize wav structure enough for wav_close() to work in the error | Alexandre Ratchov |
2012-11-02 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-11-01 | update currency exchange rates; | Jason McIntyre |
2012-10-31 | fix an off-by-one | Okan Demirmen |
2012-10-31 | tweak previous; | Jason McIntyre |
2012-10-30 | new sshd_config option AuthorizedKeysCommand to support fetching | Damien Miller |
2012-10-30 | fdopen(3) return a FILE * not an int, so compare against NULL. | Gleydson Soares |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback |
2012-10-27 | include netinet/in.h to get htons & friends prototypes | Alexandre Ratchov |
2012-10-27 | mark elf architectures as well | Marc Espie |
2012-10-27 | don't stat & test sndio home directory since we never use it. | Alexandre Ratchov |
2012-10-27 | don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined, | Alexandre Ratchov |
2012-10-27 | use unsigned chars for midi messages (to avoid gcc warning) | Alexandre Ratchov |
2012-10-26 | - fix potential memory and fd leak | Florian Obser |
2012-10-26 | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott |
2012-10-25 | Add ability to active pane in list-windows and find-window formats, from | Nicholas Marriott |
2012-10-25 | Fix BELL_NONE which had been broken in some code reorganisation or other | Nicholas Marriott |
2012-10-25 | Fix bad size in memcpy from Romain Francoise. | Nicholas Marriott |
2012-10-25 | Fix typo bell->bells from Thomas Adam. | Nicholas Marriott |
2012-10-23 | Use correct file for revert-buffer; do not ignore abort. | Florian Obser |
2012-10-23 | fix fringe case where length is around 140. | Marc Espie |
2012-10-22 | Add (r)evert prompt to "File changed on disk; really edit the buffer" | Florian Obser |
2012-10-22 | Check for dirty buffer on buffer change. | Florian Obser |
2012-10-20 | - fix a potential double free | Jasper Lievisse Adriaanse |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-15 | Fix some function prototypes from Helmut Tessarek. | Nicholas Marriott |
2012-10-15 | Add support for recursive ftp upload. The mput command of the ftp | Alexander Bluhm |
2012-10-12 | Document duplicate inference rules. That's posix behavior, and what we do. | Marc Espie |