search for: addrlist

Displaying 16 results from an estimated 16 matches for "addrlist".

Did you mean: add_list
2010 Aug 03
3
Dovecot Sieve with Dovecot 2.0
Hello Timo and everybody! Sorry, I was googling but haven't found an answer on my simple question: Does the latest release of Dovecot Sieve work with Dovecot 2.0rc? Thank you in advance. -- Best regards, Roman
2014 Jun 23
2
ListenAdress Exclusion
I was wondering what everyone's thoughts were on a simpler way to exclude addresses from having listeners on them. I know a lot of people have multiple subnets, especially larger corporations. Some networks are non-route-able, and therefor unsuitable for use with SSH, aside from communication between other servers on the same subnet. Given that we may want to exclude those non-route-able
2016 Nov 30
1
problem with normalizePath()
...e at dhhs.nh.gov> wrote: > In researching another issue, I discovered a workaround: the network drive > folder needs to be mapped to the local PC. > > setwd("//Hzndhhsvf2/data/OCPH/EPI/BHSDM/Group/Michael Laviolette/Stat > tools") > df1 <- readxl::read_excel("addrlist-4-MikeL.xls", 2) > # fails, throws same error > df2 <- readxl::read_excel("Z:/Stat tools/addrlist-4-MikeL.xls", 2) # > works > > -----Original Message----- > From: Martin Maechler [mailto:maechler at stat.math.ethz.ch] > Sent: Friday, November 1...
2016 Nov 18
2
problem with normalizePath()
>>>>> Evan Cortens <ecortens at mtroyal.ca> >>>>> on Thu, 17 Nov 2016 15:51:03 -0700 writes: > I wonder if this could be related to the issue that I > submitted to bugzilla about two months ago? ( > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17159) > That is to say, could it be that it's treating the first >
2016 Nov 30
0
problem with normalizePath()
In researching another issue, I discovered a workaround: the network drive folder needs to be mapped to the local PC. setwd("//Hzndhhsvf2/data/OCPH/EPI/BHSDM/Group/Michael Laviolette/Stat tools") df1 <- readxl::read_excel("addrlist-4-MikeL.xls", 2) # fails, throws same error df2 <- readxl::read_excel("Z:/Stat tools/addrlist-4-MikeL.xls", 2) # works -----Original Message----- From: Martin Maechler [mailto:maechler at stat.math.ethz.ch] Sent: Friday, November 18, 2016 3:37...
2001 Jul 27
0
Updated ssh-keyscan patch for ssh2 support
...to CVS, please let me know. ..wayne.. -------------- next part -------------- Index: ssh-keyscan.1 --- ssh-keyscan.1 2001/06/23 17:48:18 1.8 +++ ssh-keyscan.1 2001/07/27 17:56:05 @@ -14,14 +14,20 @@ .Nd gather ssh public keys .Sh SYNOPSIS .Nm ssh-keyscan -.Op Fl t Ar timeout -.Op Ar -- | host | addrlist namelist -.Op Fl f Ar files ... +.Op Fl v46 +.Op Fl T Ar timeout +.Op Fl t Ar type +.Op Fl - +.Op Ar host | addrlist namelist +.Op Fl f Ar files +.Op Ar ... .Sh DESCRIPTION .Nm is a utility for gathering the public ssh host keys of a number of hosts. It was designed to aid in building and veri...
2001 Nov 27
1
patch for problem with "Bind to port 22 on 0.0.0.0 failed: Address already in use."
...fax:+420 2 96542 374 Ceska republika http://www.suse.cz --------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.0.1p1-addrlist.dif Type: text/x-diff Size: 2503 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20011127/bdf097fb/attachment.bin
2010 Oct 19
0
ANNOUNCE: cifs-utils release 4.7 available for download
...C name can be resolved so rarely needs to be specified by the user. ...but recent changes have made it not work anymore as an override if someone specifies an ip= option as part of the mount options. Reinstate that behavior by copying the ip= option verbatim into the addrlist of the parsed options struct and then skipping the name resolution. That should allow the ip= option to pass unadulterated to the kernel. Signed-off-by: Jeff Layton <jlayton at samba.org> commit f2daa2a08bf8706f90e1154272c5bfe6279895cd Author: Bj?rn Jacke <bj at sernet.de...
2004 Aug 19
4
MASQUERADE problem again...
...9;' + destination=0.0.0.0/0 + ''['' -z '''' '']'' ++ masq_chain eth0 +++ chain_base eth0 +++ local c=eth0 +++ true +++ echo eth0 +++ return ++ echo eth0_masq + chain=eth0_masq + ''['' -n '''' '']'' + addrlist= + ''['' -n '''' '']'' + ''['' -n 192.168.4.0/24 '']'' + ''['' -n '''' '']'' ++ separate_list 0.0.0.0/0 ++ local list ++ local part ++ local newlist ++ list=0.0.0.0/0 ++ p...
2024 May 06
1
Feature request/EOI: Match interactive config?
...int *activep, int flags, + const char *host, const char *original_host, struct sshbuf *remote_command, + char *line, const char *filename, int linenum, int *activep, int flags, int *want_final_pass, int depth); /* Keyword tokens. */ @@ -650,8 +651,9 @@ check_match_ifaddrs(const char *addrlist) */ static int match_cfg_line(Options *options, char **condition, struct passwd *pw, - const char *host_arg, const char *original_host, int final_pass, - int *want_final_pass, const char *filename, int linenum) + const char *host_arg, const char *original_host, + struct sshbuf *rcom...
2024 May 06
1
Feature request/EOI: Match interactive config?
... and I guess your next question will be about compilation environment, so: ``` $ gcc --version gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` I'm running on gentoo. I tested that the
2012 Nov 24
0
ssh-keyscan continuity patch --
...e + exit(i); +} + void fatal(const char *fmt,...) { @@ -601,7 +743,7 @@ usage(void) { fprintf(stderr, - "usage: %s [-46Hv] [-f file] [-p port] [-T timeout] [-t type]\n" + "usage: %s [-46HLv] [-f file] [-p port] [-T timeout] [-t type]\n" "\t\t [host | addrlist namelist] ...\n", __progname); exit(1); @@ -629,11 +771,14 @@ if (argc <= 1) usage(); - while ((opt = getopt(argc, argv, "Hv46p:T:t:f:")) != -1) { + while ((opt = getopt(argc, argv, "HLv46p:T:t:f:")) != -1) { switch (opt) { case 'H': hash...
2024 May 06
1
Feature request/EOI: Match interactive config?
...int *activep, int flags, + const char *host, const char *original_host, struct sshbuf *remote_command, + char *line, const char *filename, int linenum, int *activep, int flags, int *want_final_pass, int depth); /* Keyword tokens. */ @@ -650,8 +651,9 @@ check_match_ifaddrs(const char *addrlist) */ static int match_cfg_line(Options *options, char **condition, struct passwd *pw, - const char *host_arg, const char *original_host, int final_pass, - int *want_final_pass, const char *filename, int linenum) + const char *host_arg, const char *original_host, + struct sshbuf *rcom...
2024 May 04
3
Feature request/EOI: Match interactive config?
Hey there, I often want different behavior in my ssh client depending on whether I'm logging into an interactive session or running a remote non-interactive command. We can see at, say, https://unix.stackexchange.com/a/499562/305714 that this isn't a unique wish, and existing solutions are kind of baroque. Typical reasons to do this are to immediately go into a screen or tmux session; for
2015 May 12
1
FW: ERR_DS_DRA_SCHEMA_MISMATCH after join samba 4.2.1 to existing domain
...#39;localhost' does not make sense Got challenge flags: Got NTLMSSP neg_flags=0x60898205 NTLMSSP: Set final flags: Got NTLMSSP neg_flags=0x60088205 resolve_lmhosts: Attempting lmhosts lookup for name dc02<0x20> * Comparing [DOMAIN] context... ??? CN=Offline Address Book - /o\3DGonzo/cn\3Daddrlists/cn\3Doabs/cn\3DDefault\ ,CN=Microsoft Exchange System Objects,DC=filial1,DC=company,DC=local ??? CN=Offline Address Book - /o\=Gonzo/cn\=addrlists/cn\=oabs/cn\=Default\ ,CN=Microsoft Exchange System Objects,DC=filial1,DC=company,DC=local * Objects to be compared: 211 Comparing: 'DC=filial1,D...
2015 Aug 20
0
FW: ERR_DS_DRA_SCHEMA_MISMATCH after join samba 4.2.1 to existing domain
...t; NTLMSSP: Set final flags: > > > Got NTLMSSP neg_flags=0x60088205 > > > resolve_lmhosts: Attempting lmhosts lookup for name dc02<0x20> > > > > > > * Comparing [DOMAIN] context... > > > CN=Offline Address Book > > - /o\3DGonzo/cn\3Daddrlists/cn\3Doabs/cn\3DDefault\ ,CN=Microsoft > > Exchange System Objects,DC=filial1,DC=company,DC=local > > > CN=Offline Address Book > > - /o\=Gonzo/cn\=addrlists/cn\=oabs/cn\=Default\ ,CN=Microsoft > > Exchange System Objects,DC=filial1,DC=company,DC=local > >...