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