search for: hnd

Displaying 20 results from an estimated 104 matches for "hnd".

Did you mean: and
2012 Aug 16
27
[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
Hi all, this patch series makes the necessary changes to make sure that the current ARM hypercall ABI can be used as-is on 64 bit ARM platforms: - it defines xen_ulong_t as uint64_t on ARM; - it introduces a new macro to handle guest pointers, called XEN_GUEST_HANDLE_PARAM (that has size 4 bytes on aarch and is going to have size 8 bytes on aarch64); - it replaces all the occurrences of
2012 Jan 03
1
Samba Freezes accessing shares/ low performance
...e user = root force group = software [bkp] comment = Backup path = /bkp read only = No inherit acls = Yes hide files = /Thumbs.db/lost+found force create mode = 0770 directory mask = 0770 force user = root force group = samba-domain-admins browseable = no *smbd.log* Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00 00 00 00 00 03 4F D4 6A ........ .....O.j [0010] 86 15 00 00 .... [2012/01/03 20:53:40.219505, 4] rpc_server/rpc_handles.c:232(find_policy_by_hnd_internal) Found policy hnd[0] [0000] 00 00 00 00 05 00 00 00 00 00...
2011 Dec 18
2
Samba 4 WBC_ERR_DOMAIN_NOT_FOUND
Hi everyone Ubuntu 11.10 Version 4.0.0alpha18-GIT-23a0343 Added a user called steve2. The first time I used winbind, no problems: wbinfo -i steve2 gave me the info I needed for user and group. But now it doesn't work: wbinfo -i steve2 failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user steve2 I can logon OK: smbclient //localhost/home -Usteve2 Password for
2006 Jul 13
1
Bug in cac_Connect ?
While working on adding support for local-binding, I found this piece of code in libmsrpc.c. Maybe I'm confused..but should that strcmp maybe be compared to != 0? /*change the server name in the server handle if necessary*/ if(srv && hnd->server && strcmp(hnd->server, srv) == 0) { SAFE_FREE(hnd->server); hnd->server = SMB_STRDUP(srv); } -- Ben Greear <greearb@candelatech.com> Candela Technologies Inc http://www.candelatech.com
2006 Apr 14
8
[rfc] [patch] 32/64-bit hypercall interface revisited
...only been compile-tested on x86-32, so I would appreciate it if people could try it out on x86. For reference, the PPC changes look something like this: - typedef struct { type *p; } __guest_handle_ ## name + typedef union { uint64_t u; type *p; } __guest_handle_ ## name +#define SET_HANDLE(hnd, val) do { \ + (void)((hnd).p == (val)); \ + (hnd).u = (uint64_t)(unsigned long)(void *)(val); \ + } while (0) + +#define GET_HANDLE(val, hnd) do { \ + (val) = (hnd).p; \ + } while (0) This patch could be applied in advan...
2011 May 16
1
Problem printing from one user only
...108 params=0 setup=2 [2011/05/15 14:41:13.466570, 3] smbd/ipc.c:496(named_pipe) named pipe command on <> name [2011/05/15 14:41:13.466617, 3] smbd/ipc.c:460(api_fd_reply) Got API command 0x26 on pipe "spoolss" (pnum 2f54) [2011/05/15 14:41:13.466686, 3] rpc_server/srv_pipe_hnd.c:344(free_pipe_context) free_pipe_context: destroying talloc pool of size 0 [2011/05/15 14:41:13.466736, 4] rpc_server/srv_pipe.c:2403(api_rpcTNP) api_rpcTNP: \spoolss op 0x8 - api_rpcTNP: rpc command: SPOOLSS_GETPRINTER [2011/05/15 14:41:13.466804, 4] rpc_server/srv_lsa_hnd.c:219(find_po...
2002 Nov 06
3
Printing: Access denied, unable to connect
I have been having a printing problem recently on a setup that has worked for quite some time. Configs below. The symtoms are slightly different on a W2K and a WinME workstation, but the result is the same; no printed output. However, when I print from the local Unix server or from any other Unix server in the network the output is as expected. The W2K machine reports 'Access denied,
2010 Apr 01
4
Printer Admin Difficulties
...: UNKNOWN_ENUM_VALUE (2) minor : SPOOLSS_MINOR_VERSION_0 (0) processor : PROCESSOR_ARCHITECTURE_INTEL (0) checking name: \\LOCALHOST\ZZZ [2010/03/31 13:43:35, 10] rpc_server/srv_spoolss_nt.c:560(open_printer_hnd) open_printer_hnd: name [\\LOCALHOST\ZZZ] [2010/03/31 13:43:35, 4] rpc_server/srv_lsa_hnd.c:160(create_policy_hnd) Opened policy hnd[1] [0000] 00 00 00 00 02 00 00 00 00 00 00 00 B3 4B C7 89 ........ .....K.. [0010] F9 54 00 00 .T.. [2010/03/31 1...
2010 Jun 28
1
Stacking several vectors from the list
...008 #N/A N/A 590000 HBNNF US Equity 7/22/2008 #N/A N/A 40000 HBNNF US Equity 7/24/2008 #N/A N/A 3000 HBNNF US Equity 7/31/2008 #N/A N/A 1000 HBNNF US Equity 8/20/2008 #N/A N/A 1000 HBNNF US Equity 8/26/2008 #N/A N/A 2000 HBNNF US Equity 8/27/2008 #N/A N/A 2000 HBNNF US Equity 9/2/2008 #N/A N/A 5000 HND CN Equity 1/17/2008 #N/A N/A 28000 HND CN Equity 1/18/2008 #N/A N/A 25000 HND CN Equity 1/21/2008 #N/A N/A 5000 HND CN Equity 1/22/2008 #N/A N/A 101000 HND CN Equity 1/23/2008 #N/A N/A 122000 Any way to accomplish this? Should be an easy way, but i have never worked with lists and somehow it...
2004 Aug 04
1
Installing Samba 3.0.5 in Mac OSX 10.3.4 server
...39;: libsmb/clikrb5.c:188: error: `krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:188: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:188: error: for each function it appears in.) libsmb/clikrb5.c:188: error: parse error before "hnd" libsmb/clikrb5.c:189: error: `krb5_krbhst_info' undeclared (first use in this function) libsmb/clikrb5.c:189: error: `hinfo' undeclared (first use in this function) libsmb/clikrb5.c:197: error: `KRB5_KRBHST_KDC' undeclared (first use in this function) libsmb/clikrb5.c:197: e...
2005 Dec 31
1
3.0.21a make fails on Mac OS X 10.4.3
...': libsmb/clikrb5.c:306: error: 'krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:306: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:306: error: for each function it appears in.) libsmb/clikrb5.c:306: error: parse error before 'hnd' libsmb/clikrb5.c:307: error: 'krb5_krbhst_info' undeclared (first use in this function) libsmb/clikrb5.c:307: error: 'hinfo' undeclared (first use in this function) libsmb/clikrb5.c:316: error: 'KRB5_KRBHST_KDC' undeclared (first use in this function) libsmb/clikrb5.c:3...
2003 Oct 28
1
Compile Problem (krb5)
...#39;: libsmb/clikrb5.c:188: error: `krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:188: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:188: error: for each function it appears in.) libsmb/clikrb5.c:188: error: parse error before "hnd" libsmb/clikrb5.c:189: error: `krb5_krbhst_info' undeclared (first use in this function) libsmb/clikrb5.c:189: error: `hinfo' undeclared (first use in this function) libsmb/clikrb5.c:197: error: `KRB5_KRBHST_KDC' undeclared (first use in this function) libsmb/clikrb5.c:197: err...
2013 Nov 06
0
mod_auth_ntlm_winbind SSO
...y euid == sec_initial_uid() [2013/11/06 11:37:19.018881, 4] rpc_server/srv_access_check.c:104(access_check_object) _samr_Connect2: access GRANTED (requested: 0x000f003f, granted: 0x000f003f) [2013/11/06 11:37:19.018901, 4] rpc_server/rpc_handles.c:197(create_rpc_handle_internal) Opened policy hnd[1] [0000] 00 00 00 00 17 00 00 00 00 00 00 00 7A 52 DF 1B ........ ....zR.. [0010] CB 18 00 00 .... [2013/11/06 11:37:19.018941, 5] rpc_server/samr/srv_samr_nt.c:3961(_samr_Connect2) _samr_Connect2: 3961 [2013/11/06 11:37:19.018960, 1] ../librpc/ndr/n...
2006 Oct 11
3
PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) compiling errors of Samba 3.0.23.c
...39;: libsmb/clikrb5.c:378: error: 'krb5_krbhst_handle' undeclared (first use in this function) libsmb/clikrb5.c:378: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:378: error: for each function it appears in.) libsmb/clikrb5.c:378: error: parse error before 'hnd' libsmb/clikrb5.c:379: error: 'krb5_krbhst_info' undeclared (first use in this function) libsmb/clikrb5.c:379: error: 'hinfo' undeclared (first use in this function) libsmb/clikrb5.c:388: error: 'KRB5_KRBHST_KDC' undeclared (first use in this function) libsmb/clikrb5.c...
2014 Aug 08
2
[PATCH 1/3] nvc0/ir: add base tex offset for fermi indirect tex case
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- .../drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp index f010767..4a9e48f 100644 ---
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2003 Aug 21
0
Samba 3.0, ldapsam: joining the domain results in "Access Denied"
...on for this exercise is to establish a Single Sign On environment. I have the Linux side working well using PAM/NSS_LDAP. It seems that the relevant part of the log is as follows: api_rpcTNP: samr op 0x7 - api_rpcTNP: rpc command: SAMR_OPEN_DOMAIN [2003/08/20 22:29:32, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(162) Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 BC 58 44 3F ........ .....XD? [010] F9 21 00 00 .!.. [2003/08/20 22:29:32, 3] lib/util_seaccess.c:se_access_check(267) [2003/08/20 22:29:32, 3] lib/util_seac...
2004 Feb 23
0
Unable to access printers
...are behaving well (inc printers. It seems as though no matter which user connects, the backend attempts to authenticate the user as root... Case in point the following workstation log (level 10)... checking name: \\ftwork\HP_4000 [2004/02/23 14:00:28, 10] rpc_server/srv_spoolss_nt.c:open_printer_hnd(548) open_printer_hnd: name [\\ftwork\HP_4000] [2004/02/23 14:00:28, 4] rpc_server/srv_lsa_hnd.c:create_policy_hnd(142) Opened policy hnd[2] [000] 00 00 00 00 27 00 00 00 00 00 00 00 CC 6C 39 40 ....'... .....l9@ [010] 12 42 00 00 .B.. [2004/02/23 1...
2005 Jun 28
2
permissions change from windows doesn't work
...2, 4] smbd/vfs.c:vfs_ChDir(654) vfs_ChDir to /tmp [2005/06/28 16:16:02, 4] smbd/nttrans.c:nt_open_pipe(497) nt_open_pipe: Opening pipe \lsarpc. [2005/06/28 16:16:02, 3] smbd/nttrans.c:nt_open_pipe(514) nt_open_pipe: Known pipe lsarpc opening. [2005/06/28 16:16:02, 4] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(178) Open pipe requested lsarpc (pipes_open=0) [2005/06/28 16:16:02, 4] rpc_server/srv_pipe_hnd.c:make_internal_rpc_pipe_p(278) Create pipe requested lsarpc [2005/06/28 16:16:02, 4] rpc_server/srv_pipe_hnd.c:make_internal_rpc_pipe_p(370) Created internal pipe lsarpc (...
2005 Sep 27
1
PDC + LDAP, cannot access LDAP when not root
...6:51:51, 4] smbd/vfs.c:vfs_ChDir(660) vfs_ChDir to /tmp [2005/09/19 16:51:51, 4] smbd/nttrans.c:nt_open_pipe(497) nt_open_pipe: Opening pipe \lsarpc. [2005/09/19 16:51:51, 3] smbd/nttrans.c:nt_open_pipe(514) nt_open_pipe: Known pipe lsarpc opening. [2005/09/19 16:51:51, 4] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(178) Open pipe requested lsarpc (pipes_open=0) [2005/09/19 16:51:51, 4] rpc_server/srv_pipe_hnd.c:make_internal_rpc_pipe_p(278) Create pipe requested lsarpc [2005/09/19 16:51:51, 4] rpc_server/srv_pipe_hnd.c:make_internal_rpc_pipe_p(370) Created internal pipe lsarpc (pipes_o...