Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-07 | BN_hex2bn returns int; from dtucker@ | Markus Friedl | |
2006-11-07 | correctly check for bad signatures in the monitor, otherwise the monitor and | Markus Friedl | |
the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ | |||
2006-11-07 | Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] can | Ray Lai | |
be safely called later. Add check for asprintf. Use _PATH_DEV, suggested by jaredy@. OK jaredy@. | |||
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl | |
2006-11-06 | Replace -### with -s### pre-getopt() and use strtonum() | Todd C. Miller | |
instead of strtol() when parsing the speed string. Closes PR 5222. | |||
2006-11-06 | - handle global -n flag in conjunction with remove -f. | Xavier Santolaria | |
- better error message. | |||
2006-11-04 | from ru@freebsd: | Jason McIntyre | |
Fix a bug converting a variable from the numeric type to a string. ok otto deraadt | |||
2006-11-03 | ouT makefile rules are smarter now, kill a redundant CLEANFILES | Otto Moerbeek | |
2006-11-02 | There is no need to trim an empty string any further, just return | Ray Lai | |
it. OK moritz@. | |||
2006-11-02 | Check length before checking index of len - 1. | Ray Lai | |
OK moritz@. | |||
2006-11-02 | ftp(1) sends EPSV by default, not PASV; | Jason McIntyre | |
from daniel wade ok deraadt | |||
2006-11-02 | Pass full buffer size to fgets. | Ray Lai | |
OK moritz@ and jaredy@. | |||
2006-11-02 | Add checks for fgets and properly overwrite newline. | Ray Lai | |
Initial patch from Charles Longeau <chl at tuxfamily dot org>. OK moritz@ and jaredy@. | |||
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai | |
Initial patch by Charles Longeau <chl at tuxfamily dot org>. OK kjell@. | |||
2006-10-31 | fill november and december; now every date has an event. | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-10-31 | other galaxies exist! | Jasper Lievisse Adriaanse | |
2006-10-31 | Don't blindly truncate buf[strlen(buf) - 1] without checking for | Ray Lai | |
newline. Initial patch from Charles Longeau <chl at tuxfamily dot org>, fix inspired by comment by Anonymous Coward on undeadly. OK moritz@, ian@. | |||
2006-10-31 | check DH_compute_key() for -1 even if it should not happen because of | Markus Friedl | |
earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm | |||
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria | |
2006-10-29 | Optimise a couple of printf()s; originally from Han Boetes. | Tom Cosgrove | |
Reminded by, and ok, otto@. | |||
2006-10-29 | Plug a mem leak. Found in one of my trees. Forgat where it came from; most | Otto Moerbeek | |
likely from a NetBSD Coverity fix. ok ray@ | |||
2006-10-29 | Remove useless code that can cause a SEGV if a buffer is realloc()ed. | Todd C. Miller | |
Allocate buffers early and in one place instead of two. Make bufend global so it can be updated along with buffer. OK deraadt@ | |||
2006-10-28 | revert previous change; causes segfault when called from | Christian Weisgerber | |
pkg_mklocatedb/locate.mklocatedb | |||
2006-10-28 | correct/expand example of usage of -w; ok jmc@ stevesk@ | Otto Moerbeek | |
2006-10-27 | expand the description of -d somewhat; | Jason McIntyre | |
2006-10-27 | - update Nd somewhat | Jason McIntyre | |
- missing comma | |||
2006-10-27 | - simplify and sort synopsis | Jason McIntyre | |
- sort options - some minor text tweaks - sync usage() | |||
2006-10-26 | Remove an unused variable spotted by lint. | Chad Loder | |
2006-10-26 | - document that multiple commands may be newline or semicolon separated | Jason McIntyre | |
- refer to latest posix revision - note that -a and newline-separated multiple commands are non-portable - note which commands do not permit being specified separated by semicolons based around pr 5269, from tilo stritzky much help/ok otto | |||
2006-10-25 | Check len to be > 0 before accessing buf[len-1] and check if the | Moritz Jodeit | |
last character in the string returned by fgets(3) is '\n' before blindly overwriting it. OK and input from xsa@ | |||
2006-10-24 | bring back support for -h, -N, -R, and -t. | Xavier Santolaria | |
OK joris@. | |||
2006-10-24 | +.Ex -std sed | Jason McIntyre | |
2006-10-24 | Reuse len instead of calling strlen again. | Ray Lai | |
OK xsa@. | |||
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai | |
OK xsa@. | |||
2006-10-22 | cancel progress meter when upload write fails; ok deraadt@ | Damien Miller | |
2006-10-18 | Remove useless code that can cause a SEGV if a buffer is realloc()ed. | Todd C. Miller | |
Allocate buffers early and in one place instead of two. Fixes PR 5252; OK deraadt | |||
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt | |
2006-10-17 | grammar correction; from matthew clarke | Jason McIntyre | |
2006-10-16 | gove this page a proper options list; | Jason McIntyre | |
2006-10-16 | simplify SYNOPSIS, and do all the work in DESCRIPTION; | Jason McIntyre | |
ironically, after simplifying SYNOPSIS as much as i can, we now match what we had all along in usage() ;) ok otto | |||
2006-10-15 | Talk about "memory" not "pages in kilobytes", it is less awkward | Todd C. Miller | |
that way. OK jmc@ deraadt@ | |||
2006-10-14 | Allow less to build in Makefile.cross environment. | Dale Rahn | |
2006-10-13 | fix fortran man year | Michael Shalayeff | |
2006-10-13 | vmstat memory stats are in kb, not number of pages; | Jason McIntyre | |
from jan srzednicki (freebsd pr #71690) ok mickey | |||
2006-10-12 | document environment var CDROM; from ross l richardson (pr #5258) | Jason McIntyre | |
i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc | |||
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative ↵ | Niall O'Higgins | |
error messages (found by tom@) - make rcs_choosefile() save wrt errno, input from ray@ ok joris@ xsa@ | |||
2006-10-12 | recognize 'sh' binaries. | Dale Rahn | |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson | |
buf[strlen(buf) - 1] = something; misuse. ok niallo@, cloder@ | |||
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre | |
thus also avoiding a line split that was annoying me; | |||
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre | |
under -print, and slightly inaccurate anway; move it up into DESCRIPTION and correct it; from otto and myself |