summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-12-08document a bit of job.cMarc Espie
2012-12-07job.h is also used for compat sequential mode.Marc Espie
2012-12-07document engine interface, remove internal function from visible interfaceMarc Espie
2012-12-07move log_level in utils.h with other logging bitsAlexandre Ratchov
2012-12-07gc dead codeMarc Espie
2012-12-07gc old defineMarc Espie
2012-12-07Cast signal to int for logging. A no-op on openbsd (they're always ints)Darren Tucker
2012-12-06missing externMarc Espie
2012-12-06... and zap redundant declaration.Marc Espie
2012-12-06Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott
2012-12-06Fix argument order in a log statement.Nicholas Marriott
2012-12-06Simplify command string parsing with a helper function from Tiago Cunha.Nicholas Marriott
2012-12-06old code is gone, remove comments and prototypesMarc Espie
2012-12-06set port = NULL for new connctions, fixes crashesAlexandre Ratchov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05prevent double-free of comment; ok djm@Markus Friedl
2012-12-05Explicitly include sys/resource.h for RLIM_INF, etc.Todd C. Miller
2012-12-04Get rid of two 10-year-old XXX comments and do check for getchar(3) returningMark Kettenis
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser
2012-12-04remove some unnecessary sys/mbuf.h inclusionsTheo de Raadt
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-12-03Fix hang when exiting shell in script mode. OK naddy@Todd C. Miller
2012-12-03don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@Otto Moerbeek
2012-12-03Remove server capability description from the documentation and fromAlexandre Ratchov
2012-12-03tweak previous;Jason McIntyre
2012-12-03Fix compilation with -Wall -Werror (trivial type fixes)Damien Miller
2012-12-02make AllowTcpForwarding accept "local" and "remote" in addition to itsDamien Miller
2012-12-02make deleting explicit keys "ssh-add -d" symmetric with adding keys -Damien Miller
2012-12-02Fixes logging of partial authentication when privsep is enabledDamien Miller
2012-12-02Make IdentitiesOnly apply to keys obtained from a PKCS11Provider.Damien Miller
2012-12-02simpler text; ok ratchovJason McIntyre
2012-12-01remove misleading XXXs and TODOsAlexandre Ratchov
2012-12-01Parse "-m mode1,mode2,.. " strings strictly.Alexandre Ratchov
2012-12-01update currency exchange rates;Jason McIntyre
2012-11-30drain midi port output buffer before closing it ensuring the lastAlexandre Ratchov
2012-11-30use the hold flag for midi ports as wellAlexandre Ratchov
2012-11-30For MIDI ports, use the same open/close logic as for audio devices:Alexandre Ratchov
2012-11-30When the audio device is closed, mark it as closed beforeAlexandre Ratchov
2012-11-30make DEV_xxx contiguousAlexandre Ratchov
2012-11-30Process incoming MIDI data on the fly rather than using anAlexandre Ratchov
2012-11-30don't exit if midi control port is destroyed (it never is)Alexandre Ratchov
2012-11-30makes cloned devices line up well with the rest of the output;Mike Belopuhov
2012-11-29fix stupid cvs conflictMarc Espie
2012-11-29Change scandir()'s 'select' argument fromPhilip Guenthe
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott
2012-11-27Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott
2012-11-27Support the 47 and 1047 SM and RM sequences (alternate screen withoutNicholas Marriott
2012-11-27- add 'make-directory' (not bound to any shortcut).Jasper Lievisse Adriaanse
2012-11-27- move prototype of expandtilder() to def.h; needed by an upcoming diff.Jasper Lievisse Adriaanse
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott