summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2000-04-20If recover dir is not owned by root, chown it. If the mode is notTodd C. Miller
01777, fix that too. This is safe because the script is run before user processes start.
2000-04-20avoid naming something pwrite()Theo de Raadt
2000-04-19remove bogus chan_read_failed. this could cause dataMarkus Friedl
corruption (missing data) at end of a SSH2 session.
2000-04-19pid_tTheo de Raadt
2000-04-18add a note about sysctl/kvm dualism natureMichael Shalayeff
2000-04-18add back a way to analyze post-mortem cores; does not need sgid for syctl() ↵Michael Shalayeff
thoguh
2000-04-18use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ okMichael Shalayeff
2000-04-18Missed a few.Aaron Campbell
2000-04-17Initialize lineno and fname, see parse.c.Marc Espie
2000-04-17Record location in target node as well.Marc Espie
Indicate what went wrong for commands like @exit 1
2000-04-17Annotate CondStack with filenames/line numbers.Marc Espie
Give a trace of dangling .if in case of errors.
2000-04-17Don't free Makefile filenames when the file is finished reading, butMarc Espie
keep them for error reporting.
2000-04-17show 'Protocol' as an example, ok markus@Todd T. Fries
2000-04-17missing xfree()Markus Friedl
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16Propagate window size changes to slave.Marc Espie
2000-04-16- Remove reference to -S option; we don't have gettosbyname() and friends.Aaron Campbell
- Shrink SYNOPSIS a bit.
2000-04-16fix pr 1196, listen_port and port_to_connect interchangedMarkus Friedl
2000-04-16- Insert some .Pp here and there to make the man page easier to read.Aaron Campbell
- Put address family options into a columnated list with descriptions. - `` '' -> .Dq and such. - Xr netintro(4). - Remove hard sentence breaks. - Typo: specfied -> specified. - Correct .Nm usage. - Comma splice fixes.
2000-04-16after completion, replace the progress bar ETA counter with a final elapsed ↵Theo de Raadt
time; my idea, aaron wrote the patch
2000-04-16correct return value; from FreeBSDEric Jackson
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15Modify to build with ncurses, not ocurses. A proper port to terminfoTodd C. Miller
is probably not worth the effort.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-14Don't assume that termcap entries start with a 2-character short name--Todd C. Miller
modern ones do not.
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14ssh -2Markus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
needs hand fixup. I stopped at keymap.c...
2000-04-12document Protocol, CiphersMarkus Friedl
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12typosMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12print 1.99 only if server supports bothMarkus Friedl
2000-04-12typoMarkus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
2000-04-12check for reasonable public DH valuesMarkus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-12fix passwd prompt for ssh2, less debugging output.Markus Friedl
2000-04-12comment typoTheo de Raadt
2000-04-10Thinko in dobuiltin. Reported by turan@Marc Espie
2000-04-10repair x11-fwdMarkus Friedl
2000-04-10Remove extra backslash, noted by marc@snafu.orgTodd C. Miller
2000-04-07interop w/ latest ssh.com windows client.Markus Friedl
2000-04-06umask 077Markus Friedl
2000-04-06no adjust after closeMarkus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-04-05Keep configure from complaining about missing *.man.inTodd C. Miller
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-04-04re-order: group ssh1 vs. ssh2Markus Friedl