Age | Commit message (Expand) | Author |
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 |
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 |
2000-07-18 | Another closing of stdin; ok deraadt | Damien Miller |
2000-07-17 | FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9) | Marc Espie |
2000-07-17 | parse embedded variable specs, e.g., ${VAR_${SUB}} | Marc Espie |
2000-07-17 | - let VarModifiers_Apply accept NULL string gracefully, | Marc Espie |
2000-07-17 | Major unobfuscation: split var modifiers handling to a separate file. | Marc Espie |
2000-07-17 | separate modifiers handling from Var_Parse into a separate | Marc Espie |
2000-07-17 | Str_Match returns TRUE or FALSE, better style to test those rather | Marc Espie |
2000-07-17 | This does replace Str_Match with a better routine, which handles negated | Marc Espie |
2000-07-17 | Constify a few functions, propagated from VarModify. | Marc Espie |
2000-07-17 | - recognize that FIND_CMD and FIND_GLOBAL are always used together, | Marc Espie |
2000-07-17 | Consistency bug: for substitution should look in the same places other | Marc Espie |
2000-07-17 | o use strlcpy() where sensible | Todd C. Miller |
2000-07-16 | Add -o option for printing file offset. Also some whitespace reformatting. | Hugh Graham |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl |
2000-07-15 | Always create ~/.ssh with mode 700; ok Markus | Damien Miller |
2000-07-14 | allow leading whitespace. ok niels | Markus Friedl |
2000-07-14 | previous two patches mixed up if/else matching | Theo de Raadt |