summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-24let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...))Matthieu Herrb
2001-06-24oops. another one.Artur Grabowski
2001-06-24allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLYMatthieu Herrb
2001-06-24fix multiple key handling in wicontrol.Marco S Hyman
The entry for option 'k' in the wi_opt table MUST be the first entry for the code that processes the -v option to work
2001-06-23termios -> cursesPaul Janzen
2001-06-23use ether_input_mbufMichael Shalayeff
2001-06-23Update to reflect reality.Hans Insulander
2001-06-23Add some dma register #definesHakan Olsson
2001-06-23Add kerberos 5 services.Hans Insulander
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23Small nits from pjanzen.Hans Insulander
2001-06-23do not do sync if too cold; niklas@ arrivedMichael Shalayeff
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23make use of ether_input_mbuf, easyMichael Shalayeff
2001-06-23Make sure screen is big enough to play.Paul Janzen
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23Ok, when cards with vlan hw tagging are used in bridged configurationsJason Wright
and the tag doesn't match a child interface, reinsert the tag and call ether_input() so that bridges can still function.
2001-06-23copydata, not copybackAngelos D. Keromytis
2001-06-23Adjust length.Angelos D. Keromytis
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23ether_input_mbuf()Jason Wright
2001-06-23Use ether_input_mbuf instead.Federico G. Schwindt
2001-06-23Build libkafs after make includes has been done.Hans Insulander
2001-06-23Add ether_input_mbuf to help us remove the ether_header fromFederico G. Schwindt
ether_input; all drivers should start migrating to this. Discussed with jason@, deraadt@ more or les ok'ed.
2001-06-23remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use ↵Todd C. Miller
volatile instead
2001-06-23consistent with ssh2: skip key if empty passphrase is entered,Markus Friedl
retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2001-06-23Use C-style comments...Angelos D. Keromytis
2001-06-23Initialize crd_skipAngelos D. Keromytis
2001-06-23skeyzero() now takes 1 argTodd C. Miller
2001-06-23sync skeyzero proto with recent changesTodd C. Miller
2001-06-23Don't lie about Kerberos and encryption.Hans Insulander
Result of a conversation with pjanzen@ ok deraadt@
2001-06-23Glancing over my fortunes file, I had to add this quote.Miod Vallat
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23Correctly handle the IV_PRESENT flag.Angelos D. Keromytis
2001-06-23Break out pool printing into a separate function.Artur Grabowski
2001-06-23Updates to the todo list, and some random updates and fixes.Hans Insulander
2001-06-23Remove unneeded crp_iv field, set the right flags for IV handling inAngelos D. Keromytis
the crypto device.
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-06-23Add I for indirect reference (alias to other symbol).Federico G. Schwindt
2001-06-23Build verify_krb5_confHans Insulander
2001-06-23be sure to clear (by writing 1) the public done by in the status registerJason Wright
2001-06-23remove debug printfMichael Shalayeff
2001-06-23skeyzero() never uses its 2nd arg so remove it. Since the only thingTodd C. Miller
that calls skeyzero() is skeyinit and I just updated the libskey major I am not going to bump the major again here...
2001-06-23oops. unbreak after the last change.Artur Grabowski
2001-06-23Document our S/Key library.Todd C. Miller
2001-06-23Put some constants together and calculate max/min mtu based on those;Federico G. Schwindt
jason@ ok. This should be moved to net, tho, it's not inet specific.
2001-06-23under some circumstances, such as on ppc, signature does not read all 32 ↵Michael Shalayeff
bits, check low 16 only
2001-06-23remove some debugging prints.Dale Rahn
2001-06-23getskeyprompt() is goneTodd C. Miller