Age | Commit message (Expand) | Author |
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 |
2001-11-22 | don't use "\n" in fatal() | Kevin Steves |
2001-11-21 | more on passphrase construction; ok markus@ | Kevin Steves |
2001-11-21 | mem leak | Markus Friedl |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-19 | clarify/state that private keys are not exposed to clients using the agent; | Kevin Steves |
2001-11-19 | fd leak on HUP; ok stevesk@ | Markus Friedl |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
2001-11-16 | handle empty lines instead of dumping core; report from sha@sha-1.net | Markus Friedl |
2001-11-14 | errno saving wrapping in a signal handler | Theo de Raadt |
2001-11-13 | enter 3.0.1 | Markus Friedl |
2001-11-12 | enable authorized_keys2 again. tested by fries@ | Markus Friedl |
2001-11-12 | fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ ok | Dug Song |
2001-11-11 | make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile... | Markus Friedl |
2001-11-10 | remove extra debug() | Markus Friedl |
2001-11-10 | KNF (unexpand) | Markus Friedl |
2001-11-10 | cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc). | Markus Friedl |
2001-11-09 | remove extra trailing dot from log message; pilot@naughty.monkey.org | Markus Friedl |
2001-11-09 | don't memset too much memory, ok millert@ | Markus Friedl |
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl |
2001-11-08 | mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@ | Markus Friedl |
2001-11-08 | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. | Markus Friedl |
2001-11-07 | crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com | Markus Friedl |
2001-11-07 | unused includes | Markus Friedl |