Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-10-04 | nuked minfd. sigh. hope this is the last one. | Markus Friedl | |
1999-10-04 | nuke minfd/AUTH_FD | Markus Friedl | |
1999-10-04 | nuke genminfd/AUTH_FD | Markus Friedl | |
1999-10-04 | save user configuration in some magic buffer, which config -e can read; maja | Theo de Raadt | |
1999-10-04 | config -e support; ukc from maja@ | Theo de Raadt | |
1999-10-04 | fix handling of the localhost case. used to be a check against 'localhost', | Niels Provos | |
but we use canonical names, so check against ip address. | |||
1999-10-04 | nicer default | Theo de Raadt | |
1999-10-04 | document third case: 'up' | Jason Wright | |
1999-10-04 | more detail | Theo de Raadt | |
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
fix calculation of buffer slot number | |||
1999-10-04 | Minor calculation tweaks. | Aaron Campbell | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-10-04 | and... blowfish is external now too | Theo de Raadt | |
1999-10-04 | it is incredible what some people try to do in signal handlers | Theo de Raadt | |
1999-10-03 | document CheckHostIP | Niels Provos | |
1999-10-03 | fix last commit. | Niels Provos | |
1999-10-03 | add code to detect DNS spoofing: | Niels Provos | |
the main idea is to not only store the host key for the hostname but also for the according IP address. When we check the host key in the known_hosts file, we also check the key against the according IP address. When the server key changes, host_status = HOST_CHANGED. If check_host_in_hostfile() returns differing status for the IP address that means that either DNS was spoofed or that the IP address for the host and the host key changed at the same time. | |||
1999-10-03 | Remove commented out sample of SHMMAXPGS setting with machine-specific | Niklas Hallqvist | |
comment. People should read options.4 for such info anyhow, not this file. | |||
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist | |
makes TV watching in fullscreen in 640x480 work. | |||
1999-10-03 | errno trashing in signal handlers | Theo de Raadt | |
1999-10-03 | errno trashing considered harmfull | Theo de Raadt | |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller | |