search for: name_type

Displaying 20 results from an estimated 33 matches for "name_type".

2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...g those keys. This patch (to OpenSSH 2.9p2) adds: - ssh-ext-named key entry type for authorized_keys2 files - ssh-ext-name-pat key entry type for authorized_keys2 files - deny-access option for authorized_keys2 entries - SSH_AUTH_EXT_NAME environment variable added by sshd - SSH_AUTH_EXT_NAME_TYPE similar You'll need Simon Wilkinson's GSS-API patches for OpenSSH for this patch to be much use, or add support for Kerberos IV key names (a trivial patch, but I can't test it). I really hope that this feature or a variation thereof will find its way into OpenSSH. In conjunction with...
2002 Jan 24
1
PATCH: krb4/krb5/... names/patterns in auth_keys entries
...SS mechanism or the GSI GSS mechanism. Features added: - ssh-named key entry type for authorized_keys files - ssh-name-pat key entry type for authorized_keys files - deny-access option for authorized_keys files - SSH_AUTH_NAME env var added by sshd for clients with named keys - SSH_AUTH_NAME_TYPE env var added by sshd for clients with named keys I really hope that this feature or a variation thereof will find its way into OpenSSH. In conjunction with Kerberos (IV or V) it can be extremely useful: - key management is simplified: key management is done at the KDC and there is no need to...
2001 Jun 28
1
Adding 'name' key types
Playing around with the [wonderful] GSS-API patches for OpenSSH [1] I noticed that there is a bit of functionality missing from OpenSSH/GSS-API, namely that authorized_keys2 has no meaning when using GSS authentication. Yes, ~/.k5login can be used to grant access to an account for applications that support Kerberos, as does OpenSSH with those GSS patches, but .k5login does not and cannot provide
2018 Nov 01
4
Kodi crashes when trying to browse network
...07\260U",     len=len at entry=2) at ../lib/util/genrand.c:46 #4  0x00007fe78501fc6e in generate_trn_id () at ../source3/libsmb/namequery.c:1276 #5  name_query_send (mem_ctx=<optimized out>, ev=0x55b08717c250,     name=name at entry=0x7fe7884799ed "\001\002__MSBROWSE__\002", name_type=name_type at entry=1,     bcast=bcast at entry=true, recurse=recurse at entry=true, addr=0x7fe73c061260)     at ../source3/libsmb/namequery.c:1276 #6  0x00007fe785020869 in name_queries_send (bcast=true, recurse=true, wait_msec=0,     timeout_msec=1000, num_addrs=1, addrs=0x7fe73c061260, name_ty...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...ntally nested. + unsigned has_rhs_component : 1; + + unsigned has_array : 1; + unsigned has_function : 1; + + // Quick RTTI, just for types that need it. + unsigned is_qual_type : 1; + unsigned is_template_param_list : 1; + unsigned is_special_substitution : 1; + unsigned is_name_type : 1; + unsigned is_objcproto_name : 1; + + node_meta() { memset(this, 0, sizeof(*this)); } +}; + +class node +{ + node_meta meta; + +public: + node() = default; + node(node_meta meta) : meta(meta) {} // 5 meta line. + + // unsigned get_max_size() const { return meta.max_size; } +...
2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 4:28 PM, Jeremy Allison wrote: > if you're getting the abort(), then urand_fd == -1. > If urand_fd != -1 and you're hitting the abort then > you have a compiler bug. A compiler bug is also possible. When I have time I'll try to rebuild Samba with -O0 to make sure it isn't an optimization issue.
2018 Nov 03
2
Kodi crashes when trying to browse network
...352>, >     len=2) at ../lib/util/genrand.c:50 > #3  0x00007ff699280357 in generate_trn_id () > at ../source3/libsmb/namequery.c:249 #4  0x00007ff699283332 in > name_query_send (mem_ctx=0x55788a265200, ev=0x55788b8424e0, > name=0x7ff69c731e2b "\001\002__MSBROWSE__\002", name_type=1, > bcast=true, recurse=true, addr=0x55788a014360) > at ../source3/libsmb/namequery.c:1276 (snip) > > (gdb) p rw_ret > $1 = 0 > (gdb) p len > $2 = 2 > > Looking at the way genrand.c is coded it should be using the > read_data() function from sys_rw_data.c. When I de...
1998 Oct 19
1
domain_master_node_status_fail: ... Cannot sync browser lists.
...} rcode = 0 qdcount = 1 ancount = 0 nscount = 0 arcount = 0 } question = { question_name = { name = "*" scope = "" name_type = 0u } question_type = 33 question_class = 1 } answers = 0x00000000 nsrecs = 0x00000000 additional = 0x00000000 } dgram = { header = { msg_type = 10842 flags = {...
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
...). The reason is shown below. In winbnd_user.c, the relavent function is listed below : enum winbindd_result winbindd_getpwnam(struct winbindd_cli_state *state) { WINBIND_USERINFO user_info; WINBINDD_PW *pw; DOM_SID user_sid; NTSTATUS status; fstring name_domain, name_user; enum SID_NAME_USE name_type; struct winbindd_domain *domain; TALLOC_CTX *mem_ctx; /* Ensure null termination */ state->request.data.username[sizeof(state->request.data.username)-1]='\0'; DEBUG(3, ("[%5lu]: getpwnam %s\n", (unsigned long)state->pid, state->request.data.username)); /*...
2016 Sep 24
1
samba_dnsupdate error
...credentials(lp) File "/usr/local/sbin/samba_dnsupdate", line 141, in get_credentials ans = check_one_dns_name(sub_vars['DNSDOMAIN'] + '.', 'NS') File "/usr/local/sbin/samba_dnsupdate", line 251, in check_one_dns_name ans = resolver.query(name, name_type) File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 912, in query raise_on_no_answer) File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 143, in __init__ raise NoAnswer dns.resolver.NoAnswer thanks for any help. Please tell me if more informati...
2018 Nov 03
0
Kodi crashes when trying to browse network
...complete sequence \352>,     len=2) at ../lib/util/genrand.c:50 #3  0x00007ff699280357 in generate_trn_id () at ../source3/libsmb/namequery.c:249 #4  0x00007ff699283332 in name_query_send (mem_ctx=0x55788a265200, ev=0x55788b8424e0,     name=0x7ff69c731e2b "\001\002__MSBROWSE__\002", name_type=1, bcast=true, recurse=true,     addr=0x55788a014360) at ../source3/libsmb/namequery.c:1276 (snip) (gdb) p rw_ret $1 = 0 (gdb) p len $2 = 2 Looking at the way genrand.c is coded it should be using the read_data() function from sys_rw_data.c. When I debug the read_data call it is calling it end...
2018 Nov 03
0
Kodi crashes when trying to browse network
...en=2) at ../lib/util/genrand.c:50 > > #3  0x00007ff699280357 in generate_trn_id () > > at ../source3/libsmb/namequery.c:249 #4  0x00007ff699283332 in > > name_query_send (mem_ctx=0x55788a265200, ev=0x55788b8424e0, > > name=0x7ff69c731e2b "\001\002__MSBROWSE__\002", name_type=1, > > bcast=true, recurse=true, addr=0x55788a014360) > > at ../source3/libsmb/namequery.c:1276 (snip) > > > > (gdb) p rw_ret > > $1 = 0 > > (gdb) p len > > $2 = 2 > > > > Looking at the way genrand.c is coded it should be using the > >...
1999 Feb 07
0
Help needed! tricky browsing configuration and BUG_REPORT
...38.1 GARGAMEL#0x1D 192.168.138.1 GARGAMEL#0x1B 192.168.138.1 GARGAMEL#0x1E (my local network is 192.168.139.0 ROMANS_DOM with MAJESTIX as PDC, DMB, LMB and WINS.) ---------------------------------------------------------------------------- ------------ (please note the 0x before any name_type is necessary for a correct parsing, this seems to be a bug in libsmb/namequery.c in getlmhostsent. /* Extra feature. If the name ends in '#XX', where XX is a hex number, then only add that name type. */ if((ptr = strchr(name, '#')) != NULL) { char *endptr;...
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
...801d82728 in do_connect (ctx=ctx at entry=0x811a1d1e0, server=<optimized out>, server at entry=0x811a46250 "filur00", share=<optimized out>, auth_info=auth_info at entry=0x811a3e200, force_encrypt=force_encrypt at entry=false, max_protocol=max_protocol at entry=13, port=0, name_type=32, pcli=0x7fffffffdcf0) at ../source3/libsmb/clidfs.c:232 #24 0x0000000801d82b35 in cli_cm_connect (ctx=ctx at entry=0x811a1d1e0, referring_cli=referring_cli at entry=0x0, server=server at entry=0x811a46250 "filur00", share=<optimized out>, auth_info=auth_info at entry=0x81...
2019 Apr 17
3
[Bug 13901] New: Empty quotes adds cwd to SRC directories
https://bugzilla.samba.org/show_bug.cgi?id=13901 Bug ID: 13901 Summary: Empty quotes adds cwd to SRC directories Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter:
2003 Sep 29
0
wins hook functionality broken in Samba 3.0.0
...b_namestr(&namerec->name); + if ((p = strchr(namestr, '<'))) + *p = 0; + p = command; p += slprintf(p, sizeof(command)-1, "%s %s %s %02x %d", cmd, operation, - nmb_namestr(&namerec->name), + namestr, namerec->name.name_type, ttl);
2010 Feb 10
2
Name to address resolution: A and AAAA records
Hi, I'm installing a few linux clients and one server with samba. The network addresses are IPv6 in the .local domain. The avahi-daemon implements de MDSN resolver. A standard "ping6 -Ieth0 servername.local" generates a "AAAA" query packet which is correctly responded by the servername.local machine and the ping works fine. "smbclient -L servername.local"
2012 Jul 20
1
Dissolve polygon
...32140 63.500179 y -25.60895 -3.711519 Is projected: FALSE proj4string : [+proj=longlat +ellps=WGS84 +no_defs] Data attributes: NAME TYPE Madagascar and the Indian Ocean Islands:1 hotspot_area:1 NAME_TYPE Madagascar and the Indian Ocean Islands_hotspot_area:1 LEGEND Madagascar and the Indian Ocean Islands:1 > class(hot) [1] "SpatialPolygonsDataFrame" attr(,"package") [1] "sp" Thanks a lot for your help, C?line -- View...
2020 Aug 31
3
Changing IP Scope on a Samba DC
On 31/08/2020 19:59, Peter Pollock wrote: > Yes, it is 192.168.2.0/24 <http://192.168.2.0/24> > > Thank you. OK, try these files: /etc/bind/named.conf -----------start--------------- // This is the primary configuration file for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information on the // structure of BIND configuration files in
2017 Jan 18
4
DNS Update not working after update to 4.5.3
...s = get_credentials(lp) File "/usr/sbin/samba_dnsupdate", line 141, in get_credentials ans = check_one_dns_name(sub_vars['DNSDOMAIN'] + '.', 'NS') File "/usr/sbin/samba_dnsupdate", line 251, in check_one_dns_name ans = resolver.query(name, name_type) File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 912, in query raise_on_no_answer) File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 143, in __init__ raise NoAnswer dns.resolver.NoAnswer I'm stuck at that point currently. Update...