Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-06 | Fix piomode(0x4) errors. | Constantine Sapuntzakis | |
Fix Sense Error 6 errors. Better atapi to scsi sense conversion. | |||
1999-10-06 | Don't complain that /var/tmp/vi.recover is not owned by root | Todd C. Miller | |
when it doesn't exist. | |||
1999-10-06 | force HOST_OK not only for localhost but for localnet, suggested tholo@ | Niels Provos | |
some cleanup. | |||
1999-10-06 | Make this man page much clearer. | Aaron Campbell | |
1999-10-06 | big endian fixes; ryker, jd@noc7.uchsc.edu | Theo de Raadt | |
1999-10-05 | too soon | Marc Espie | |
1999-10-05 | Typo. | Marc Espie | |
1999-10-05 | Actually build pkg_sign. | Marc Espie | |
1999-10-05 | get httpd in WDIRS as well as the prereq dirs. | Bob Beck | |
1999-10-05 | move auth-sockets to private dir | Markus Friedl | |
delete minfd residua | |||
1999-10-05 | Mark ParseReadC as inline (from NetBSD) | Marc Espie | |
1999-10-05 | Efficiency patch from NetBSD: | Marc Espie | |
make spends time freeing data structures right before exiting. So don't bother. Keep the code inside #ifdef, so that it's still there if someone ever wants to use make code inside a library. | |||
1999-10-05 | Kill unused functions Buf_UngetByte, Buf_UngetBytes, Buf_GetByte, Buf_GetBytes. | Marc Espie | |
Replace the buffer reallocation mechanism with something much more efficient. Originally from NetBSD. Tweaks to the allocator to first loop finding the correct size, then reallocate; change the heuristic to double the size until we're over what's needed by some fixed amount. | |||
1999-10-05 | util.c only holds compatibility functions that OpenBSD doesn't use. | Marc Espie | |
Keep the file for compatibility, but don't bother compiling it. From NetBsd | |||
1999-10-05 | .Xr isakmpd(4) -> .Xr isakmpd(8); kjell@ | Aaron Campbell | |
1999-10-05 | Describe the -o option; whs@xs4all.nl | Aaron Campbell | |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell | |
1999-10-05 | more | Theo de Raadt | |
1999-10-05 | Improve somewhat. | Aaron Campbell | |
1999-10-05 | .Sh OPTIONS -> "The options are as follows:" | Aaron Campbell | |
1999-10-05 | mention /etc/defaultdomain | Eric Jackson | |
1999-10-05 | mention /etc/myname | Eric Jackson | |
1999-10-05 | Improve this man page a bit, but needs more work. | Aaron Campbell | |
1999-10-05 | Trash an experimental option, for now. | Aaron Campbell | |
1999-10-05 | more | Aaron Campbell | |
1999-10-05 | Ensoniq ES1371 support. | Constantine Sapuntzakis | |
Thanks to Ezra Story (ezy@panix.com) | |||
1999-10-05 | Better NAT documentation. | Aaron Campbell | |
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-10-05 | clear xauthfile on mkstemp failure. adam@xpert.com | Dug Song | |
1999-10-05 | compile | Theo de Raadt | |
1999-10-05 | add httpd to includes target so apache includes get grabbed. | Bob Beck | |
1999-10-05 | fix potential xauth race | Dug Song | |
1999-10-05 | sync | Theo de Raadt | |
1999-10-05 | specifed -> specified | Aaron Campbell | |
1999-10-05 | - Put -d in SYNOPSIS. | Aaron Campbell | |
- Fix typo: specifed -> specified. - Some other miscellaneous fixes. | |||
1999-10-05 | Add a missing check from last commit. | Aaron Campbell | |
1999-10-05 | New mdoc'd dhclient(8) man page; form@ | Aaron Campbell | |
1999-10-05 | Kill .raw reference; don't know why I didn't see this sooner. | Jason Downs | |
1999-10-05 | - Fix the progress meter for receiving files, too. | Aaron Campbell | |
- Add a check for totalbytes <= 0 in progressmeter(), so we don't / 0. - Reset statbytes when we issue progressmeter(1), just to be safe. | |||
1999-10-05 | Show filenames in the progress meter while transferring. | Aaron Campbell | |
1999-10-05 | correct to show our current path situation | Eric Jackson | |
1999-10-05 | include licensing info | Dug Song | |
1999-10-05 | crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@ | Dug Song | |
1999-10-04 | add etc | Brad Smith | |
1999-10-04 | promise support; chris@ took it from netbsd | Theo de Raadt | |
1999-10-04 | fix shutdown() for sockets, the last one has to close the socket | Markus Friedl | |
1999-10-04 | Synch with current development: | Marc Espie | |
* signatures no longer deal with zcat. Instead, we sign the gzip file itself (stripped of the signature part of the header, of course). Thanks Angelos. Niels seems to think passing the header itself to sign is not a problem, even though no-one cares about checking it ? * gzip header handling revamped: can write to memory. Will eliminate some pipes later on. Can stack signatures. * taken out specific signature schemes (e.g., pgp and sha1). Code is now signature scheme independent, mostly, and writes with client data from memory, e.g., check.c can invoke several checks in parallel without needing to fork. * need the full set of popen-like functionalities (keep track of opened file descriptors to avoid passing them down to children) * remove simple_check.c, functionality absorbed elsewhere. To do: * re-check message output and what to do with unsigned/unchecked/verified packages, * check pkg_add implementation and remove extra-pipe in asynchronous checking, * control over what to do when several signatures are stacked... Simple way would be to disable that for now (possibility for release) * get the code through a linter again. | |||
1999-10-04 | If we can't chdir to the root dir in -execdir, just return instead | Todd C. Miller | |
of generating an error. Most times this is just because the target is not a directory. Also close an fd leak introduced in the last commit. | |||
1999-10-04 | Move the chdir/fchdir hack so that it is local to the -execdir | Todd C. Miller | |
function, since that's the only place it needs to be. Doing it for each function caused problems with multiple directories. | |||
1999-10-04 | more shrinking | Theo de Raadt | |