Age | Commit message (Expand) | Author |
2000-08-21 | Fix incorrect PATH setting; noted by Markus. | Todd C. Miller |
2000-08-21 | Var_Append needs to set v for DEBUG(VAR) to work. | Marc Espie |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-08-20 | Only check /etc/nologin if "UseLogin no" since login(1) may have its | Todd C. Miller |
2000-08-20 | We have to stash the result of get_remote_name_or_ip() before we | Todd C. Miller |
2000-08-19 | oops | Markus Friedl |
2000-08-19 | more ~ support for ssh2 | Markus Friedl |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-08-19 | proper prototype | Theo de Raadt |
2000-08-19 | support for ~. in ssh2 | Markus Friedl |
2000-08-19 | shorten | Theo de Raadt |
2000-08-19 | knf | Theo de Raadt |
2000-08-19 | -S prog support; tv@debian.org | Theo de Raadt |
2000-08-19 | rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to | Theo de Raadt |
2000-08-19 | accept remsh as a valid name as well; roman@buildpoint.com | Theo de Raadt |
2000-08-17 | sshd -u len, similar to telnetd | Markus Friedl |
2000-08-17 | cleanup login(1)-like jobs, no duplicate utmp entries | Markus Friedl |
2000-08-15 | typo; kravietz@ceti.pl | Niels Provos |
2000-08-15 | cleanup; ok niels@ | Markus Friedl |
2000-08-13 | update to sudo 1.6.3p5 | Todd C. Miller |
2000-08-13 | recover 1.29 -> 1.30 | Jun-ichiro itojun Hagino |
2000-08-13 | properly look at error code from getnameinfo(3) | Jun-ichiro itojun Hagino |
2000-08-13 | typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame) | Jun-ichiro itojun Hagino |
2000-08-13 | telnet -b broke when getaddrinfo conversion was done, | Niklas Hallqvist |
2000-08-12 | - Convert to using getopt(). | Aaron Campbell |
2000-08-12 | Fix missing pluralization. | Aaron Campbell |
2000-08-05 | Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'm | Paul Janzen |
2000-08-04 | MaxStartups | Markus Friedl |
2000-08-04 | unused | Markus Friedl |
2000-08-02 | disallow kerberos authentication if we can't verify the TGT; from | Niels Provos |
2000-08-02 | disable kerberos authentication by default | Niels Provos |
2000-08-02 | correct sun_len; Alexander@Leidinger.net | Theo de Raadt |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-08-01 | talk about password checking | Niels Provos |
2000-08-01 | integrate password quality checking, disallow all digit passwords motivated | Niels Provos |
2000-08-01 | rename aux.c to util.c to help with cygwin port | Niels Provos |
2000-08-01 | many fixes from pepper@mail.reppep.com | Theo de Raadt |
2000-07-31 | POSIX rules: pass variables set on the command line to submakes through | Marc Espie |
2000-07-31 | modernize this source code including: avoiding atoi(), range checking, | Theo de Raadt |
2000-07-27 | If the HOME environment variable is not set, do not try to read | Todd C. Miller |
2000-07-27 | Handle unlimited diverts for m4 -g. | Marc Espie |
2000-07-26 | Still truncate too long identifiers, but avoid writing all over the stack. | Marc Espie |
2000-07-26 | typo | Theo de Raadt |
2000-07-26 | Rip out old dead legal notice, refer to BSD license. Clean up authors/history | Ian Darwin |
2000-07-25 | o check that we are on a tty (and bail if not) | Todd C. Miller |
2000-07-25 | deal with a number of overflows pointed out by fuzz; in most cases, we trunca... | Theo de Raadt |
2000-07-25 | KNF | Theo de Raadt |
2000-07-25 | a quick fix, and then i run away screaming in terror | Theo de Raadt |
2000-07-25 | Fix indent endless on garbage input. | Marc Espie |
2000-07-24 | Implement esyscmd | Marc Espie |