search for: localname

Displaying 19 results from an estimated 19 matches for "localname".

Did you mean: local_name
2003 Oct 30
1
Patch to make sshd work on multihomed systems
..."ssh1.h" #include "packet.h" #include "xmalloc.h" +#include "canohost.h" #include "log.h" #include "servconf.h" #include "uidswap.h" @@ -71,12 +72,23 @@ #endif krb5_error_code problem; krb5_ccache ccache = NULL; + char localname[MAXHOSTNAMELEN]; + char *socketname; if (authctxt->pw == NULL) return (0); temporarily_use_uid(authctxt->pw); + socketname = get_local_name(packet_get_connection_in()); + if (socketname) { + strlcpy(localname, socketname, MAXHOSTNAMELEN); + xfree(socketname); + } else if (gethostn...
2007 Oct 13
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c test/trace
...;> ]> ignoreWhite: true loaded: true @@ -301,7 +301,7 @@ nextSibling: undefined previousSibling: TAG(1): 'empty_element' childNodes: 0: --- -attributes: 1: entities%5Fattribute=%3C%20%3E%20%22%20%27%20%26 +attributes: 1: entities%5Fattribute=%3C%20%3E%20%22%20%27%20%26%20%C2%A0 localName: entities namespaceURI: nodeName: entities @@ -309,18 +309,18 @@ nodeType: 1 nodeValue: null prefix: parentNode: TAG(1): 'null' -firstChild: TEXT(3): '%0A%20%20%3C%20%3E%20%22%20%27%20%26%0A' -lastChild: TEXT(3): '%0A%20%20%3C%20%3E%20%22%20%27%20%26%0A' +firstChild:...
2004 Sep 13
4
Pending OpenSSH release, call for testing.
Darren, We have systems which are multihomed for virtualisation, but run only one sshd. You can connect to any IP-address and should be authenticated with gssapi/kerberos. So the client will ask for a principal host/virt-ip-X and the server has to have an entry for this in the keytab and has to select the right key by determining the hostname from the connection IP-address. There is no other way
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
...CTYPE%0A%20html%20PUBLIC%20%22%2D%2F%2FW3C%2F%2FDTD%20XHTML%201%2E1%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww%2Ew3%2Eorg%2FTR%2Fxhtml11%2FDTD%2Fxhtml11%2Edtd%22%3E +ignoreWhite: true +loaded: true +status: 0 +xmlDecl: <?xml version="1.0" encoding="UTF-8"?> +--- +attributes: 0: +localName: null +namespaceURI: null +nodeName: null +nodeType: 1 +nodeValue: null +prefix: null +parentNode: undefined +firstChild: TAG(1): 'html' +lastChild: TAG(1): 'html' +nextSibling: undefined +previousSibling: undefined +childNodes: 1: TAG(1): 'html' +--- +attributes: 1: xmlns=h...
2002 May 20
0
Openssh 3.2.2p1 KRB5 addition
...--- #include "servconf.h" #include "uidswap.h" #include "auth.h" + #include "canohost.h" #ifdef KRB5 #include <krb5.h> *************** *** 80,85 **** --- 81,87 ---- krb5_data reply; krb5_ticket *ticket; int fd, ret; + char *localname; ret = 0; server = NULL; *************** *** 108,114 **** if (problem) goto err; ! problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL , KRB5_NT_SRV_HST, &server); if (problem) goto err; --- 110,118 ---- if (problem) goto err; !...
2013 Apr 16
1
nfs4 and idmapd
.../nfs/rpc_pipefs//nfs/clnt4b/idmap Apr 16 11:28:42 tzalt rpc.idmapd[29849]: New client: 4c Apr 16 11:28:42 tzalt rpc.idmapd[29849]: nfs4_name_to_uid: calling nsswitch->name_to_uid Apr 16 11:28:42 tzalt rpc.idmapd[29849]: nss_getpwnam: name 'root at local' domain 'local': resulting localname 'root' Apr 16 11:28:42 tzalt rpc.idmapd[29849]: nfs4_name_to_uid: nsswitch->name_to_uid returned 0 Apr 16 11:28:42 tzalt rpc.idmapd[29849]: nfs4_name_to_uid: final return value is 0 Apr 16 11:28:42 tzalt rpc.idmapd[29849]: Client 4b: (user) name "root at local" -> id "0...
2009 Jul 29
1
Relay from http://scfire-dtc-aa04.stream.aol.com:80/stream/1060
Hi guys.. I new on this list :-) I have a Icecast2 working on FreeBSD sending theora video from .avi, i writing manual here http://angelvg.blogspot.com/2009/07/freebsd-icecast2-theora.html I try to put relay from radio stations on internet from WWW.RAUTEMUSIK.FM, this radio station have this data: IP 205.188.215.228 PORT 8034 This work good <relay>
2009 Oct 26
1
SCP
I'm using 5.0p1 (Yeah, yeah. I know.). For various reasons, I am unable to upgrade to the latest and greatest, which probably would solve my problem. Here's my question. When doing an scp from remote to local (e.g.: scp user at host:remote localfile), is there any way to specify the path to the remote scp? Or do I have to patch the code to allow it? ---- Scott
2006 Mar 17
10
good javascript xml parser
Anyone know of a javascript function that will take an xml document and turn it into an associative array? Basically it would take something like this: <body> <item> <id>1</id> <name>Bob</name> </item> <item> <id>2</id> <name>John</name> </item> </body> And turn it into something like this: {
2010 Nov 16
1
local users and virtual users
...e few system users (in passwd) cannot login to pop or imap because they get the non-local domain attached and cannot be found in the mysql db but they cannot be found in passdb either with their long name. The same applies when system users give their longname with the local domain which IS the localname of the server. This name is not in mysql nor passdb either. Is there a way to find local users in passdb when the come in with a long name? Do I need another passwd like file (i hope not...) Recap: local Domain is :mail-dev.hobby.nl default domain added bij dovecot is kader.hcc.nl kader users...
2003 Aug 04
1
hclust() and agnes() method="average" divergence (PR#3648)
...GRI) Fax: +254 20 524501(IPGRI)/524001(ICRAF) m.grum@cgiar.org www.ipgri.org ------_=_NextPart_000_01C35A53.75780090 Content-Type: text/plain; name="Ereck.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Ereck.txt" COLLNUM NPGRC No LOCALNAME DISTRICT VILLAGE PROVINCE DISEASERESISTANCE = PLANTUSES PARTUSED FARMER V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 = V14 V15 V16 V17 V18 V19 V20 V21 V22 MMB05 1343 Nhongoro Nyanga Samakande Manicaland food "stalk, seed" Mr = Bulawayo 0 1 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 1 MMB07 1345...
2018 Oct 25
0
Again NFSv4 and Kerberos at the 'samba way'...
...8 type: uid value: root at internal.example.tld timeout 600 Oct 25 13:09:21 member3 nfsidmap[22443]: nfs4_name_to_uid: calling nsswitch->name_to_uid Oct 25 13:09:21 member3 nfsidmap[22443]: nss_getpwnam: name 'root at internal.example.tld' domain 'internal.example.tld': resulting localname 'root' Oct 25 13:09:21 member3 nfsidmap[22443]: nfs4_name_to_uid: nsswitch->name_to_uid returned 0 Oct 25 13:09:21 member3 nfsidmap[22443]: nfs4_name_to_uid: final return value is 0 Oct 25 13:09:21 member3 nfsidmap[22444]: key: 0x324af16a type: gid value: root at internal.example.tld tim...
2006 Mar 17
6
Updated the xml code to be more object-oriented
...$H(localHash).each( function (pair) { if (localHash[pair[0]].length == 1) { localHash[pair[0]] = localHash[pair[0]][0]; } }); return localHash; } else { return this._nodeAsText(node); } }, _subNodeToHash: function (hash, node) { if (node.nodeType == 2) { hash[node.localName] = this._nodeAsText(node); } else { var key = node.tagName; if (hash[key]) { hash[key].push(this._nodeToHash(node)); } else { hash[key] = [ this._nodeToHash(node) ]; } } }, _nodeAsText: function (node) { return node.textContent || node.innerTe...
2018 Feb 02
0
Wine release 3.1
...ndextoname. webservices: Fix is_nil_element in binary mode. webservices: Take the output encoding into account in WsCopyNode. webservices: Don't write a colon for namespace attributes with empty prefix. webservices: Simplify write_dict_string. webservices: Also set localname and value for xmlns attributes. webervices/tests: Add tests for out of range string IDs. kerberos: Implement SpAcquireCredentialsHandle. kerberos: Implement SpInitLsaModeContext. kerberos: Implement SpAcceptLsaModeContext. kerberos: Implement SpDeleteContext. ker...
2018 Oct 24
5
Again NFSv4 and Kerberos at the 'samba way'...
Good morning Marco and others. > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Marco Gaiarin via samba > Verzonden: dinsdag 23 oktober 2018 18:58 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Again NFSv4 and Kerberos at the 'samba way'... > > > Sorry, i come back to this topic in a different thread,
2003 Aug 10
9
updated gssapi diff
...gss_cred_id_t creds; + struct ssh_gssapi_mech_struct *mech; + ssh_gssapi_ccache store; +} ssh_gssapi_client; + +typedef struct ssh_gssapi_mech_struct { + char *enc_name; + char *name; + gss_OID_desc oid; + int (*dochild) (ssh_gssapi_client *); + int (*userok) (ssh_gssapi_client *, char *); + int (*localname) (ssh_gssapi_client *, char **); + void (*storecreds) (ssh_gssapi_client *); +} ssh_gssapi_mech; + +typedef struct { + OM_uint32 major; /* both */ + OM_uint32 minor; /* both */ + gss_ctx_id_t context; /* both */ + gss_name_t name; /* both */ + gss_OID oid; /* client */ + gss_cred_id_t creds; /* se...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...master' into xml Add swfdec_as_array_get_value function XML work. Make most XMLNode properties be native. Name XMLNode's properties before XML's in trace_properties.as Merge branch 'master' into xml Make XMLNode's nodeValue, nodeName, prefix and localName properties work right Make XMLNode's type property unsigned, add native get function More XML work Add parentNode, previous- and nextSibling properties to XMLNode Fix an error in previousSibling. Add firstChild and lastChild properties. Add asserts to swfdec_as_obj...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...= local.d.childNodes.0 +local.d.firstChild = object __proto__ (hp) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode -local.d.lastChild = local.d.childNodes.0 +local.d.lastChild = object __proto__ (hp) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode local.d.localName = null @@ -89,7 +89,7 @@ local.d.ignoreWhite = boolean : false local.d.loaded = undefined local.d.status = number : 0 local.d.xmlDecl = undefined -local.e = local.d.childNodes.0 +local.e = object __proto__ (hp) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode local.e.attribu...