Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-22 | open for writing only if needed so, accept multiple var assignments for -w; ↵ | Michael Shalayeff | |
from meself and Vladimir Popov <jumbo@narod.ru> | |||
2002-01-22 | typo in error message; from djast@cs.toronto.edu | Kevin Steves | |
2002-01-21 | cleanup channels faster if the are empty and we are in drain-state; ok deraadt@ | Markus Friedl | |
2002-01-21 | remove "rijndael-*", just use "aes-" since this how rijndael is called | Markus Friedl | |
in the drafts; ok stevesk@ | |||
2002-01-21 | s/deamon/daemon/ | Theo de Raadt | |
2002-01-21 | use read_passphrase+ECHO in confirm(), allows use of ssh-askpass | Markus Friedl | |
for hostkey confirm. | |||
2002-01-21 | correct usage; ok deraadt@ | Kevin Steves | |
2002-01-18 | clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from | Kevin Steves | |
allard@oceanpark.com; ok markus@ | |||
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves | |
2002-01-18 | correct Ciphers default; paola.mannaro@ubs.com | Kevin Steves | |
2002-01-18 | When listing buffers, detect if the buffer name is too long to fit in the | Artur Grabowski | |
designated space and if it's too long, truncate it correctly and print a '$'-sign at the end of the name. Add support for selecting a buffer with ^M in the buffer list. | |||
2002-01-18 | Remove the NROW and NCOL limits. The static arrays are now replaced with | Artur Grabowski | |
dynamically allocated memory. Code written by Vincent Labrecque <limitln@Psyfreaks.CA> with some minor tweaks by me. | |||
2002-01-17 | evil, annoying spaces and tabs | Michael Shalayeff | |
2002-01-17 | update to sudo 1.6.5p1, sigh | Todd C. Miller | |
2002-01-17 | Sync SYNOPSIS w/ usage(); Brian Poole | Todd C. Miller | |
2002-01-17 | casts to silence enum type warnings for bugzilla bug 37; ok markus@ | Kevin Steves | |
2002-01-17 | missed one | Todd C. Miller | |
2002-01-17 | update to sudo 1.6.5 | Todd C. Miller | |
2002-01-16 | update to sudo 1.6.4p2 | Todd C. Miller | |
2002-01-16 | correct some commented defaults. add Ciphers default. ok markus@ | Kevin Steves | |
2002-01-16 | correct defaults for -i/IdentityFile; ok markus@ | Kevin Steves | |
2002-01-16 | The stategy now used for options in the default sshd_config shipped | Kevin Steves | |
with OpenSSH is to specify options with their default value where possible, but leave them commented. Uncommented options change a default value. Subsystem is currently the only default option changed. ok markus@ | |||
2002-01-16 | wrapper for channel_setup_fwd_listener | Markus Friedl | |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller | |
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||
2002-01-15 | minor simplification in preparation for a future change. | Artur Grabowski | |
2002-01-15 | Make vmstat -m output the same for both sysctl and kvm versions. | Artur Grabowski | |
Plus a minor simplification in preparation for a future change. | |||
2002-01-15 | update to sudo 1.6.4p1 | Todd C. Miller | |
2002-01-14 | (c) 2002 | Markus Friedl | |
2002-01-14 | remove function pointers for events, remove chan_init*; ok provos@ | Markus Friedl | |
2002-01-14 | remove duplicated code; ok provos@ | Markus Friedl | |
2002-01-14 | correct fn names for ssh2, do not switch from closed to closed; ok provos@ | Markus Friedl | |
2002-01-14 | merge chan_[io]buf_empty[12]; ok provos@ | Markus Friedl | |
2002-01-14 | chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@ | Markus Friedl | |
2002-01-14 | sync with sudo 1.6.4-final | Todd C. Miller | |
2002-01-13 | add chan_set_[io]state(), order states, state is now an u_int, | Markus Friedl | |
simplifies debugging messages; ok provos@ | |||
2002-01-13 | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | Markus Friedl | |
2002-01-13 | change to use queue.h macros; okay markus@ | Niels Provos | |
2002-01-12 | fix old new year, 14th not 15th | Michael Shalayeff | |
2002-01-12 | undo local change | Markus Friedl | |
2002-01-11 | use snprintf; mouring@ | Markus Friedl | |
2002-01-11 | use snprintf; mouring@ | Markus Friedl | |
2002-01-11 | use _PATH_TTY | Markus Friedl | |
2002-01-11 | use strlcpy not strlcat; mouring@ | Markus Friedl | |
2002-01-11 | a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' | Markus Friedl | |
dispatch_range(): set handler for a ranges message types use dispatch_protocol_ignore() for authentication requests after successful authentication (the drafts requirement). serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting. | |||
2002-01-11 | add defines for msg type ranges | Markus Friedl | |
2002-01-11 | handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@ | Markus Friedl | |
2002-01-10 | more unused code (with channels.c:1.156) | Markus Friedl | |
2002-01-10 | remove dead code (skip drain) | Markus Friedl | |
2002-01-10 | Clean up tty resizing code. | Artur Grabowski | |
Catch SIGWINCH and resize and refresh the screen. | |||
2002-01-10 | handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@ | Markus Friedl | |