summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-03-14add pin, chpinJim Rees
2002-03-14Add 'pin' and 'chpin' commandsJim Rees
2002-03-140000 is not a reserved fidJim Rees
2002-03-14split auth_rsa() for better readability and privsep; ok provos@Markus Friedl
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-14split out ssh1 session key decryption; ok provos@Markus Friedl
2002-03-14call siginterrupt() (from theo)Jim Rees
2002-03-14don't trust size sent by (rogue) server; noted by s.esser@e-matters.deMarkus Friedl
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-03-12Add PT_IO to ptrace ops.Artur Grabowski
2002-03-12This makes things line up better. millert@ concurs.Hakan Olsson
2002-03-11 remove errno=0 assignments, we don't need these with Hakan's codeVincent 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-11indentJun-ichiro itojun Hagino
2002-03-11correct type mismatches (u_int64_t != unsigned long long)Jun-ichiro itojun Hagino
2002-03-10check that we got the port before trying to listenEric Jackson
pr 2436; Alexander Yurchenko <grange@rt.mipt.ru>
2002-03-10Better long vs int. millert@ ok.Hakan Olsson
2002-03-08printf type mismatchJun-ichiro itojun Hagino
2002-03-08tabifyJun-ichiro itojun Hagino
2002-03-06First step in really explaining what make does, and what's standard,Marc Espie
and what's not. okay millert@, miod@.
2002-03-06OpenSSH_3.1Markus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-06undoMarkus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-05 Fix a ridiculous bug I introduced in the buffer code. Free the undo recordsVincent Labrecque
list correctly.
2002-03-05patch(1) is now free, thanks Larry!Niklas Hallqvist
2002-03-05and -ldes here tooTheo de Raadt
2002-03-05and a -ldesTheo de Raadt
2002-03-05more -ldesTheo de Raadt
2002-03-04off by one; thanks to joost@pine.nlMarkus Friedl
2002-03-04handle 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; addKevin Steves
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@
2002-03-04error-> debug, because O_NONBLOCK for /dev/null causes too many different ↵Markus Friedl
errnos; ok stevesk@, deraadt@
2002-03-04unused includeMarkus Friedl
2002-03-02correct copyright dates for scp license; ok markus@Kevin Steves
2002-03-02Accept deroff's -m flags too.Todd C. Miller
2002-03-02No more writable strings in -b mode.Todd C. Miller
2002-03-02Kill JOB_REMIGRATE.Marc Espie
2002-03-02kill #ifdef REMOTE stuff that only obfuscates issues.Marc Espie
ok millert@, miod@
2002-03-01Sort -df, not sort -fTodd C. Miller
2002-03-01spell 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-01disable undo until it is fixed to be (1) correct and (2) not crash like it ↵Theo de Raadt
does now
2002-03-01undo the 'delay hostname lookup' changeMarkus Friedl
match.c must not use compress.c (via canonhost.c/packet.c) thanks to wilfried@
2002-03-01Fix an err() that should really be errx()Todd C. Miller
2002-02-28change the text following the preprocessor directives '#else' andDan Harnett
'#endif' into comments. ok millert@
2002-02-28All the -m options were not being displayed, use .Oo and .Oc toTodd C. Miller
avoid number of arguments limit. Also, file is optional; Brian Poole
2002-02-28log user not allowed details, from dwd@bell-labs.com; ok markus@Kevin Steves
2002-02-28-u0 DNS for user@hostKevin Steves
2002-02-28DenyUsers allows user@host pattern alsoKevin Steves
2002-02-28delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsersKevin Steves
for sshd -u0; ok markus@