Age | Commit message (Expand) | Author |
2002-01-29 | mention exit status; ok stevesk@ | Markus Friedl |
2002-01-29 | don't depend on servconf.c; ok djm@ | Markus Friedl |
2002-01-29 | add DIAGNOSTICS; ok stevesk@ | Markus Friedl |
2002-01-29 | limit subsystem length in log; ok markus@ | Kevin Steves |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2002-01-29 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ | Markus Friedl |
2002-01-27 | handle simple case to identify FamilyLocal display; ok markus@ | Kevin Steves |
2002-01-27 | need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsd | Markus Friedl |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves |
2002-01-26 | revert code to add x11 localhost display authorization entry for | Kevin Steves |
2002-01-25 | use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@ | Markus Friedl |
2002-01-25 | do not build debug version either; markus@ ok | Michael Shalayeff |
2002-01-25 | use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@ | Markus Friedl |
2002-01-25 | unused include | Markus Friedl |
2002-01-24 | need misc.h for set_nodelay() | Kevin Steves |
2002-01-24 | add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). | Kevin Steves |
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 |
2002-01-21 | use read_passphrase+ECHO in confirm(), allows use of ssh-askpass | Markus Friedl |
2002-01-18 | clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from | Kevin Steves |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2002-01-18 | correct Ciphers default; paola.mannaro@ubs.com | Kevin Steves |
2002-01-17 | casts to silence enum type warnings for bugzilla bug 37; ok markus@ | Kevin Steves |
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 |
2002-01-16 | wrapper for channel_setup_fwd_listener | Markus Friedl |
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-13 | add chan_set_[io]state(), order states, state is now an u_int, | Markus Friedl |
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 | 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 |
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 | handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@ | Markus Friedl |
2002-01-10 | skip client_alive_check until there are channels; ok beck@ | Markus Friedl |
2002-01-09 | replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@ | Markus Friedl |