Displaying 3 results from an estimated 3 matches for "19990101".
Did you mean:
19910101
2025 Apr 29
1
Multiple allowed signer files in `ssh-keygen -Y verify`
...after=\"20000101\",valid-before=\"20100101\" " ;
+ cat $pubkey) > $OBJ/allowed_signers.3
+
+ # find-principals: principal not found
+ trace "$tid: key type $t find-principals missing"
+ ${SSHKEYGEN} -vvv -Y find-principals -s $sigfile \
+ -Overify-time="19990101" \
+ -f $OBJ/allowed_signers.2 >/dev/null 2>&1 && \
+ fail "passed find-principals for $t missing"
+
+ # find-principals: key lifespan valid
trace "$tid: key type $t find-principals with valid lifespan"
${SSHKEYGEN} -vvv -Y find-principals -s $sigfil...
2025 Apr 23
1
Multiple allowed signer files in `ssh-keygen -Y verify`
Hello,
I'm currently evaluating using `ssh-keygen -Y verify` to check OS
artifacts (e.g. packages) and I noticed that the `-f
allowed_signers_file` option can be passed only once. A side remark:
technically it can be passed multiple times without a warning but the
last invocation overrides all previous ones. Tested using:
$ ssh-keygen -Y verify -f allowed_signers -f /dev/null -n file -s
2012 Sep 22
0
timeIsInterval function not found
...s "timeIsInterval function not found"
i'm updated R and package spacetime but has not worked
any suggestions?
thanks
setwd("C:/Documents and Settings/bob/Documenti/tuesday")
library(rgdal)
dts0 <- c("19980401", "19980701", "19981001", "19990101")
fn <- "_Gambia__the_Extract.tif"
ndv_gambia <- readGDAL(paste("NDV_", dts0[1], fn, sep=""))
for (i in dts0[2:4])
ndv_gambia <- cbind(ndv_gambia, readGDAL(paste("NDV_", i, fn, sep="")))
names(ndv_gambia) <- paste("ndv", d...