Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-16 | handle empty lines instead of dumping core; report from sha@sha-1.net | Markus Friedl | |
2001-11-14 | errno saving wrapping in a signal handler | Theo de Raadt | |
2001-11-14 | get rid of signal race | Theo de Raadt | |
2001-11-14 | o Don't accept URLs with user:pass@ and an extra unencoded @. | Heikki Korpela | |
@ should be encoded as %40 for passwords and usernames. @ in the pathname portion of the URL is ok. o decode usernames and passwords as per FTP URL specification. spotted by krw@, input from krw@ and fgs@ millert@ ok | |||
2001-11-13 | enter 3.0.1 | Markus Friedl | |
2001-11-12 | enable authorized_keys2 again. tested by fries@ | Markus Friedl | |
2001-11-12 | upgrade .su railways another hundred years; dfa@ ok | Michael Shalayeff | |
2001-11-12 | fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ ok | Dug Song | |
2001-11-11 | make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if ↵ | Markus Friedl | |
AuthorizedKeysFile is specified. | |||
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie | |
initialize create in main.c. | |||
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt | |
2001-11-11 | Add 'S' to interactive mode to toggle the display of system | Federico G. Schwindt | |
processes; From NetBSD. millert@ ok. | |||
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie | |
pointers is simpler than calling a function. Recognize purely static lst headers, which don't really need any initialization. ok miod@ | |||
2001-11-10 | remove extra debug() | Markus Friedl | |
2001-11-10 | KNF (unexpand) | Markus Friedl | |
2001-11-10 | cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc). | Markus Friedl | |
2001-11-10 | Additional vax magic to cover bins with new MID and 4k page size. | Hugh Graham | |
Also to get Theo monkey off my back. | |||
2001-11-09 | remove extra trailing dot from log message; pilot@naughty.monkey.org | Markus Friedl | |
2001-11-09 | don't memset too much memory, ok millert@ | Markus Friedl | |
original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl | |
Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2 becomes Accepted publickey for root from 127.0.0.1 port 42734 ssh2 | |||
2001-11-08 | mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@ | Markus Friedl | |
2001-11-08 | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. | Markus Friedl | |
2001-11-07 | crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com | Markus Friedl | |
2001-11-07 | unused includes | Markus Friedl | |
2001-11-07 | s/Keepalive/KeepAlive/; from openbsd@davidkrause.com | Markus Friedl | |
2001-11-07 | missing free and sync dss/rsa code. | Markus Friedl | |
2001-11-07 | ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported | Markus Friedl | |
2001-11-07 | rpcgen is not nearly KNF, but it now generates close to KNF code | Theo de Raadt | |
2001-11-07 | pad using the padding field from the ssh2 packet instead of sending | Markus Friedl | |
extra ignore messages. tested against several other ssh servers. | |||
2001-11-07 | more is no more. less has been used as more for more or less most of the | Artur Grabowski | |
time OpenBSD has existed, so there is no point in keeping this code here anymore. | |||
2001-11-07 | fix signal race | Theo de Raadt | |
2001-11-07 | When mixing the -l and -i flags sort on each individual user's | Todd C. Miller | |
idle time, not the minimum idle tiem of all users on the host. This makes the -i option much more useful... | |||
2001-11-06 | change a stat() to lstat() | Todd C. Miller | |
2001-11-06 | implement missing sorting options | Todd C. Miller | |
2001-11-06 | New vm includes. | Artur Grabowski | |
2001-11-06 | add pablo, born pau casals. 'i owe nearly all my talent at music to the ↵ | Michael Shalayeff | |
influence of my father' | |||
2001-11-06 | Must zero out timeout by hand now that it is no longer global. | Todd C. Miller | |
2001-11-06 | Restore asyncronous RPC code now that I found the uninitialized variable | Todd C. Miller | |
that was causing problem. | |||
2001-11-05 | Add more sanity checks of path data in the vi recovery file; potential ↵ | Todd C. Miller | |
problems pointed out by lumpy@the.whole.net | |||
2001-11-05 | make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-11-05 | use _exit in signal handler | Theo de Raadt | |
2001-11-05 | mark a zone of signal races | Theo de Raadt | |
2001-11-03 | Telnet client shouldn't say it does Kerberos unless there actually exists | Hans Insulander | |
a krb4 or krb5 ticket file. ok art@ | |||
2001-11-02 | replace fprintf(stderr)/exit w/ err/warn | Michael Shalayeff | |
2001-11-02 | Change 2 Exit() -> exit() | Todd C. Miller | |
Avoid stdio in Exit() and call _exit() if we are a signal handler. We no longer print the signal number but the user can just check the exit value for that. | |||
2001-11-02 | Revert to clnt_broadcast() method until an alignment problem with the | Todd C. Miller | |
asyncronous rpc code in the previous commit is fixed. | |||
2001-11-02 | avoid stdio in signal handler | Theo de Raadt | |
2001-11-02 | use _exit() in signal handler | Theo de Raadt | |