Displaying 9 results from an estimated 9 matches for "nopt".
Did you mean:
nop
2025 Apr 29
1
Multiple allowed signer files in `ssh-keygen -Y verify`
...rase if given on the command line. */
static char *identity_passphrase = NULL;
@@ -2803,16 +2807,17 @@ done:
static int
sig_verify(const char *signature, const char *sig_namespace,
- const char *principal, const char *allowed_keys, const char *revoked_keys,
- char * const *opts, size_t nopts)
+ const char *principal, char **allowed_keys, size_t nallowed_keys,
+ const char *revoked_keys, char * const *opts, size_t nopts)
{
- int r, ret = -1;
+ int r, ret = -1, matched = 0;
int print_pubkey = 0;
struct sshbuf *sigbuf = NULL, *abuf = NULL;
struct sshkey *sign_key = NULL;
c...
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
2019 Jan 25
0
[klibc:update-dash] expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
...t decadent.org.uk>
---
usr/dash/expand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/dash/expand.c b/usr/dash/expand.c
index 153f6b7a..e86bd29d 100644
--- a/usr/dash/expand.c
+++ b/usr/dash/expand.c
@@ -927,7 +927,7 @@ numvar:
case '-':
p = makestrspace(NOPTS, expdest);
for (i = NOPTS - 1; i >= 0; i--) {
- if (optlist[i]) {
+ if (optlist[i] && optletters[i]) {
USTPUTC(optletters[i], p);
len++;
}
2020 Mar 28
0
[klibc:update-dash] dash: expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
...t decadent.org.uk>
---
usr/dash/expand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/dash/expand.c b/usr/dash/expand.c
index 153f6b7a..e86bd29d 100644
--- a/usr/dash/expand.c
+++ b/usr/dash/expand.c
@@ -927,7 +927,7 @@ numvar:
case '-':
p = makestrspace(NOPTS, expdest);
for (i = NOPTS - 1; i >= 0; i--) {
- if (optlist[i]) {
+ if (optlist[i] && optletters[i]) {
USTPUTC(optletters[i], p);
len++;
}
2007 Jan 11
2
Account is not authorized to log in from this station
...ne using these user names and passwords
I get the message "Account is not authorized to log in from this
station". If I log in as administrator(nobody) without a password, I can
access the samba share. And if I try to connect to samba machine using
it's ip address I can access it, but nopt with netbios name.
This is my smb.conf file,
[global]
workgroup = BSIL
netbios name = MDT506
security = share
server string = samba testing........
[data]
read only = No
guest ok = yes
path = /export
force user = mahesh.pawar...
2020 Mar 28
0
[klibc:update-dash] dash: expand: Ensure result is escaped in cvtnum
...ze_t len, int flags)
} while (--len);
expdest = q;
+ return q - s;
}
@@ -875,7 +878,7 @@ varvalue(char *name, int varflags, int flags, int quoted)
if (num == 0)
return -1;
numvar:
- len = cvtnum(num);
+ len = cvtnum(num, flags);
break;
case '-':
p = makestrspace(NOPTS, expdest);
@@ -1711,15 +1714,13 @@ casematch(union node *pattern, char *val)
* Our own itoa().
*/
-STATIC int
-cvtnum(intmax_t num)
+static size_t cvtnum(intmax_t num, int flags)
{
int len = max_int_length(sizeof(num));
+ char buf[len];
- expdest = makestrspace(len, expdest);
- len = fm...
2011 Jun 24
1
try to generate graph for each element of my list
Dear all,
I have the following problem. I have a List of time series dataframe.I'm
trying to produce specific graph for each element of my list. The code is:
This is my list:
Lista_import<-lapply(Lista_import, function(x){
x2<-subset(x, select=c("ANNO","DICHIARANTE","PARTNER", "quota"))
x2<-cast(x2, ANNO+DICHIARANTE~PARTNER)
x2<-
2016 Aug 31
1
NODEJS010-NPM is not getting installed due to dependency errors on Custom Centos ISO installation
...ch.rpm
nodejs010-nodejs-minimist-0.0.8-1.el7.centos.noarch.rpm
nodejs010-nodejs-mkdirp-0.5.0-1.el7.centos.noarch.rpm
nodejs010-nodejs-ms-0.7.1-2.el7.centos.noarch.rpm
nodejs010-nodejs-mute-stream-0.0.4-3.el7.centos.noarch.rpm
nodejs010-nodejs-node-uuid-1.4.1-2.el7.centos.noarch.rpm
nodejs010-nodejs-nopt-3.0.6-1.el7.centos.noarch.rpm
nodejs010-nodejs-normalize-git-url-3.0.1-1.el7.centos.noarch.rpm
nodejs010-nodejs-normalize-package-data-2.3.5-1.el7.centos.noarch.rpm
nodejs010-nodejs-npm-cache-filename-1.0.2-1.el7.centos.noarch.rpm
nodejs010-nodejs-npm-install-checks-1.0.6-1.el7.centos.noarch.rpm
no...
2003 Dec 01
0
No subject
...a bit of research and it seems as if these are caused by the
client doing a nasty disconnect, which seems quite probable as we are using
citrix for all our apps so we have some remote connections flying around
and people doing nasty things with there sessions etc. Aside from that I
assume these are nopt much to worry about and that I can do little to
prevent it (or can I ?) However I would really like to stop the flow of
these messages to syslog as it is filling the logs up pretty fast and being
a general nuisance. Given that I am no syslog guru and suggestions, perhaps
I should have the syslog=1...