Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | add pin, chpin | Jim Rees | |
2002-03-14 | Add 'pin' and 'chpin' commands | Jim Rees | |
2002-03-14 | 0000 is not a reserved fid | Jim Rees | |
2002-03-14 | split auth_rsa() for better readability and privsep; ok provos@ | Markus Friedl | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-14 | split out ssh1 session key decryption; ok provos@ | Markus Friedl | |
2002-03-14 | call siginterrupt() (from theo) | Jim Rees | |
2002-03-14 | don't trust size sent by (rogue) server; noted by s.esser@e-matters.de | Markus Friedl | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-03-12 | Add PT_IO to ptrace ops. | Artur Grabowski | |
2002-03-12 | This makes things line up better. millert@ concurs. | Hakan Olsson | |
2002-03-11 | remove errno=0 assignments, we don't need these with Hakan's code | Vincent Labrecque | |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque | |
* Add a whole lot of consts where I thought it made sense no ok, but no objections either... | |||
2002-03-11 | indent | Jun-ichiro itojun Hagino | |
2002-03-11 | correct type mismatches (u_int64_t != unsigned long long) | Jun-ichiro itojun Hagino | |
2002-03-10 | check that we got the port before trying to listen | Eric Jackson | |
pr 2436; Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-03-10 | Better long vs int. millert@ ok. | Hakan Olsson | |
2002-03-08 | printf type mismatch | Jun-ichiro itojun Hagino | |
2002-03-08 | tabify | Jun-ichiro itojun Hagino | |
2002-03-06 | First step in really explaining what make does, and what's standard, | Marc Espie | |
and what's not. okay millert@, miod@. | |||
2002-03-06 | OpenSSH_3.1 | Markus Friedl | |
2002-03-06 | compat.c | Markus Friedl | |
2002-03-06 | undo | Markus Friedl | |
2002-03-06 | compat.c | Markus Friedl | |
2002-03-05 | Fix a ridiculous bug I introduced in the buffer code. Free the undo records | Vincent Labrecque | |
list correctly. | |||
2002-03-05 | patch(1) is now free, thanks Larry! | Niklas Hallqvist | |
2002-03-05 | and -ldes here too | Theo de Raadt | |
2002-03-05 | and a -ldes | Theo de Raadt | |
2002-03-05 | more -ldes | Theo de Raadt | |
2002-03-04 | off by one; thanks to joost@pine.nl | Markus Friedl | |
2002-03-04 | handle connection close during read of protocol version string. | Kevin Steves | |
fixes erroneous "bad greeting". ok markus@ | |||
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves | |
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ | |||
2002-03-04 | error-> debug, because O_NONBLOCK for /dev/null causes too many different ↵ | Markus Friedl | |
errnos; ok stevesk@, deraadt@ | |||
2002-03-04 | unused include | Markus Friedl | |
2002-03-02 | correct copyright dates for scp license; ok markus@ | Kevin Steves | |
2002-03-02 | Accept deroff's -m flags too. | Todd C. Miller | |
2002-03-02 | No more writable strings in -b mode. | Todd C. Miller | |
2002-03-02 | Kill JOB_REMIGRATE. | Marc Espie | |
2002-03-02 | kill #ifdef REMOTE stuff that only obfuscates issues. | Marc Espie | |
ok millert@, miod@ | |||
2002-03-01 | Sort -df, not sort -f | Todd C. Miller | |
2002-03-01 | spell command from 4.4BSD, now freed by Caldera. | Todd C. Miller | |
I have made some significant changes: o spell no longer uses hashed files. The algorithm for generating the hashed files breaks down for large files. Instead, I use the same approach as look(1) and do binary searches of mmap(2)ed files which has acceptable performance. A side effect of this is that spell can now search multiple word lists. o The spell binary has been renamed to "spellprog" so as to not conflict with the spell shell script. This is consistent with other operating systems. o The putsuf() and putword() functions have been renamed to trypref() and tryword() respectively for consistency with modern versions and for general sanity. o the spell front-end shell script has been completely rewritten o The code has been ANSIfied and re-style(9)d spell currently must be compiled with -fwriteable-strings to make the -b option work. This should be fixed. | |||
2002-03-01 | disable undo until it is fixed to be (1) correct and (2) not crash like it ↵ | Theo de Raadt | |
does now | |||
2002-03-01 | undo the 'delay hostname lookup' change | Markus Friedl | |
match.c must not use compress.c (via canonhost.c/packet.c) thanks to wilfried@ | |||
2002-03-01 | Fix an err() that should really be errx() | Todd C. Miller | |
2002-02-28 | change the text following the preprocessor directives '#else' and | Dan Harnett | |
'#endif' into comments. ok millert@ | |||
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller | |
avoid number of arguments limit. Also, file is optional; Brian Poole | |||
2002-02-28 | log user not allowed details, from dwd@bell-labs.com; ok markus@ | Kevin Steves | |
2002-02-28 | -u0 DNS for user@host | Kevin Steves | |
2002-02-28 | DenyUsers allows user@host pattern also | Kevin Steves | |
2002-02-28 | delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers | Kevin Steves | |
for sshd -u0; ok markus@ |