Age | Commit message (Expand) | Author |
2000-11-22 | Don't use light-weight Lst_ForEach when the list is going away from under | Marc Espie |
2000-11-22 | talk about /etc/primes, okay markus@ | Niels Provos |
2000-11-22 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell |
2000-11-21 | When doing tail -f from stdin don't reopen a local file named stdin. | Artur Grabowski |
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 |
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 |
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 |
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 |
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 |
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 |
2000-11-14 | Sync the list of "not supported" options with the source code; fixes PR/1506 | Aaron Campbell |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
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 |
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 |
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 |
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell |
2000-11-08 | Fix a buf oflow, only exposed because a user happened to have a host with a | Aaron Campbell |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell |
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 |