Age | Commit message (Expand) | Author |
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 |
2012-10-12 | - implement "revert-buffer", which reverts the current buffer to what's on disk | Jasper Lievisse Adriaanse |
2012-10-12 | fix infinite loops on regexps that match the empty word, which is | Marc Espie |
2012-10-11 | amend bug section with some fixed stuff. | Marc Espie |
2012-10-11 | fix make's cond parser to be able to handle .if 5 < 7 directly. | Marc Espie |
2012-10-11 | Fix a use-after-free when collapsing the tree in choose mode, from | Nicholas Marriott |
2012-10-09 | ... yet more documentation, lots of inputs from jmc@ as usual. | Marc Espie |
2012-10-09 | steal .if commands() concept from NetBSD. | Marc Espie |
2012-10-09 | warn about targets with multiple command lists (debug option), as it's | Marc Espie |
2012-10-09 | actual engine change: prevent jobs from stomping on each other's files. | Marc Espie |
2012-10-09 | recognize new debug options for double commands, heldjobs, target group | Marc Espie |
2012-10-09 | tweak error messages yet some more, lots of feedback from | Marc Espie |
2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING | Marc Espie |
2012-10-09 | new interface: look in command lines for variables that indicate a list of | Marc Espie |
2012-10-09 | Add tree keys to vi mode too, missed by accident. | Nicholas Marriott |