Age | Commit message (Expand) | Author |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat |
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl |
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 |
2001-11-07 | more is no more. less has been used as more for more or less most of the | Artur Grabowski |
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 |
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 influ... | Michael Shalayeff |
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 |
2001-11-05 | Add more sanity checks of path data in the vi recovery file; potential proble... | Todd C. Miller |
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 |
2001-11-02 | replace fprintf(stderr)/exit w/ err/warn | Michael Shalayeff |
2001-11-02 | Change 2 Exit() -> exit() | Todd C. Miller |
2001-11-02 | Revert to clnt_broadcast() method until an alignment problem with the | Todd C. Miller |
2001-11-02 | avoid stdio in signal handler | Theo de Raadt |
2001-11-02 | use _exit() in signal handler | Theo de Raadt |
2001-11-01 | Major overhaul. | Todd C. Miller |
2001-11-01 | printf() format string fix. | Miod Vallat |
2001-10-30 | undo (disable debug again) | Markus Friedl |
2001-10-30 | ssh.1 | Markus Friedl |
2001-10-29 | hostbased: check for client hostkey before building chost | Markus Friedl |
2001-10-28 | remove bogus error-check, resolve pr#2147 | Jakob Schlyter |
2001-10-28 | fix getaddrinfo error handling | Jakob Schlyter |
2001-10-28 | fix stupid typo | Jakob Schlyter |
2001-10-28 | remove unused variable | Jakob Schlyter |
2001-10-28 | indent | Theo de Raadt |
2001-10-28 | fix -z; jarle@uninett.no | Theo de Raadt |
2001-10-27 | Send User-Agent: OpenBSD ftp to WWW servers and proxies. | Heikki Korpela |
2001-10-26 | add eisenstein | Michael Shalayeff |
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl |
2001-10-24 | Misplaced space in fprintf "Execute get, put orappend to initiate transfer" | Todd C. Miller |
2001-10-24 | make ~& (backgrounding) work again for proto v1; add support ~& for v2, too | Markus Friedl |
2001-10-24 | kill register | Todd C. Miller |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-10-24 | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ | Markus Friedl |