Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-26 | Change the name of mail's send() function to sendmessages() to | Todd C. Miller | |
avoid shadowing the libc send(2); gadams@avernus.com | |||
2000-04-25 | When incorporating new messages, clear the "new" count before the | Todd C. Miller | |
inc so the count of new messages is useful afterwards. This makes mail behave more like the SunOS version in this respect. | |||
2000-04-25 | interop w/ F-secure windows client | Markus Friedl | |
2000-04-24 | support RFC2732 IPv6 address literal URLs (http://[::1]:80/index.html). | Jun-ichiro itojun Hagino | |
2000-04-23 | Fix thinko, check eqp for NULL, not ap; ath@algonet.se | Todd C. Miller | |
2000-04-21 | Remove the races so that this is safe to run anytime. We open | Todd C. Miller | |
/var/tmp/vi.recover to get an fd and user O_NOFOLLOW to following a symlink. Once we have a file handle we can use it to safely chdir to the right place and form then on do operations relative to ".". Also restrict to root. | |||
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell | |
2000-04-21 | Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de> | Damien Miller | |
via Debian bug #59926 | |||
2000-04-20 | ISO currency and other additions, including smoot, jansky, and score. | Paul Janzen | |
2000-04-20 | No logarithmic scales. | Paul Janzen | |
2000-04-20 | If recover dir is not owned by root, chown it. If the mode is not | Todd C. Miller | |
01777, fix that too. This is safe because the script is run before user processes start. | |||
2000-04-20 | avoid naming something pwrite() | Theo de Raadt | |
2000-04-19 | remove bogus chan_read_failed. this could cause data | Markus Friedl | |
corruption (missing data) at end of a SSH2 session. | |||
2000-04-19 | pid_t | Theo de Raadt | |
2000-04-18 | add a note about sysctl/kvm dualism nature | Michael Shalayeff | |
2000-04-18 | add back a way to analyze post-mortem cores; does not need sgid for syctl() ↵ | Michael Shalayeff | |
thoguh | |||
2000-04-18 | use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ ok | Michael Shalayeff | |
2000-04-18 | Missed a few. | Aaron Campbell | |
2000-04-17 | Initialize lineno and fname, see parse.c. | Marc Espie | |
2000-04-17 | Record location in target node as well. | Marc Espie | |
Indicate what went wrong for commands like @exit 1 | |||
2000-04-17 | Annotate CondStack with filenames/line numbers. | Marc Espie | |
Give a trace of dangling .if in case of errors. | |||
2000-04-17 | Don't free Makefile filenames when the file is finished reading, but | Marc Espie | |
keep them for error reporting. | |||
2000-04-17 | show 'Protocol' as an example, ok markus@ | Todd T. Fries | |
2000-04-17 | missing xfree() | Markus Friedl | |
2000-04-17 | Move some misplaced periods outside of the parentheses. | Aaron Campbell | |
2000-04-16 | Propagate 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-16 | fix pr 1196, listen_port and port_to_connect interchanged | Markus 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-16 | after completion, replace the progress bar ETA counter with a final elapsed ↵ | Theo de Raadt | |
time; my idea, aaron wrote the patch | |||
2000-04-16 | correct return value; from FreeBSD | Eric Jackson | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-15 | Modify to build with ncurses, not ocurses. A proper port to terminfo | Todd C. Miller | |
is probably not worth the effort. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-14 | Don't assume that termcap entries start with a 2-character short name-- | Todd C. Miller | |
modern ones do not. | |||
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-14 | ssh -2 | Markus Friedl | |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl | |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller | |
needs hand fixup. I stopped at keymap.c... | |||
2000-04-12 | document Protocol, Ciphers | Markus Friedl | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-12 | typos | Markus Friedl | |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl | |
2000-04-12 | print 1.99 only if server supports both | Markus Friedl | |
2000-04-12 | typo | Markus Friedl | |
2000-04-12 | add 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-12 | check for reasonable public DH values | Markus Friedl | |
2000-04-12 | less debugging output | Markus Friedl | |
2000-04-12 | fix passwd prompt for ssh2, less debugging output. | Markus Friedl | |
2000-04-12 | comment typo | Theo de Raadt | |