Age | Commit message (Expand) | Author |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-28 | document LogLevel DEBUG[123]; ok markus@ | Kevin Steves |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | buffer_get_bignum: int -> void | Markus Friedl |
2001-12-28 | packet_get_bignum* no longer returns a size | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |
2001-12-27 | auth_rhosts_rsa now accept generic keys. | Markus Friedl |
2001-12-27 | always use BN_clear_free instead of BN_free | Markus Friedl |
2001-12-27 | missing include | Markus Friedl |
2001-12-27 | clarify -p; ok markus@ | Kevin Steves |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-27 | -t is only needed for key generation (unbreaks -i, -e, etc). | Markus Friedl |
2001-12-25 | be more carefull on allocation | Markus Friedl |
2001-12-25 | be more careful on allocation | Markus Friedl |
2001-12-24 | try all listed keys.. how did this get broken? | Theo de Raadt |
2001-12-21 | remove ifdef for USE_PIPES since fdin != fdout; ok djm@ | Markus Friedl |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller |
2001-12-21 | Avoid interruptable passphrase read; ok markus@ | Damien Miller |
2001-12-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-20 | setup x11 listen socket for just one connect if the client requests so. | Markus Friedl |
2001-12-19 | change the buffer/packet interface to use void* vs. char*; ok markus@ | Kevin Steves |
2001-12-19 | fix race between SIGCHLD and select with an additional pipe. writing | Markus Friedl |
2001-12-19 | handle utsname.nodename case for FamilyLocal X authorization; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-18 | log fingerprint on successful public key authentication, simplify usage of ke... | Jakob Schlyter |
2001-12-18 | log fingerprint on successful public key authentication; ok markus@ | Jakob Schlyter |
2001-12-18 | remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@ | Jakob Schlyter |
2001-12-10 | check that server supports v1 for -t rsa1, report from wirth@dfki.de | Markus Friedl |
2001-12-10 | possible fd leak on error; ok markus@ | Kevin Steves |
2001-12-09 | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | Markus Friedl |
2001-12-08 | use only one path to X11 UNIX domain socket vs. an array of paths | Kevin Steves |
2001-12-06 | disable nagle for X11 fake server and client TCPs. from netbsd. | Kevin Steves |
2001-12-06 | strncpy->strlcpy. remaining strncpy's are necessary. ok markus@ | Kevin Steves |
2001-12-06 | shutdown(sock, SHUT_RDWR) not needed here; ok markus@ | Kevin Steves |
2001-12-06 | add -o to sshd, too. ok deraadt@ | Markus Friedl |
2001-12-05 | make theo and djm happy: bye bye regexp | Markus Friedl |
2001-12-05 | post 3.0.2 | Markus Friedl |
2001-12-05 | minor KNF | Theo de Raadt |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-12-05 | deal with LP64 printf issue with sig_atomic_t. from thorpej | Jun-ichiro itojun Hagino |
2001-12-02 | zap }; | Theo de Raadt |
2001-12-01 | don't pass user defined variables to /usr/bin/login | Markus Friedl |
2001-11-30 | sscanf() length dependencies are clearer now; can also shrink proto | Kevin Steves |
2001-11-29 | fix protocol error: send 'failed' message instead of a 2nd challenge | Markus Friedl |
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves |
2001-11-29 | remove dead function prototype; ok markus@ | Kevin Steves |
2001-11-22 | volatile sig_atomic_t | Markus Friedl |