Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-11-01 | Major overhaul. | Todd C. Miller | |
Add protocol version 3 support. To avoid doing two separate broadcasts (like the solaris client does) we now do the equivalent of clnt_broadcast() ourselves and send both version 2 and 3 broadcasts. These are staggered such that under normal circumstances the version 3 reply will be received before the version 2 reply (which is what we want). Version 3 support is important now that we have long user and host names in utmp. Avoid potential duplicates on multihomed machines by storing all the addresses we get back from gethostbyaddr(), not just a single address. Reduce the timeout from 1 minute to 30 seconds which is closer to what Solaris uses and is generally more useful. Check window width and take this into account when formatting lines in -l mode. | |||
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 | |
``User agents SHOULD include this field with requests'', from RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43 Patch from and problem reported by Diana Eichert <deicher@sandia.gov> when using proxies with specific browser requirements. Tested by me with the ports mirror-maker makefile / fetch-all script (with and without a proxy). ok millert@ | |||
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 | |
millert@ ok | |||
2001-10-24 | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ | Markus Friedl | |
2001-10-24 | mention remote port in debug message | Markus Friedl | |
2001-10-24 | remove unused | Markus Friedl | |
2001-10-15 | crank version | Theo de Raadt | |
2001-10-13 | Resize buffer correctly, I'm an idiot. | Marc Espie | |
Found by fries@, ok deraadt@ | |||
2001-10-11 | missing arg to errx | Todd C. Miller | |
2001-10-11 | fix bodun description; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-10-11 | clear select masks if we return before calling select(). | Markus Friedl | |
2001-10-11 | delay detach of session if a channel gets closed but the child is still alive. | Markus Friedl | |
however, release pty, since the fd's to the child are already closed. | |||
2001-10-11 | Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELEN | Todd C. Miller | |
instead of UT_HOSTSIZE, UT_NAMESIZE and UT_LINESIZE since the UT_* constants define sizes on the local machine, not the sizes specified by the rusers protocol. | |||
2001-10-11 | Sync with portable mktemp-1.4; the template is now optional. | Todd C. Miller | |
Came out of discussions with Solar Designer. | |||
2001-10-10 | Handle macro expansion even if argc==2, which can happen in indir() calls. | Marc Espie | |
Problem encountered by obecian@. | |||
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl | |
don't kill the login shells if the shells stdin/out/err is closed. this should now work: ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ? | |||
2001-10-10 | Prototypes shouldn't mention argument name. | Marc Espie | |
2001-10-10 | Quote filename properly. | Marc Espie | |
2001-10-10 | Fix indent | Marc Espie | |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking ↵ | Markus Friedl | |
wait() calls. | |||
2001-10-09 | close all channels if the connection to the remote host has been closed, | Markus Friedl | |
should fix sshd's hanging with WCHAN==wait | |||
2001-10-09 | stat subsystem command before calling do_exec, and return error to client. | Markus Friedl | |
2001-10-09 | chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | Markus Friedl | |
2001-10-09 | Don't assume that the RTF_HOST flag implies that a netmask is available. | brian | |