index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2015-12-13
Move logging into cmd_find_target rather than each function.
Nicholas Marriott
2015-12-13
Instead of every command resolving the target (-t or -s) itself, prepare
Nicholas Marriott
2015-12-12
Add key-table option to set the default key table for a session, allows
Nicholas Marriott
2015-12-12
Return after changing key table.
Nicholas Marriott
2015-12-12
Allow prefix and prefix2 to be set to None to disable (useful if you
Nicholas Marriott
2015-12-11
Use %zu to print size_t's rather than casting to int.
mmcc
2015-12-11
Use %zu to print size_t's rather than casting to u_long.
mmcc
2015-12-11
Remove NULL-checks before free().
mmcc
2015-12-11
Remove NULL-checks before free().
mmcc
2015-12-11
Add "id" to ssh-agent pledge for subprocess support.
Doug Hogan
2015-12-11
Style nits and line wrapping of function declarations.
Nicholas Marriott
2015-12-11
Mention {src,dst}-{window,pane} where we define target-{window,pane}.
Nicholas Marriott
2015-12-11
We cannot do hooks_find and then hooks_remove because it might have come
Nicholas Marriott
2015-12-11
Check alerts when session changes, from Patrick Palka.
Nicholas Marriott
2015-12-11
Add cmdq as an argument to format_create and add a format for the
Nicholas Marriott
2015-12-11
Remove NULL-checks before sshbuf_free().
mmcc
2015-12-11
include remote port number in a few more messages; makes tying log
Damien Miller
2015-12-11
don't try to load SSHv1 private key when compiled without SSHv1
Damien Miller
2015-12-11
use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key
Damien Miller
2015-12-11
Remove NULL-checks before sshkey_free().
mmcc
2015-12-11
fflush stdout so that output is seen even when running in debug mode when
Darren Tucker
2015-12-11
correct error messages; from Tomas Kuthan bz#2507
Damien Miller
2015-12-11
Pass (char *)NULL rather than (char *)0 to execl and execlp.
mmcc
2015-12-11
Remove a few NULL-checks before free(). I've already removed these
mmcc
2015-12-10
Merge a lexer fix from upstream:
mmcc
2015-12-10
Remove extraneous punctuation in DIAGNOSTICS. Reduces diff with
mmcc
2015-12-10
Swap two DIAGNOSTICS entries to alphabetize. Reduces diff with upstream.
mmcc
2015-12-10
Capitalize a few error messages to reduce diff with upstream.
mmcc
2015-12-10
Specify SOCKS version in error messages. ok deraadt@
mmcc
2015-12-10
Remove NULL-checks before free().
mmcc
2015-12-10
Map SOCKS error codes to error strings. With input from deraadt@
mmcc
2015-12-10
Fix a couple "the the" typos. ok dtucker@
mmcc
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
Remove NULL-check before free(). ok tb@
mmcc
2015-12-09
Remove NULL-check before free().
mmcc
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
include unistd.h for pledge() and err.h for err.h for err()
Jonathan Gray
2015-12-08
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-08
pledge nc better - Load the certificate into memory and then do the pledge,
Bob Beck
2015-12-08
semarie noticed that auth failures don't set errno. just print a generic
Ted Unangst
2015-12-08
Support -a <auth_style> in doas(1). Allows specifying a non-default auth
Stuart Henderson
2015-12-08
Remove format_create_flags and just pass flags to format_create.
Nicholas Marriott
2015-12-08
Spacing nits.
Nicholas Marriott
2015-12-08
Ed was meant to be El;
Jason McIntyre
2015-12-08
Add hooks infrastructure, basic commands (set-hook, show-hooks) and a
Nicholas Marriott
2015-12-08
UTF-8 support: implement -m for character counting
Ingo Schwarze
2015-12-08
Use ^= instead of a verbose alternative. ok nicm@
mmcc
[prev]
[next]