search for: pipes_struct

Displaying 13 results from an estimated 13 matches for "pipes_struct".

Did you mean: files_struct
2007 Jun 20
1
smbd process eating memory
...rnal_rpc_pipe_p(330) open_rpc_pipe_p: malloc fail for in_data struct. [2007/06/20 12:55:15, 0] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(231) open_rpc_pipe_p: make_internal_rpc_pipe_p failed. [2007/06/20 12:56:01, 0] rpc_server/srv_pipe_hnd.c:make_internal_rpc_pipe_p(295) ERROR! no memory for pipes_struct! [2007/06/20 12:56:01, 0] rpc_server/srv_pipe_hnd.c:open_rpc_pipe_p(231) open_rpc_pipe_p: make_internal_rpc_pipe_p failed. [2007/06/20 12:56:01, 0] rpc_server/srv_pipe_hnd.c:make_internal_rpc_pipe_p(295) ERROR! no memory for pipes_struct! [2007/06/20 12:56:01, 0] rpc_server/srv_pipe_hnd.c:open_...
2011 Mar 18
1
[PATCH] s3: Add "spoolss backchannel" parameter
..., bStoreDosAttributes) diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index afc27fe..5fb00d0 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -2617,6 +2617,12 @@ WERROR _spoolss_RemoteFindFirstPrinterChangeNotifyEx(pipes_struct *p, return WERR_SERVER_UNAVAILABLE; } + if (!lp_spoolss_backchannel(snum)) { + DEBUG(10, ("_spoolss_RemoteFindFirstPrinterChangeNotifyEx: " + "backchannel disabled\n")); + return WERR_SERVER_UNAVAILABLE; + } + if (!interpret_string_addr(&client_ss, p->clie...
2018 Jun 18
2
CVE-2008-4250?
Good morning/day/night to all! After moving all my infrastructure to Debian9, changed my ADDC from Win2K12 to Samba4 scanning my network I found the following: -------------------------------------------------------------------------------------------------------------------------------- koratsuki at happyharry:~$ nmap --script smb-vuln-ms08-067.nse -p445 smb-addc.tld Starting Nmap 7.50 (
2018 Sep 12
0
eventlog functionality
...irst patch I've ever posted to any FOSS project I hope you'll forgive the mess. > /***/ > 966a969,1033 > fill in a sess info level 10 structure. > ********************************************************************/ > > static WERROR init_srv_sess_info_10(struct pipes_struct *p, > struct srvsvc_NetSessCtr10 *ctr10, > uint32_t *resume_handle_p, > uint32_t *total_entries) > { > struct sessionid *session_list; > uint32_t num_entries = 0; > time_t now = time(NULL); > uint32_t resume_handle = resume_handle_p ? *resume...
2012 Nov 07
0
CreatePrinterIC failure from Windows8 client
...CreatePrinterIC request DCERPC Fault: call_id: 19 Fragment: Single ctx_id: 0 status: nca_op_rng_error By looking at the source code (source3/rpc_server/srv_spoolss_nt.c, line #9711 - 9716) it looks like SAMBA does not support this RPC call. WERROR _spoolss_CreatePrinterIC(pipes_struct *p, struct spoolss_CreatePrinterIC *r) { p->rng_fault_state = true; return WERR_NOT_SUPPORTED; } Could anyone let me know if CreatePrinterIC going to be supported in later versions of SAMBA? The SAMBA-3.6.x also doesn't seem to have thi...
2018 Jun 18
0
CVE-2008-4250?
...he smb.conf? The > smb.conf is using the default config... Can someone point me on the > right direction in order to fix this? The implementation of the test in Nessus is incorrect. Here are the two (yes, for silly reasons) implementations in Samba: WERROR _srvsvc_NetPathCompare(struct pipes_struct *p, struct srvsvc_NetPathCompare *r) { p->fault_state = DCERPC_FAULT_OP_RNG_ERROR; return WERR_NOT_SUPPORTED; } /* srvsvc_NetPathCompare */ static WERROR dcesrv_srvsvc_NetPathCompare(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, struct srvsvc_NetPathCompare *r...
2018 Sep 12
2
eventlog functionality
On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote: > > and from the what the hell department. I did it. Comparing > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1 > > > and > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10 > > and > >
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote: > On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote: > > > > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba > > wrote: > > > > > > > > > and from the what the hell department. I did it. Comparing > > > > > >
2004 Feb 04
1
Signal 11 in smbd 3.0.2rc2 on printer operation!
...0x83d1690, data=0x83ef2c8 ",\004", n=1076) at rpc_server/srv_pipe_hnd.c:839 data_to_copy = 1076 old_pdu_received_len = 0 #15 0x0815b723 in write_to_internal_pipe (np_conn=0x83d1690, data=0x83ef2c8 ",\004", n=1092) at rpc_server/srv_pipe_hnd.c:878 data_used = 0 p = (pipes_struct *) 0x83d1690 data_left = 1076 #16 0x0815b67a in write_to_pipe (p=0x83cc2b0, data=0x83ef2b8 "\005", n=1092) at rpc_server/srv_pipe_hnd.c:861 No locals. #17 0x0808e674 in api_fd_reply (conn=0x83ccf88, vuid=100, outbuf=0x404a4008 "", setup=0x83cf230, data=0x83ef2b8 "...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =============================================================== "Myths are public dreams, dreams are private myths." Joseph Campbell =============================================================== Release Announcements ===================== This is a bug fix release of the Samba 3.2 series. Major enhancements
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =============================================================== "Myths are public dreams, dreams are private myths." Joseph Campbell =============================================================== Release Announcements ===================== This is a bug fix release of the Samba 3.2 series. Major enhancements
2003 Aug 04
11
Finally winbind on RH9 working, but why ?
Hi, maybe (probably ??) it's me, but it took me more than a week to get winbindd working on Redhat 9. It works now after changing a parameter in smb.conf, but I have NO idea why. Maybe some of you already had the same problem. If so, PLEASE clearify ! Thanks... PS as you will see later, getent group also does not work. This is an independent problem I think... can it have something to do
2003 Dec 01
0
No subject
...free (s=0x81ea340) at lib/util_str.c:1120 s = (char **) 0x81ea340 #2 0x804c914 in file_free (fsp=0x81ea2c8) at smbd/files.c:300 fsp = (files_struct *) 0x81ea2c8 #3 0x80a540f in _srv_net_file_query_secdesc (p=0x81f2758, q_u=0xbffff7a4, r_u=0xbffff78c) at rpc_server/srv_srvsvc_nt.c:1665 p = (pipes_struct *) 0xbffff264 psd = (SEC_DESC *) 0x81ede38 sd_size = 128 null_pw = "\000\003\013@Hv?\bx?\b\000\000\000\220l\034\b\004\000\000\000\030\000\000\000\020\000\000\000\000\032\025@<5\025@\000\032\025@\000\032\025@Dv?v\032\013@@v?\215~\017\b@v?@~\017\bL\n\025\b.\000\000\000 \000\000\000 \000\00...