Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
libz crc32 function yet, because it has ugly "long"'s in it; oneill@cs.sfu.ca | |||
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 | |
bind(2) was done on the dst addr instead of the src. | |||
2000-08-12 | - Convert to using getopt(). | Aaron Campbell | |
- Sync man page options with actual program/usage. - KNF. | |||
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 | |
at it, do some -Wall fixing. | |||
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 | |
dugsong@ kerberos authentication is on by default only if you have a srvtab. | |||
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 | |
by Solar Designer. External password checking program can be spawned now, number of password trials configurable. work by me and Bob Beck. | |||
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 | |
MAKEFLAGS | |||
2000-07-31 | modernize this source code including: avoiding atoi(), range checking, | Theo de Raadt | |
KNF. while at it, add a rpcinfo -s command for setting ports from userland. | |||
2000-07-27 | If the HOME environment variable is not set, do not try to read | Todd C. Miller | |
.netrc from cwd. Mostly paranoia but good practive. Closes PR 1332. | |||
2000-07-27 | Handle unlimited diverts for m4 -g. | Marc Espie | |
Problem with autoconf noticed by d@ | |||
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 | |
section. | |||
2000-07-25 | o check that we are on a tty (and bail if not) | Todd C. Miller | |
o in panic() just call exit() not abort() | |||
2000-07-25 | deal with a number of overflows pointed out by fuzz; in most cases, we ↵ | Theo de Raadt | |
truncate the symbol in question | |||
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 | |
Found by deraadt@ | |||
2000-07-24 | Implement esyscmd | Marc Espie | |
2000-07-24 | Oops. | Marc Espie | |
2000-07-24 | Update to ncurses-5.1-20000722 | Todd C. Miller | |
2000-07-23 | When moving temp file -> .depend use "mv -f" | Todd C. Miller | |
2000-07-22 | random early drop; ok theo, niels | Markus Friedl | |
2000-07-20 | document input and output files | Markus Friedl | |
2000-07-20 | Code cleanup, user errx and warn instead of the hacks already there. | Eric Jackson | |
2000-07-20 | missing free, reorder | Markus Friedl | |
2000-07-19 | chflags no more | Michael Shalayeff | |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff | |
2000-07-18 | Handle MAKEFLAGS variation mandated by POSIX. | Marc Espie | |
Code to pass variable definitions to submakes through make flags. Not activated yet, need to fix src/ first. |