summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-05moreAaron Campbell
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
Thanks to Ezra Story (ezy@panix.com)
1999-10-05Better NAT documentation.Aaron Campbell
1999-10-05Don't define AUDIO_DEBUGConstantine Sapuntzakis
1999-10-05clear xauthfile on mkstemp failure. adam@xpert.comDug Song
1999-10-05compileTheo de Raadt
1999-10-05add httpd to includes target so apache includes get grabbed.Bob Beck
1999-10-05fix potential xauth raceDug Song
1999-10-05syncTheo de Raadt
1999-10-05specifed -> specifiedAaron Campbell
1999-10-05- Put -d in SYNOPSIS.Aaron Campbell
- Fix typo: specifed -> specified. - Some other miscellaneous fixes.
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-05New mdoc'd dhclient(8) man page; form@Aaron Campbell
1999-10-05Kill .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-05Show filenames in the progress meter while transferring.Aaron Campbell
1999-10-05correct to show our current path situationEric Jackson
1999-10-05include licensing infoDug Song
1999-10-05crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@Dug Song
1999-10-04add etcBrad Smith
1999-10-04promise support; chris@ took it from netbsdTheo de Raadt
1999-10-04fix shutdown() for sockets, the last one has to close the socketMarkus Friedl
1999-10-04Synch 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-04If we can't chdir to the root dir in -execdir, just return insteadTodd 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-04Move the chdir/fchdir hack so that it is local to the -execdirTodd 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-04more shrinkingTheo de Raadt
1999-10-04nuked minfd. sigh. hope this is the last one.Markus Friedl
1999-10-04nuke minfd/AUTH_FDMarkus Friedl
1999-10-04nuke genminfd/AUTH_FDMarkus Friedl
1999-10-04save user configuration in some magic buffer, which config -e can read; majaTheo de Raadt
1999-10-04config -e support; ukc from maja@Theo de Raadt
1999-10-04fix 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-04nicer defaultTheo de Raadt
1999-10-04document third case: 'up'Jason Wright
1999-10-04more detailTheo de Raadt
1999-10-04put sbin:/usr/sbin in default pathTheo de Raadt
1999-10-04m_new is the new mbuf, not mJason Wright
1999-10-04m_new is the new mbuf, not mJason Wright
fix calculation of buffer slot number
1999-10-04Minor calculation tweaks.Aaron Campbell
1999-10-04Fixed garbled dmesg.Steve Murphree
1999-10-04and... blowfish is external now tooTheo de Raadt
1999-10-04it is incredible what some people try to do in signal handlersTheo de Raadt
1999-10-03document CheckHostIPNiels Provos
1999-10-03fix last commit.Niels Provos
1999-10-03add 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-03Remove commented out sample of SHMMAXPGS setting with machine-specificNiklas Hallqvist
comment. People should read options.4 for such info anyhow, not this file.
1999-10-03Double the amount of shared memory pages we can maximally allocate. ThisNiklas Hallqvist
makes TV watching in fullscreen in 640x480 work.
1999-10-03errno trashing in signal handlersTheo de Raadt
1999-10-03errno trashing considered harmfullTheo de Raadt
1999-10-03put back FTS_CHDIRROOT until next library major number crankTodd C. Miller