summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-01wsmux needs to be cdev_decl'ed.Miod Vallat
2001-08-01import openssl-0.9.7-beta1Bob Beck
2001-08-01merge openssl 0.9.6b-engineBob Beck
Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
2001-08-01http://www.openssl.org/news/secadv_prng.txt; ok beck@Markus Friedl
2001-08-01Correct diagnostic string per PR 1981 by Kaspar Toomik.Hugh Graham
2001-08-01Do not define 'unix' on powerpc. ok drahnPeter Valchev
2001-08-01Remove tokenctl and tokenls from SEE ALSO -- they don't existTodd C. Miller
2001-08-01update to sendmail 8.11.5Todd C. Miller
2001-07-31syncTheo de Raadt
2001-07-31New license from Xerox! This code is now FREE! Took a while and a lot ofTheo de Raadt
mails, but it is worth it.
2001-07-31License clarification from Eric S. Raymond.Peter Valchev
In an email sent to us, he authorized us to change it. It is now BSD-licensed.
2001-07-31add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@Jakob Schlyter
2001-07-31Don't include a NUL at the end of our CHAP SUCCESS packet.brian
When encryption (MPPE) is enabled, WindowsME and Windows98 both fail because of the extra byte, suggesting that they autheticated successfully in their log and then dropping the connection, telling the user that the peer doesn't support compatible encryption options.
2001-07-31more MLINKTheo de Raadt
2001-07-31more Xr fixesTheo de Raadt
2001-07-31missing MLINKTheo de Raadt
2001-07-31remove stupid Xr to "Source(tm)"Jakob Schlyter
2001-07-31there is no tprintfTheo de Raadt
2001-07-31shrink even moreTheo de Raadt
2001-07-31syncTheo de Raadt
2001-07-31Remove unsupported drekTodd C. Miller
2001-07-31KNF + some ANSIficationTodd C. Miller
2001-07-31Call pwd_gensalt() with the correct args and reference login.confTodd C. Miller
in man page; hideishi@magisystem.net
2001-07-31we talked about libsectok having an include target a couple of times....Theo de Raadt
2001-07-31while i'm here: NetBSD -> .NxMike Pechkin
millert@ ok.
2001-07-31new BSD-style license and whitespace sync with opensshKevin Steves
2001-07-31type mismatch fix.Bob Beck
2001-07-31Remove an irritating diagnostic emitted to LogPHASE when abrian
static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability).
2001-07-31o) better struct handling;Mike Pechkin
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok
2001-07-31Allocate page buckets from kernel_map. This should save a goodArtur Grabowski
amount of kmem_map on machines with lots of physical memory.
2001-07-31minor sync to NetBSD.Artur Grabowski
2001-07-31pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *.Artur Grabowski
For some strange (ehmm) reason, only the prototype was wrong. The implementations were right.
2001-07-31close smartcard connection if card is missing.Jakob Schlyter
2001-07-31avoid paths beginning with "//"; <vinschen@redhat.com>Jakob Schlyter
ok markus@
2001-07-31When we receive a CHAP81 challenge response, we always expect the lastbrian
byte of the packet to contain '\0'. Windows 98 gets this wrong, dropping garbage into the last byte and failing authentication. Now, we notice this and whinge to our log file that we're compensating for the corrupt data.
2001-07-31Documentation fixes per PR 1979 by Kaspar Toomik.Hugh Graham
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
to access a smartcard used for storing the user's private RSA key. ok markus@.
2001-07-31add a space after the no spaceHugh Graham
2001-07-31allow to test that flags are unset, ok dhartmei@, mickey@Peter Stromberg
2001-07-31do not complain about missing smartcards. ok markus@Jakob Schlyter
2001-07-31a space before a redirectHugh Graham
2001-07-31+smg +wsconsHugh Graham
2001-07-31add sectok; ok markus@Jakob Schlyter
2001-07-31install krb5.conf(5)Jakob Schlyter
2001-07-31Go down only one Ultra DMA mode at a time. Thanks to Matt Evans forConstantine Sapuntzakis
suggesting this fix. Update atapiscsi Ultra DMA downgrade logic.
2001-07-31Add missing MLINKS for various .3 man pagesKenneth R Westerback
2001-07-31On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid readingConstantine Sapuntzakis
device registers as this may cause lock-ups on some chipsets Clean-up in atapiscsi. Get rid of claim_irq. Instead, atapiscsi always returns -1 (maybe) from the interrupt handler.
2001-07-31Add missing LINK for cgetusedbKenneth R Westerback
2001-07-31Document that entries with d_fileno == 0 are invalid.Artur Grabowski
From Egil Möller <redhog@mini.dhs.org>
2001-07-31more Xr completionsTheo de Raadt