summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-11-05Show last client activity time in default choose-client list.Nicholas Marriott
2012-11-04Support multiple required authentication via an AuthenticationMethodsDamien Miller
2012-11-04Remove default of AuthorizedCommandUser. Administrators are now expectedDamien Miller
2012-11-03fix potential memory leak, found by llvmFlorian Obser
2012-11-03kill dead assignment, found by llvmFlorian Obser
2012-11-03Don't leak a file descriptor when testing for permissions, also makeChristiano F. Haesbaert
2012-11-03This should be void.Christiano F. Haesbaert
2012-11-02Dont insert twice recorded wav files (-o) on the list of recorded files;Alexandre Ratchov
2012-11-02Initialize wav structure enough for wav_close() to work in the errorAlexandre Ratchov
2012-11-02Use dedicated messages for flow control instead of abusing clock tickAlexandre Ratchov
2012-11-01update currency exchange rates;Jason McIntyre
2012-10-31fix an off-by-oneOkan Demirmen
2012-10-31tweak previous;Jason McIntyre
2012-10-30new sshd_config option AuthorizedKeysCommand to support fetchingDamien Miller
2012-10-30fdopen(3) return a FILE * not an int, so compare against NULL.Gleydson Soares
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
2012-10-27include netinet/in.h to get htons & friends prototypesAlexandre Ratchov
2012-10-27mark elf architectures as wellMarc Espie
2012-10-27don't stat & test sndio home directory since we never use it.Alexandre Ratchov
2012-10-27don't (re-)define SNDIO_USER and SNDIO_PRIO if they are already defined,Alexandre Ratchov
2012-10-27use unsigned chars for midi messages (to avoid gcc warning)Alexandre Ratchov
2012-10-26- fix potential memory and fd leakFlorian Obser
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-10-25Add ability to active pane in list-windows and find-window formats, fromNicholas Marriott
2012-10-25Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott
2012-10-25Fix bad size in memcpy from Romain Francoise.Nicholas Marriott
2012-10-25Fix typo bell->bells from Thomas Adam.Nicholas Marriott
2012-10-23Use correct file for revert-buffer; do not ignore abort.Florian Obser
2012-10-23fix fringe case where length is around 140.Marc Espie
2012-10-22Add (r)evert prompt to "File changed on disk; really edit the buffer"Florian Obser
2012-10-22Check for dirty buffer on buffer change.Florian Obser
2012-10-20- fix a potential double freeJasper Lievisse Adriaanse
2012-10-18numerous error message fixes:Marc Espie
2012-10-15Fix some function prototypes from Helmut Tessarek.Nicholas Marriott
2012-10-15Add support for recursive ftp upload. The mput command of the ftpAlexander Bluhm
2012-10-12Document 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 diskJasper Lievisse Adriaanse
2012-10-12fix infinite loops on regexps that match the empty word, which isMarc Espie
2012-10-11amend bug section with some fixed stuff.Marc Espie
2012-10-11fix make's cond parser to be able to handle .if 5 < 7 directly.Marc Espie
2012-10-11Fix a use-after-free when collapsing the tree in choose mode, fromNicholas Marriott
2012-10-09... yet more documentation, lots of inputs from jmc@ as usual.Marc Espie
2012-10-09steal .if commands() concept from NetBSD.Marc Espie
2012-10-09warn about targets with multiple command lists (debug option), as it'sMarc Espie
2012-10-09actual engine change: prevent jobs from stomping on each other's files.Marc Espie
2012-10-09recognize new debug options for double commands, heldjobs, target groupMarc Espie
2012-10-09tweak error messages yet some more, lots of feedback fromMarc Espie
2012-10-09- SPECIAL_DEPRECATED -> SPECIAL_NOTHINGMarc Espie
2012-10-09new interface: look in command lines for variables that indicate a list ofMarc Espie
2012-10-09Add tree keys to vi mode too, missed by accident.Nicholas Marriott