Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-27 | Add and correct comments, spacing. | Ray Lai | |
OK niallo@. | |||
2006-09-27 | Plug memory leak. | Ray Lai | |
OK niallo@. | |||
2006-09-26 | clear up some confusion between operands and operators; with & ok jmc@ | Otto Moerbeek | |
2006-09-26 | It seems pointless to assign a variable the atoi() return value after | Michael Knudsen | |
the strtol() error checking block for the strtol() assignment for the same variable. ok brad mglocker | |||
2006-09-26 | Allow zero-length patterns with -x so | Jared Yanovich | |
$ grep -x "" matches empty lines as reported on misc@ by Martin Marusak <marusak@fhpv.unipo.sk>. Initial diff by otto@ with tweaks by me. ok otto | |||
2006-09-26 | authunix_create_default() might return NULL; spotted by tbert; | Otto Moerbeek | |
ok deraadt@ | |||
2006-09-25 | Remove debugging printf accidentally committed. | Ray Lai | |
OK joris@. | |||
2006-09-25 | You forgot about -DSMALL and broke all the install media | Theo de Raadt | |
2006-09-25 | Support some additional HTTP redirect codes. | Jonathan Gray | |
"looks good" pedro, fgsch, ok otto | |||
2006-09-25 | Change "a SSH" to "an SSH". Hurray, I'm not the only one who | Ray Lai | |
pronounces "SSH" as "ess-ess-aich". OK jmc@ and stevesk@. | |||
2006-09-25 | Also accept "HTTP/1.1 200" as a success response. | Ray Lai | |
OK djm@. | |||
2006-09-24 | do not suggest that !expression and (expression) (without spaces) is valid; | Jason McIntyre | |
"from sander bos, with credit to peter bex" ok otto | |||
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie | |
2006-09-22 | remove the :dc: is always set behavior (use cua devices or /etc/remote | Jason Wright | |
entries to override); ok deraadt awhile ago. | |||
2006-09-22 | - explain diff_options (which i renamed from "diff options") | Jason McIntyre | |
- sync usage() ok xsa | |||
2006-09-22 | Fill September | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-22 | - handle deltatexts which don't end in a newline character. fixes PR #5241. | Niall O'Higgins | |
ok ray@ | |||
2006-09-21 | nick a double space; | Jason McIntyre | |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller | |
are pertinent to files (not directories) and that do not conflict with rcsdiff-specific flags. OK xsa@ | |||
2006-09-20 | Recommit memory leak fix. | Ray Lai | |
2006-09-20 | add missing year, | Jasper Lievisse Adriaanse | |
spotted by steven | |||
2006-09-20 | Add the Unix Billenium | Jasper Lievisse Adriaanse | |
2006-09-20 | add md5 collision | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-20 | Fill August | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-20 | That should be S_ISREG, dunno why I committed this wrong version; | Otto Moerbeek | |
spotted by hshoexer@ | |||
2006-09-19 | client NULL deref on protocol error; Tavis Ormandy, Google Security Team | Markus Friedl | |
2006-09-19 | fill July | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-19 | more stuff for June | Jasper Lievisse Adriaanse | |
"commitski now" mickey | |||
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek | |
have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ | |||
2006-09-17 | on .SUFFIXES: <empty> | Marc Espie | |
also reset one-suffix rules. | |||
2006-09-17 | when looking up ASNs (ASxxxx), select radb | Henning Brauer | |
2006-09-16 | limit maximum work performed by the CRC compensation attack detector, | Damien Miller | |
problem reported by Tavis Ormandy, Google Security Team; ok markus@ deraadt@ | |||
2006-09-02 | various improvements from deanna phillips; tweaked by myself | Jason McIntyre | |
ok kjell | |||
2006-08-30 | crank to 4.4 | Damien Miller | |
2006-08-30 | Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL | Darren Tucker | |
where previously it weren't. bz #1221, found by Dean Kopesky, ok djm@ | |||
2006-08-29 | Fix KVM snooping code of netstat that got broken by the multiple table | Claudio Jeker | |
"support". This makes netstat -A work again. OK markus@ henning@ | |||
2006-08-29 | fix a typo. it's esyscmd, not esycmd. | Marc Balmer | |
ok jmc | |||
2006-08-29 | Work around a problem in Heimdal that occurs when KRB5CCNAME file is | Darren Tucker | |
missing, by checking whether or not kerberos allocated us a context before attempting to free it. Patch from Simon Wilkinson, tested by biorn@, ok djm@ | |||
2006-08-29 | normalise some inconsistent (but harmless) NULL pointer checks | Damien Miller | |
spotted by the Stanford SATURN tool, via Isil Dillig; ok markus@ deraadt@ | |||
2006-08-28 | fix up disc size check. | Michael Coulter | |
ok krw@ deraadt@ | |||
2006-08-26 | /* $OpenBSD $*/ -> /* $OpenBSD$ */ | Kenneth R Westerback | |
2006-08-26 | print updates on the same line, per second, as we go along writing, in | Theo de Raadt | |
the following form: track 01 'd' 00328891/00328891 100% checked lots, but nobody replied to my mail... | |||
2006-08-25 | spacing | Theo de Raadt | |
2006-08-24 | spacing | Theo de Raadt | |
2006-08-24 | new post-soviet order in poland (from Mikolaj Kucharski <eth0@o2.pl>) and ↵ | Michael Shalayeff | |
also slovenia and yugoslavia (from Mitja Muzenic <mitja@muzenic.net>) | |||
2006-08-23 | use the correct variable in error and warning messages | Joris Vink | |
2006-08-23 | pull in latest change from openrcs: | Joris Vink | |
Add missing checks for EOF when parsing rcs file sections. by millert@ | |||
2006-08-23 | Add missing checks for EOF when parsing rcs file sections. | Todd C. Miller | |
OK xsa@ joris@ niallo@ | |||
2006-08-23 | Remove line length limit when reading format strings from a file. | Ray Lai | |
Fixes PR 5208. Problem reported and fix tested by jared rr spiegel <jrrs at hklocal dot nodeless dot net>. OK weingart@ and millert@. | |||
2006-08-21 | Add more detail about what permissions are and aren't accepted for | Darren Tucker | |
authorized_keys files. Corrections jmc@, ok djm@, "looks good" jmc@ |