search for: xxx3

Displaying 5 results from an estimated 5 matches for "xxx3".

Did you mean: xxx
2005 Jun 17
0
net ads join fails on W2K3 server with latest MS patches
...ind(204) ads_sasl_spnego_bind: got OID=1 2 840 113554 1 2 2 3 [2005/06/17 18:41:55, 3] libads/sasl.c:ads_sasl_spnego_bind(204) ads_sasl_spnego_bind: got OID=1 3 6 1 4 1 311 2 2 10 [2005/06/17 18:41:55, 3] libads/sasl.c:ads_sasl_spnego_bind(211) ads_sasl_spnego_bind: got server principal name =xxx3$@XXX.LAN [2005/06/17 18:41:55, 3] libsmb/clikrb5.c:ads_cleanup_expired_creds(318) Ticket in ccache[FILE:/tmp/krb5cc_0] expiration Sat, 18 Jun 2005 04:24:29 GMT [2005/06/17 18:41:55, 10] libsmb/clikrb5.c:ads_krb5_mk_req(408) ads_krb5_mk_req: Ticket (xxx3$@XXX.LAN) in ccache (FILE:/tmp/krb5cc_0)...
2014 Feb 05
1
Make SSH_ORIGINAL_COMMAND available in AuthorizedKeysCommand context
...zed_keys file (build on a cron run) was like : command="limited_shell.sh --host_id=XXX1 $SSH_ORIGINAL_COMMAND" ssh-rsa pubkey of host 1" command="limited_shell.sh --host_id=XXX2 $SSH_ORIGINAL_COMMAND" ssh-rsa pubkey of host 2" command="limited_shell.sh --host_id=XXX3 $SSH_ORIGINAL_COMMAND" ssh-rsa pubkey of host 3" ... Thank you very much for your help Francois Leurent
2019 Jun 18
0
[libnbd RFC PATCH 9/8] wip: generator: Add ReadStatus enum type
...llowing not yet implemented for callbacks XXX *) @@ -3497,6 +3514,7 @@ let print_python_binding name { args; ret } = pr " long long %s; /* really int64_t */\n" n | Opaque _ -> () | Path n -> pr " char *%s = NULL;\n" n + | ReadStatus n -> pr " XXX3 %s\n" n | SockAddrAndLen (n, _) -> pr " /* XXX Complicated - Python uses a tuple of different\n"; pr " * lengths for the different socket types.\n"; @@ -3537,6 +3555,7 @@ let print_python_binding name { args; ret } = | Int64 _ | Opaque _...
2019 Jun 20
1
Re: [libnbd RFC PATCH 9/8] wip: generator: Add ReadStatus enum type
...ed for callbacks XXX *) > @@ -3497,6 +3514,7 @@ let print_python_binding name { args; ret } = > pr " long long %s; /* really int64_t */\n" n > | Opaque _ -> () > | Path n -> pr " char *%s = NULL;\n" n > + | ReadStatus n -> pr " XXX3 %s\n" n > | SockAddrAndLen (n, _) -> > pr " /* XXX Complicated - Python uses a tuple of different\n"; > pr " * lengths for the different socket types.\n"; > @@ -3537,6 +3555,7 @@ let print_python_binding name { args; ret } = >...
2019 Jun 18
17
[libnbd PATCH 0/8] Add nbd_pread_callback
I've mentioned this topic before (in fact, the idea of adding NBD_CMD_FLAG_DF was first mentioned at [1]), but finally finished enough of an implementation to feel confident in posting it. I'd still like to add something under examples/ that uses the new API to implement strict checking of a server's structured replies read implementation (ensure that a server never sends data after