search for: negotiate

Displaying 20 results from an estimated 4280 matches for "negotiate".

Did you mean: negotiated
2015 Mar 09
0
Permission denied error while connecting to EMC Celerra 7 server
...US_MORE_PROCESSING_REQUIRED" packet. After this, client connected to EMC Celerra server with "anonymous" instead of given username. On Celerra server, authentication method is set to NTLMv2. Flags: 0x20018201 0... .... .... .... .... .... .... .... = Negotiate 56: Not set .0.. .... .... .... .... .... .... .... = Negotiate Key Exchange: Not set ..1. .... .... .... .... .... .... .... = Negotiate 128: Set ...0 .... .... .... .... .... .... .... = Negotiate 0x10...
2012 Sep 13
1
Permission denied error while connecting to EMC CIFS server
...onse, NTLMSSP_CHALLENGE, NTLMSSP_CHALLENGE, Error: STATUS_MORE_PROCESSING_REQUIRED" packet. After this, client connected to EMC server with "anonymous" instead of given username. Any help? ?Flags: 0x20018201 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0... .... .... .... .... .... .... .... = Negotiate 56: Not set ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? .0.. .... .... .... .... .... .... .... = Negotiate Key Exchange: Not set ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ..1. .... .... .... .... .... .... .... = Negotiate 128: Set ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ...0 .... .... .... .... .... .... .... = Negotiate 0x10...
2018 Nov 24
0
NTLM protocol question
...r as I read MS has the following client/DC configuration combinations. Send LM & NTLM responses Clients use LM and NTLM authentication, and never use NTLMv2 session security; DCs accept LM, NTLM, and NTLMv2 authentication. Send LM & NTLM - use NTLMv2 session security if negotiated Clients use LM and NTLM authentication, and use NTLMv2 session security if server supports it; DCs accept LM, NTLM, and NTLMv2 authentication. Send NTLM response only Clients use NTLM authentication only, and use NTLMv2 session security if server supports it; DCs accept LM, NTL...
2007 Aug 03
5
Adaptec 39320A woes
I'm having speed problems with the SCSI card we're using to do tape backup. It seems to be functioning in 16 bit mode and the current thinking is that perhaps it's using a legacy driver instead of the correct one. The Adaptec site has a 'driver' for RHEL5 which I've downloaded and tried to install but it seems to have a problem installing on a CentOS-5 system. [root at
2018 Nov 29
2
[nbdkit PATCH] connections: Implement NBD_OPT_INFO
...D_OPT_LIST 3 #define NBD_OPT_STARTTLS 5 +#define NBD_OPT_INFO 6 #define NBD_OPT_GO 7 #define NBD_REP_ACK 1 diff --git a/src/connections.c b/src/connections.c index 1b40e46..410a893 100644 --- a/src/connections.c +++ b/src/connections.c @@ -636,6 +636,7 @@ _negotiate_handshake_newstyle_options (struct connection *conn) uint32_t optlen; char data[MAX_OPTION_LENGTH+1]; struct new_handshake_finish handshake_finish; + const char *optname; for (nr_options = 0; nr_options < MAX_NR_OPTIONS; ++nr_options) { if (conn->recv (conn, &new_option...
2020 Aug 11
3
[libnbd PATCH] API: Add nbd_set_opt_mode to expose NEGOTIATING state
...no difference: the new state is never reached, all configuration (export name, requesting meta contexts) has to be done in Created state, and the state machine moves to READY on success. But newer clients that opt in gain a new state Negotiating, reached after TLS and structured replies have been negotiated, and prior to attempting NBD_OPT_GO. In fact, this state can be reached multiple times, as a failed NBD_OPT_GO can now be recovered from (such as attempting to set a different export name). The list-exports example is updated to use the new API, in order to demonstrate that it is now possible to...
2013 May 28
2
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
...deflate is the default behaviour for >>>>> both host and guest, and we can't change default without >>>>> breaking compatibility. >>>> >>>> You're right that for correctness the existing feature is enough: >>>> if it is not negotiated by the guest, the host ensures correctness by >>>> only giving the guest a fake balloon. >>>> >>>> However, the new feature is about optimization, not correctness. >>>> In fact, VIRTIO_BALLOON_F_SILENT_DEFLATE is the optimization >>>> fea...
2015 Aug 18
0
[squid-users] debian Jessie squid with auth (kerberos/ntlm/basic) ERROR type NTLM type 3
Hai Amos, Thank you for your very clear responce.. few small questions.. Is there a way to setup the proxy for the following. 1) use negotiate kerberos for auth, ( which is working already for all domain joined machines ) 2) use a fall back that works, for now basic ldap works for non windows machines, and domain joined machines. 3) use any other fallback way for authentication users on windows machines, that are not in the domain. and w...
2023 Aug 03
1
[libnbd PATCH v4 20/25] generator: Actually request extended headers
...case involving a meta-context with 64-bit flags (so far, no such meta-context exists, but I'll use "x-context:big" as a placeholder for such a meta-context). An application compiled and run with libnbd 1.16 that requests nbd_add_meta_context(h, "x-context:big") will fail to negotiate that context, but can still succeed at negotiating "base:allocation". What's more, that application was compiled at a time when the nbd_block_status_64() API did not exist, so it will necessarily be using the older 32-bit nbd_block_status() API. With the approach done in this patch (...
2015 Aug 18
0
[squid-users] debian Jessie squid with auth (kerberos/ntlm/basic) ERROR type NTLM type 3
...sts.samba.org >Onderwerp: Re: [Samba] [squid-users] debian Jessie squid with >auth (kerberos/ntlm/basic) ERROR type NTLM type 3 > >Hai Amos, > >Thank you for your very clear responce.. few small questions.. > >Is there a way to setup the proxy for the following. >1) use negotiate kerberos for auth, ( which is working already >for all domain joined machines ) >2) use a fall back that works, for now basic ldap works for >non windows machines, and domain joined machines. >3) use any other fallback way for authentication users on >windows machines, that are no...
2023 Aug 21
1
virtio queue numbering and optional queues
...free_page_vq and index 4 as reporting_vq, and declaring that "free_page_vq only exists if VIRTIO_BALLOON_F_FREE_PAGE_HINT is set" and "reporting_vq only exists if VIRTIO_BALLOON_F_PAGE_REPORTING is set." This wording is a bit vague, but I assume "is set" means "is negotiated" (not just "advertised by the device"). Also presumably "exists" means something like "may only be used by the driver if the feature bit is negotiated" and "should be ignored by the device if the feature bit is not negotiated", although it would be nice...
2022 Nov 14
2
[PATCH v2 3/6] spec: Add NBD_OPT_EXTENDED_HEADERS
...f-2 sizing, it becomes easier to manipulate arrays of headers without worrying about an individual header crossing a cache line. However, note that this change only affects the headers; data payloads can still be unaligned (for example, a client performing 1-byte reads or writes). We would need to negotiate yet another extension if we wanted to ensure that all NBD transmission packets started on an 8-byte boundary after option haggling has completed. This spec addition was done in parallel with proof of concept implementations in qemu (server and client), libnbd (client), and nbdkit (server). Signed...
2004 Jun 24
2
R: R: R: How to force G729
...e correctly (and I may not have), > the user's phones are negotiating the codec to be used for each rtp session. > > Asterisk parameters can be used to dictate rtp sessions between the sip > phone and asterisk, but that won't influence the next step in which the sip > phone negotiates a new rtp session directly with the gateway. > > The gateway and the phone will negotiate a common codec based on > whatever logic those two devices have been programmed with by their > respective manufacturers; asterisk isn't involved. > > So, it sounds like the issue is u...
2020 Aug 11
3
Re: [libnbd PATCH] API: Add nbd_set_opt_mode to expose NEGOTIATING state
On 8/11/20 12:12 PM, Richard W.M. Jones wrote: > I think this needs extra documentation in docs/libnbd.pod because it's > definitely not clear just from the rather thin manual page for > set_opt_mode how it works. docs/libnbd.pod is a good place for a > broader description of how it works. Yes, good idea. State-wise, the existing flow was: Created - Progress only by command
2018 Mar 29
2
[4.8] unix extensions negotiation and os x
Does os x (10.13) support negotiation of unix extensions/CIFS? When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix extensions = yes’ globally, the Negotiation makes no mentions: Negotiate Protocol Request (0x00) Capabilities: 0x00000077, DFS, LEASING, LARGE MTU, PERSISTENT HANDLES, DIRECTORY LEASING, ENCRYPTION Negotiate Protocol Response (0x00) Capabilities: 0x00000047, DFS, LEASING, LARGE MTU, ENCRYPTION This is 4.8 on FreeBSD11 I’m far from sure I’m looking at this the right w...
2020 Aug 11
0
Re: [libnbd PATCH] API: Add nbd_set_opt_mode to expose NEGOTIATING state
On 8/11/20 12:38 PM, Eric Blake wrote: > On 8/11/20 12:12 PM, Richard W.M. Jones wrote: >> I think this needs extra documentation in docs/libnbd.pod because it's >> definitely not clear just from the rather thin manual page for >> set_opt_mode how it works.  docs/libnbd.pod is a good place for a >> broader description of how it works. > > Yes, good idea. >
2017 Jan 26
2
cannot connect without user/pass on Windows 10
...t entering a user/pass. More precisely: If you try to connect manually to \\IP it says "Username or password incorrect" and prompts to enter a username/password. Despite the server setting to map all users to guest (see further down). I did a packet dump and the client pc asks NTLMSSP_NEGOTIATE, server replies with an NTLMSSP_CHALLENGE and then the client pc simply hangs up (TCP RST). Now the (more) interesting bit: all this only happens when you use a "microsoft account", not if you use a local account. With a local account on the laptop start -> run -> \\IP will get...
2017 Oct 26
1
Will tinc try go re-negotiate to UDP if failed to TCP at beginning?
Due to unknown reason, tinc failed to negotiate into UDP mode when first connecting, but will tinc keep trying/negotiating into UDP? or it has to be restart the tinc in order to start the negotiation process? Best Regards Bright Zhao ✉ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.o...
2015 Aug 16
5
[PATCH v2 0/2] virtio-net: default_mtu - new conf. field
This set of two patches adds a new field called default_mtu to the configuration area of network devices. The motivation is to allow libvirt to set initial MTU different from 1500 on guests virtual NICs. We also propose to use this new field to report MTU changes by the guest OS to the device to facilitate debugging and mtu tunning. The first patch just clarify the definition of existing fields
2015 Aug 16
5
[PATCH v2 0/2] virtio-net: default_mtu - new conf. field
This set of two patches adds a new field called default_mtu to the configuration area of network devices. The motivation is to allow libvirt to set initial MTU different from 1500 on guests virtual NICs. We also propose to use this new field to report MTU changes by the guest OS to the device to facilitate debugging and mtu tunning. The first patch just clarify the definition of existing fields