summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-302.0Theo de Raadt
1996-09-30first cut at arc supportTheo de Raadt
1996-09-30we are on the 2.0 path nowTheo de Raadt
1996-09-30avoid partition d (e - p is plenty)Theo de Raadt
1996-09-30if interrupted, return time unslept; from phil nelsonTheo de Raadt
1996-09-30sync sparcTheo de Raadt
1996-09-30signature is 16 bitsTheo de Raadt
1996-09-30# using message; more donothing stuffTheo de Raadt
1996-09-30In -s mode, now checks that seed is pure alphanum and converts charsTodd C. Miller
to lowercase. Also fixed prompt in -s mode to be rfc1938 compliant. You may now enter "s/key" as the password and get in via an s/key challenge, the lack of which was pointed out by dm.
1996-09-30Added subdir "hash"Todd C. Miller
1996-09-30__ARGS -> __P (why does everyone have to do this differently?)Todd C. Miller
1996-09-30Moved definitions of BYTE and LONG in from header file.Todd C. Miller
1996-09-30Protect prototypes with __P.Todd C. Miller
1996-09-30If can't open temp file (and it doesn't already exist) give real error message.Todd C. Miller
1996-09-29removed md2.hTodd C. Miller
1996-09-29check skey_set_algorithm() ret val + pedantry.Todd C. Miller
1996-09-29RFC 1938 says min passwd len is 10...Todd C. Miller
1996-09-29updated s/key docs.Todd C. Miller
1996-09-29s/key (otp) challenge is now rfc 1938 compliant.Todd C. Miller
1996-09-29Document new switches.Todd C. Miller
1996-09-29Works with new libskey and supports SHA.Todd C. Miller
1996-09-29Towards RFC 1938 compliance. Works with new libskey and supports SHA.Todd C. Miller
1996-09-29Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm).Todd C. Miller
1996-09-29Fix for PCI etherlink3 packet-receive bug; netbsd pr#2661, ↵Theo de Raadt
jonathan@DSG.Stanford.EDU
1996-09-29On popular demand: annoying kernel link messages fixed :-)Per Fogelstrom
1996-09-29Add function prototypes.Todd C. Miller
1996-09-29document in field; spotted by peterTheo de Raadt
1996-09-29Fixed standalone test mode for NEW_SHA1.Todd C. Miller
1996-09-29Short comment describing the origin of arc4.dm
1996-09-29added sha1 (secure hash function).Todd C. Miller
1996-09-29Added sha1 (secure hash function).Todd C. Miller
1996-09-29Now use bittypes wo we work on 64-bit machinesTodd C. Miller
1996-09-29Use bittypes so we work on 64-bit machines.Todd C. Miller
1996-09-29unacceptable license.Todd C. Miller
1996-09-29always staticTheo de Raadt
1996-09-29Missing #if casePer Fogelstrom
1996-09-29naw, grown bufcache does not help this workloadTheo de Raadt
1996-09-29merge mips back into pmax; by graichenTheo de Raadt
1996-09-29kind of importantTheo de Raadt
1996-09-29clean for mvme68kTheo de Raadt
1996-09-29no stripTheo de Raadt
1996-09-29size correct thingTheo de Raadt
1996-09-29obj traversalTheo de Raadt
1996-09-29libkern before libsaTheo de Raadt
1996-09-29size correct execTheo de Raadt
1996-09-29Fix hostname lookups (improper use of strncpy).dm
1996-09-29Your average one line commit.Jason Downs
1996-09-29Will now work with SHA when it happens.Todd C. Miller
1996-09-29Added support for MD4/MD5 as an argument.Todd C. Miller
1996-09-29You can now cut and paste skey prompt in an xterm to get the key.Todd C. Miller
Also removed broken code.