e67c886b33
RNG inputs, rather than just one, and can generate numerous output files, rather than just two. It now requires GNU make. Add a patch to use mkstemp() rather than tempnam() so temporary files are created with safe permissions. With the unpatched version, local users can read sensitive information if pad is run in a world-readable directory (the bug is not present in 0.x versions). Turn over maintainership to submitter. Submitted by: Jason Harris <jharris@widomaker.com> PR: 27323 and 32810 Install the man page. Fix spelling of "omitted" in pad.1 and pad.c. Clarify warning message about inputs with unequal sizes. Generate the packing list just before installation. I put the distfile on MASTER_SITE_LOCAL because the home site is offline. The checksum on my copy differs from the one in PR 27323.
23 lines
757 B
Groff
23 lines
757 B
Groff
--- pad.1.orig Mon Oct 9 20:31:56 2000
|
|
+++ pad.1 Sun Feb 10 11:19:24 2002
|
|
@@ -17,8 +17,8 @@
|
|
.TP 8
|
|
.B \-r \fI[num]\fP
|
|
|
|
-Pad will XOR in [num] pads generated from random data. if this
|
|
-is ommited, pad will use either 1 or 0 random pads, depending on
|
|
+Pad will XOR in [num] pads generated from random data. If this
|
|
+is omitted, pad will use either 1 or 0 random pads, depending on
|
|
if there is only one input file or more than one, respectively.
|
|
|
|
.TP 8
|
|
@@ -33,7 +33,7 @@
|
|
.B \-o \fI[outfile]\fP
|
|
|
|
The result of all the XOR operations will be stored in this
|
|
-file. If [output] is ommitted, pad will name the file according
|
|
+file. If [output] is omitted, pad will name the file according
|
|
to its MD5-sum, along with the rest of the random pads.
|
|
|
|
.TP 8
|