summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1996-09-29Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels
1996-09-28A dep line was lostPer Fogelstrom
1996-09-28Need a real fix. Remove workaround...Per Fogelstrom
1996-09-28Build under OpenBSD. Added OpenBSD tags. Cleanup manpage.etheisen
1996-09-28Import of 4.3BSD more.etheisen
1996-09-28Back out last change, getopt on OpenBSD returns -1, not EOFimp
1996-09-28another filePer Fogelstrom
1996-09-28Better shlib version scanningPer Fogelstrom
1996-09-28Fix the return value of test of getopt. It is documented to returnimp
EOF when there are no more args to process. This happens also to be a trivial difference between FreeBSD and OpenBSD which FreeBSD has right. Shouldn't break anything because EOF is #defined to be -1 on BSD systems.
1996-09-28/dev/vga is not needed anymoreTheo de Raadt
1996-09-28workaround for header bugPer Fogelstrom
1996-09-28mark dlopen() modules with RTLD_DLTheo de Raadt
1996-09-28strings for username are of size UT_NAMESIZETodd C. Miller
1996-09-28sync to new stuffTheo de Raadt
1996-09-28bzzztTheo de Raadt
1996-09-28New fallback alg. added for arc machines. If libxx.so is not found scan for ↵Per Fogelstrom
highest version of libxx.so.n. This is what ldconfig sets as highest. This will make manual linking of libxx.so to libxx.so.n not requiered any more. Also some constructor/shared lib fixes. Relocs is placed in the wrong section though. Hmmm..
1996-09-28hmm.. /etc was perhaps a better placePer Fogelstrom
1996-09-28Apply Niklas align fix. (better than my try)Per Fogelstrom
1996-09-28call global system minphys as wellPer Fogelstrom
1996-09-28the LIST carried out by mget in remglob() no longer follows symbolic linksbitblt
on its temporary file.