Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-28 | Fix bug I introduced in previous commit. | Todd C. Miller | |
2002-03-28 | do not call record_login twice (for use_privsep) | Markus Friedl | |
2002-03-28 | core files from new processors | Theo de Raadt | |
2002-03-28 | Fix err*() usage. | Oleg Safiullin | |
ok millert@ | |||
2002-03-27 | try to import keys with extra trailing === (seen with ssh.com < 2.0.12) | Markus Friedl | |
2002-03-27 | Fix write() loop in ttflush(). Pointed out by vincent@ | Todd C. Miller | |
2002-03-27 | We uyse 'krb4', not 'kerberos' for the authentication type. Also | Todd C. Miller | |
provide an example for -a usage. Closes PR 2423. | |||
2002-03-27 | monitor_allowed_key() returns int instead of pointer. ok markus@ | mouring | |
2002-03-27 | Fixes the the following problems (from zyrnix) | Todd C. Miller | |
1) Mg crashes with column width of 1, rows > 2 2) Mg panics on resizing due to incomplete write 3) Mg doesn't compile with STARTUPFILE defined deraadt@ OK | |||
2002-03-26 | generate a new cookie for each SSH2_MSG_KEXINIT message we send out | Markus Friedl | |
2002-03-26 | disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth) | Markus Friedl | |
2002-03-26 | CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too | Markus Friedl | |
2002-03-26 | Add instructions for changing acl on private key file | Jim Rees | |
2002-03-26 | try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh' | Jim Rees | |
2002-03-26 | client side support for PASSWD_CHANGEREQ | Markus Friedl | |
based on work by johan.andersson@appgate.com; ok provos@ | |||
2002-03-26 | Add liniya (0.1 inch); old russian emperial unit; ok pjanzen/mickey | Jason Wright | |
2002-03-26 | do not talk about packets in bufaux | Markus Friedl | |
2002-03-26 | update Copyright | Markus Friedl | |
2002-03-26 | update to recent drafts | Markus Friedl | |
2002-03-26 | $OpenBSD$ | Kevin Steves | |
2002-03-26 | Add a new vax reference. (after prompting by miod) | Hugh Graham | |
2002-03-25 | Make this closer to supporting breakpoints properly, still not working. | Dale Rahn | |
2002-03-25 | don't send stderr data after EOF, accept this from older known (broken) | Markus Friedl | |
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179 | |||
2002-03-25 | simplify num_identity_files handling | Markus Friedl | |
2002-03-25 | ssize_t args use "%ld" and cast to (long) | Kevin Steves | |
size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@ | |||
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl | |
2002-03-25 | Warn user to remove old applet and keys | Jim Rees | |
Remove warning about using production keys (we now have PIN protection) | |||
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-03-25 | change the extra text following preprocessor directives into comments. | Dan Harnett | |
patch from David Krause <openbsd@davidkrause.com> ok millert@ | |||
2002-03-25 | Todd Miller pointed this out to me: | Hans Insulander | |
You really want to use 'volatile sig_atomic_t' not just sig_atomic_t for flags set in signal handlers. Without the volatile gcc may stick the value in a register but update the on-stack copy in the signal handler. | |||
2002-03-25 | rm bogus comment | Markus Friedl | |
2002-03-25 | return 0 (not NULL); tomh@po.crl.go.jp | Markus Friedl | |
2002-03-24 | remove "\n" from fatal() | Kevin Steves | |
2002-03-24 | we need to figure out AUT0 for sc_private_encrypt, too | Markus Friedl | |
2002-03-24 | minor cleanup and more error checking; ok markus@ | Kevin Steves | |
2002-03-24 | typo; ok markus@ | Kevin Steves | |
2002-03-24 | debug->debug3 for extra padding | Markus Friedl | |
2002-03-24 | remove unused debug | Markus Friedl | |
2002-03-23 | One more case of __mvme88k__ vs __m88k__ | Miod Vallat | |
With the recent varargs changs, xlint now compiles on mvme88k. | |||
2002-03-23 | setproctitle() after preauth child; ok markus@ | Kevin Steves | |
2002-03-23 | uname(3); hunter@dg.net.ua | Theo de Raadt | |
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander | |
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release. | |||
2002-03-22 | Add missing prototypes. | Marc Espie | |
Convert lba2msf definition to ANSI-style, so that it matches the prototype Old-style function declarations undergo argument promotion, and thus: void f(a) char a; {} actually matches void f(int a); | |||
2002-03-21 | remove unused, sync w/ cmdline patch in my tree. | Markus Friedl | |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | add privsep_preauth() and remove 1 goto; ok provos@ | Markus Friedl | |
2002-03-21 | add privsep (off) | Markus Friedl | |
2002-03-21 | fix NULL %s on debug3(); ok markus@ | Kevin Steves | |