Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Document -h option and correctly describe half-reverse and half-reverse | Aaron Campbell | |
line feeds; mpech@prosoft.org.lv | |||
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Oops. sum(1) has a different SYNOPSIS. | Aaron Campbell | |
2000-11-21 | A few updates from the sudo developement tree: | Todd C. Miller | |
- Add bsd authentication support (currently disabled) - Always check setenv() return value - Fix umask disabling | |||
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Sync usage() output and man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Oops... alphabetize. | Aaron Campbell | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Use __progname in usage() since this may be invoked as "sum" as | Aaron Campbell | |
well; mpech@prosoft.org.lv | |||
2000-11-21 | errno saving inside really crummy signal handlers | Theo de Raadt | |
2000-11-20 | repair; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | fixes; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | repairs; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-17 | sync program usage to manual page; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-17 | OpenBSD already has queue.h and this one gets in the way since OpenBSD | Todd C. Miller | |
includes expect macros in sys/queue.h that the vi queue.h didn't have. | |||
2000-11-17 | Userland programs should not include sys/select.h | Todd C. Miller | |
2000-11-16 | do not use perror() in sshd, after the child is forked() | Markus Friedl | |
2000-11-16 | When building default seed from the hostname, only use alphanumeric | Todd C. Miller | |
characters and make things lower case. Also sanity check the existing seed in skeykeys since we can't be sure it is completely sane. Problem noted by wozz@wookie.net | |||
2000-11-15 | case insensitive key options; from stevesk@sweden.hp.com | Markus Friedl | |
2000-11-15 | Add missing \n at the end of an error message. | Todd C. Miller | |
2000-11-15 | add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keys | Markus Friedl | |
2000-11-15 | typo, use .It | Markus Friedl | |
2000-11-15 | just ignore non existing user keys | Markus Friedl | |
2000-11-15 | reorder SYNOPSIS | Markus Friedl | |
2000-11-14 | do not reorder keys if a key is removed | Markus Friedl | |
2000-11-14 | check no_agent_forwarding_flag for ssh-2, too | Markus Friedl | |
2000-11-14 | parse options only if key matches; fixes some confusing messages seen by the ↵ | Markus Friedl | |
client | |||
2000-11-14 | Sync the list of "not supported" options with the source code; fixes PR/1506 | Aaron Campbell | |
from mpech@prosoft.org.lv. | |||
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-11-12 | off-by-one when removing a key from the agent | Markus Friedl | |
2000-11-11 | allow prompt to be specified anywhere on the command line, make it work | Niels Provos | |
with md5. prohibit makekey mode and prompt. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-11-10 | typo; from mouring@pconline.com | Markus Friedl | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell | |
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions. | |||
2000-11-08 | Fix a buf oflow, only exposed because a user happened to have a host with a | Aaron Campbell | |
resolvable name > 63 characters and specified a port number on the command line; spotted by steve@tightrope.demon.co.uk, who provided a useful traceback. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-11-07 | Add __P(). ok deraadt@ | Kevin Lo | |
2000-11-07 | Add __P(). ok deraadt@ | Kevin Lo | |
2000-11-06 | downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net | Markus Friedl | |
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl | |
2000-11-06 | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | Markus Friedl | |
2000-10-31 | so that large packets do not wrap "n"; from netbsd | Markus Friedl | |
2000-10-31 | handle all old openssh versions | Markus Friedl | |
2000-10-27 | deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com | Markus Friedl | |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl | |