[Samba] Bringing a laptop to a Samba Network
Steve Cohen
scohen at javactivity.org
Thu Feb 24 04:10:14 GMT 2005
Steve Cohen wrote:
> Craig White wrote:
>
> > On Tue, 2005-02-22 at 23:41 -0600, Steve Cohen wrote:
> >
> >> Steve Cohen wrote:
> >>
> >>> I have a little home network, with a wireless router. The main box
> on the ntwk runs RedHat 9.0 and Samba 2.2.7a.
> >>>
> >>> I have a Win2K laptop provided to me by my employer with all the
> typical corporate security constraints.
> >>>
> >>> I can take the laptop home and access the internet from it through
> the laptops secondary wireless router card and my wireless router. What
> I'd like to be able to do beyond that is print documents from the laptop
> to my home printer. It won't work. The laptop can see the printer, but
> Samba is not letting it access the printer. The laptop is within the
> corporate domain of my employer. You can't sign on otherwise. It's not
> in Samba's workgroup, which seems to be assumed by many of the docs I've
> read. (In a catastrophically comic attempt to do this, I tried changing
> the laptop's Network identification to use the Samba workgroup. Not
> only didn't this work, but I couldn't change it back, and once I was
> logged off, couldn't log back on. I had to get the work IT guys to
> reconfigure it back to the corporate domain.)
> >>>
> >>> So, is there a way in Samba to give access to a computer outside
> its workgroup? What might that be? A quick perusal of the docs that
> come with SWAT didn't suggest anything promising.
> >>>
> >>>
> >>>
> >>>
> >>
> >> One more detail of my setup: security = SHARE
> >
> >
> > ----
> > I would expect that you could access 'My Network Places' -> View Entire
> > Network -> Microsoft Windows Networking -> NAME_OF_HOME_WORKGROUP ->
> > Samba_Server and see the printer share and then double click to install
> > and set up.
>
>
> I see only the corporate network when I do this. It is empty, unless I
> enter the corporate VPN, at which point I see all the computers in the
> corporate network that I would see if at work but not my local workgroup.
>
> > You probably will need to install printer driver for your
> > home printer. Likely you aren't going to have sufficient privileges to
> > add a printer and install a printer driver (you probably wouldn't if I
> > was admin of your network anyway)
>
>
> I have sufficient privileges for installing the driver. In fact, I have
> gotten as far as installing this as a printer on the laptop.
>
> >
> > Privileges though wouldn't prevent you from accessing your home
> > workgroup and seeing file & printer shares. It's likely that WINS server
> > stuff is set for work environment and thus, you may have to simply
> > connect to samba server by ip address...
>
>
> Yes. I type in the ip address and I see the printer and all the other
> Samba shares. Doubleclicking on the printer I get
> "Access Denied, Unable to Connect" in the window title bar for the
> printer. Windows will let me "print" to it, but nothing happens.
>
> >
> > Try some command line stuff on laptop like...
> >
> > net view NAME_OF_SAMBA_SERVER
> > or if unable to resolve the name...
> > net view IP_ADDRESS_OF_SAMBA_SERVER
> >
> > and of course you can try stuff like...
> >
> > net use lpt2: \\IP_ADDRESS_OF_SAMBA_SERVER\NAME_OF_PRINTER
> > but of course, you would want the driver to be installed.
>
>
> This "succeeds" but again, no printing happens.
>
> >
> > Craig
> >
>
> What I didn't say before was that at one time this worked. I was able
> to print through this same connection. Two events intervened:
> 1. There was a glitch in the wireless router and I had to reset it to
> factory settings and reconfigure, which I believe I did successfully.
> 2. I updated my samba rpm from 2.2.7a-7.9.0 to 2.2.7a-8.9.0
>
> One or both of these things may have messed with the config.
>
> From all the above, it seems to me that Windows is letting me out to
> see the printer, even connect a driver to it. But something in Samba is
> preventing me from accessing, and after looking all up and down the
> smb.conf, I don't see it.
>
> smb.conf:
>
> $ cat smb.conf
> # Samba config file created using SWAT
> # from RAINIER (127.0.0.1)
> # Date: 2005/02/16 22:34:37
>
> # Global parameters
> [global]
> workgroup = {NAME OF MY WORKGROUP}
> server string = samba server
> security = SHARE
> encrypt passwords = Yes
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *New*password* %n\n *Retype*new*password* %n\n
> *passwd:*all*authentication*tokens*updated*successfully*
> unix password sync = Yes
> log file = /var/log/samba/%m.log
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> printcap name = cups
> preferred master = No
> domain master = No
> dns proxy = No
> wins server = 192.168.123.70
> guest ok = Yes
> hosts allow = 192.168.123.0/255.255.255.0
> printing = cups
>
> [homes]
> comment = Home Directories
> valid users = %S
> writeable = yes
> create mask = 0664
> directory mask = 0775
> browseable = No
>
> [testshare]
> path = /tmp
> guest account = ftp
> writeable = yes
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> printable = Yes
> use client driver = Yes
> browseable = No
>
> [EpsonC82]
> path = /var/spool/samba
> writeable = yes
> printable = Yes
> printer name = EpsonC82
>
> [raw_q]
> path = /var/spool/samba
> writeable = yes
> printable = Yes
> printer name = raw_q
>
>
>
>
Attached is some more data that someone who understands what's going on
may be able to analyze. I boosted the logging level in SWAT to 5 and
then attempted to open the printer from the Windows 2K laptop. The
attached log shows what happens.
-------------- next part --------------
[2005/02/23 21:39:17, 3] param/loadparm.c:init_globals(1272)
Initialising global parameters
[2005/02/23 21:39:17, 3] param/params.c:pm_process(577)
params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf"
[2005/02/23 21:39:17, 3] param/loadparm.c:do_section(3037)
Processing section "[global]"
[2005/02/23 21:39:17, 1] lib/debug.c:debug_message(258)
INFO: Debug class all level = 5 (pid 7474 from pid 7474)
doing parameter log file = /var/log/samba/%m.log
doing parameter socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
doing parameter printcap name = cups
doing parameter preferred master = No
doing parameter dns proxy = No
doing parameter wins server = 192.168.123.70
[2005/02/23 21:39:17, 4] lib/wins_srv.c:wins_srv_load_list(139)
wins_srv_load_list(): Building WINS server list:
192.168.123.70,
1 WINS server listed.
doing parameter guest ok = Yes
doing parameter hosts allow = 192.168.123.0/255.255.255.0
doing parameter printing = cups
[2005/02/23 21:39:17, 2] param/loadparm.c:do_section(3055)
Processing section "[homes]"
doing parameter comment = Home Directories
doing parameter valid users = %S
doing parameter read only = No
doing parameter create mask = 0664
doing parameter directory mask = 0775
doing parameter browseable = No
[2005/02/23 21:39:17, 2] param/loadparm.c:do_section(3055)
Processing section "[testshare]"
doing parameter path = /tmp
doing parameter guest account = ftp
doing parameter read only = No
[2005/02/23 21:39:17, 2] param/loadparm.c:do_section(3055)
Processing section "[printers]"
doing parameter comment = All Printers
doing parameter path = /var/spool/samba
doing parameter printable = Yes
doing parameter use client driver = Yes
doing parameter browseable = No
[2005/02/23 21:39:17, 2] param/loadparm.c:do_section(3055)
Processing section "[EpsonC82]"
doing parameter path = /var/spool/samba
doing parameter read only = No
doing parameter printable = Yes
doing parameter printer name = EpsonC82
[2005/02/23 21:39:17, 2] param/loadparm.c:do_section(3055)
Processing section "[raw_q]"
doing parameter path = /var/spool/samba
doing parameter read only = No
doing parameter printable = Yes
doing parameter printer name = raw_q
[2005/02/23 21:39:17, 4] param/loadparm.c:lp_load(3485)
pm_process() returned Yes
[2005/02/23 21:39:17, 3] param/loadparm.c:lp_add_ipc(2023)
adding IPC service IPC$
[2005/02/23 21:39:17, 3] param/loadparm.c:lp_add_ipc(2023)
adding IPC service ADMIN$
[2005/02/23 21:39:17, 5] printing/print_cups.c:cups_printer_fn(95)
cups_printer_fn(0x80bb6c0)
[2005/02/23 21:39:17, 2] lib/interface.c:add_interface(81)
added interface ip=192.168.123.60 bcast=192.168.123.255 nmask=255.255.255.0
[2005/02/23 21:39:17, 2] lib/interface.c:add_interface(81)
added interface ip=192.168.254.1 bcast=192.168.254.255 nmask=255.255.255.0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_KEEPALIVE = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_REUSEADDR = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_BROADCAST = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option TCP_NODELAY = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option IPTOS_LOWDELAY = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option IPTOS_THROUGHPUT = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_SNDBUF = 16384
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_RCVBUF = 16384
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_SNDLOWAT = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_RCVLOWAT = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_SNDTIMEO = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_RCVTIMEO = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_KEEPALIVE = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_REUSEADDR = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_BROADCAST = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option TCP_NODELAY = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option IPTOS_LOWDELAY = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option IPTOS_THROUGHPUT = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_SNDBUF = 16384
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_RCVBUF = 16384
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_SNDLOWAT = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_RCVLOWAT = 1
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_SNDTIMEO = 0
[2005/02/23 21:39:17, 5] lib/util_sock.c:print_socket_options(111)
socket option SO_RCVTIMEO = 0
[2005/02/23 21:39:17, 5] lib/hash.c:hash_table_init(68)
Hash size = 521.
[2005/02/23 21:39:18, 3] smbd/process.c:process_smb(878)
Transaction 21 of length 902
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(275)
size=898
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=4928
smt_wct=16
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[1]=822 (0x336)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[3]=1024 (0x400)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[11]=822 (0x336)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(291)
smb_bcc=831
[2005/02/23 21:39:18, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:18, 3] smbd/sec_ctx.c:set_sec_ctx(329)
setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2005/02/23 21:39:18, 3] smbd/sec_ctx.c:set_sec_ctx(334)
1 user groups:
99
[2005/02/23 21:39:18, 5] smbd/uid.c:change_to_user(202)
change_to_user uid=(0,99) gid=(0,99)
[2005/02/23 21:39:18, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=822 params=0 setup=2
[2005/02/23 21:39:18, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:18, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:18, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:18, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:18, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:18, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0336
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000002
[2005/02/23 21:39:18, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 0000031e
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 0045
[2005/02/23 21:39:18, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:18, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:18, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x45 - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_OPENPRINTEREX
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_open_printer_ex
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 printername_ptr: 014f50d8
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 uni_max_len: 0000001a
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 undoc : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c uni_str_len: 0000001a
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0010 buffer : \.\.1.9.2...1.6.8...1.2.3...6.0.\.E.p.s.o.n.C.8.2...
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0044 datatype_ptr: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 size: 00000252
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
004c devmode_ptr: 014f4548
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0050 size: 00000252
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0054 devicename: \.\.1.9.2...1.6.8...1.2.3...6.0.\.E.p.s.o.n.C.8.2...............
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0094 specversion: 0401
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0096 driverversion: 0470
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0098 size: 00dc
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
009a driverextra: 0176
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
009c fields: 07809b0f
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a0 orientation: 0001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a2 papersize: 0001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a4 paperlength: 0aea
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a6 paperwidth: 086f
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a8 scale: 0064
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00aa copies: 0001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00ac defaultsource: 0007
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00ae printquality: 0168
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b0 color: 0002
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b2 duplex: 0001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b4 yresolution: 0168
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b6 ttoption: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b8 collate: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
00ba formname: ................................................................
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00fa logpixels: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
00fc bitsperpel: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0100 pelswidth: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0104 pelsheight: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0108 displayflags: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
010c displayfrequency: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0110 icmmethod: 00000001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0114 icmintent: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0118 mediatype: 00000001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
011c dithertype: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0120 reserved1: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0124 reserved2: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0128 panningwidth: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
012c panningheight: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
0130 private: 00 00 00 00 02 00 00 00 52 03 00 00 4c 04 00 00 05 00 03 00 ff ff 01 00 01 00 00 00 01 00 03 00 00 00 01 00 02 00 b4 00 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 80 01 00 00 00 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 2a 00 00 00 2a 00 00 00 2a 00 00 00 c6 00 00 00 f4 0b 00 00 78 0f 00 00 68 01 00 00 68 01 00 00 00 00 05 00 44 4c 4c 4e 61 6d 65 33 32 3d 45 5f 44 55 31 36 49 45 2e 44 4c 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 a0 0b 00 00 88 0e 00 00 64 00 a0 0b 00 00 88 0e 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 32 00 00 00 ff 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 45 00 50 00 53 00 4f 00 4e 00 20 00 53 00 74 00 79 00 6c 00 75 00 73 00 20 00 43 00 38 00 32 00 20 00 53 00 65 00 72 00 69 00 65 00 73 00 00 00 00 00 00 00 0 +>
0 00 00 00 00 00 00 00 00 00 00 00 09 04 00 00 00 01 00 00 00 00 00 00 0c 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02a8 access_required: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02ac user_switch: 00000001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b0 level: 00000001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b4 ptr: 023ff1c0
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b8 size: 0000001c
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02bc client_name_ptr: 00c99ad8
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c0 user_name_ptr: 023fefac
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c4 build: 00000893
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c8 major: 00000003
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02cc minor: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d0 processor: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d4 uni_max_len: 00000012
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d8 undoc : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02dc uni_str_len: 00000012
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
02e0 buffer : {LAPTOP MACHINE NAME REMOVED}
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0304 uni_max_len: 00000007
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0308 undoc : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
030c uni_str_len: 00000007
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0310 buffer : {USER ID REMOVED}
checking name: \\192.168.123.60\EpsonC82
[2005/02/23 21:39:18, 4] rpc_server/srv_lsa_hnd.c:create_policy_hnd(148)
Opened policy hnd[1] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:18, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:18, 3] rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(394)
Setting printer type=\\192.168.123.60\EpsonC82
Printer is a printer
[2005/02/23 21:39:18, 4] rpc_server/srv_spoolss_nt.c:set_printer_hnd_name(427)
Setting printer name=\\192.168.123.60\EpsonC82 (len=25)
searching for [EpsonC82] (len=8)
share:printers
share:EpsonC82
set_printer_hnd_name: Printer found: EpsonC82 -> EpsonC82
[2005/02/23 21:39:18, 5] rpc_server/srv_spoolss_nt.c:open_printer_hnd(524)
1 printer handles active
[2005/02/23 21:39:18, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:18, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:18, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:18, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:18, 4] rpc_server/srv_spoolss_nt.c:get_printer_snum(377)
short name:EpsonC82
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:18, 3] lib/util_seaccess.c:se_access_check(269)
se_access_check: user sid is S-1-5-21-{GUID REMOVED}
[2005/02/23 21:39:18, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-21-{GUID REMOVED}
[2005/02/23 21:39:18, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-1-0
[2005/02/23 21:39:18, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-2
[2005/02/23 21:39:18, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-32-546
[2005/02/23 21:39:18, 5] lib/util_seaccess.c:se_access_check(325)
se_access_check: access (8) granted.
[2005/02/23 21:39:18, 4] printing/nt_printing.c:print_access_check(4052)
access check was SUCCESS
[2005/02/23 21:39:18, 4] rpc_server/srv_spoolss_nt.c:_spoolss_open_printer_ex(1198)
Setting printer access = PRINTER_ACCESS_USE
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_open_printer_ex
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000004
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 66 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_werror(648)
0014 status code: WERR_OK
[2005/02/23 21:39:18, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:18, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 712
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0030
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000002
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000018
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:18, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..48]
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(275)
size=104
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=4928
smt_wct=10
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[1]=48 (0x30)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[6]=48 (0x30)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(291)
smb_bcc=49
[2005/02/23 21:39:18, 3] smbd/process.c:process_smb(878)
Transaction 22 of length 3640
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(275)
size=3636
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=4992
smt_wct=16
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[1]=3560 (0xDE8)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[3]=1024 (0x400)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[11]=3560 (0xDE8)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:18, 5] lib/util.c:show_msg(291)
smb_bcc=3569
[2005/02/23 21:39:18, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:18, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:18, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=3560 params=0 setup=2
[2005/02/23 21:39:18, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:18, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:18, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:18, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:18, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:18, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0de8
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000003
[2005/02/23 21:39:18, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 00000dd0
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 0008
[2005/02/23 21:39:18, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:18, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:18, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x8 - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_GETPRINTER
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_getprinter
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000004
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 66 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 level: 00000002
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 ptr: 014f6a20
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c size: 00000dac
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0dcc offered: 00000dac
[2005/02/23 21:39:18, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:18, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:18, 4] rpc_server/srv_spoolss_nt.c:get_printer_snum(377)
short name:EpsonC82
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:18, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:18, 3] printing/printing.c:print_cache_expired(861)
print cache expired for queue EpsonC82 (last_qscan_time = 1109214677, time now = 1109216358, qcachetime = 10)
[2005/02/23 21:39:18, 5] printing/print_cups.c:cups_queue_get(716)
cups_queue_get(3, 0xbfffe98c, 0xbfffedc0)
[2005/02/23 21:39:19, 3] printing/printing.c:print_queue_update(436)
0 jobs in queue for EpsonC82
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_printer_info_2
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 offset: 00000d8a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 offset: 00000d56
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 offset: 00000d44
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c offset: 00000d1e
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 offset: 00000d1c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 offset: 00000d1a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 offset: 00000d18
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c devmode: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0020 offset: 00000d16
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0024 offset: 00000d04
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0028 offset: 00000cfc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
002c offset: 00000cfa
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0030 sec_desc: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c offset: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0034 attributes: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0038 priority: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
003c defpriority: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 starttime: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0044 untiltime: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 status: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
004c jobs: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0050 averageppm: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_getprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 ptr: 014f6a20
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 size: 00000dac
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0db4 needed: 0000019c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0db8 status: WERR_OK
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 6556
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0dd4
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000dbc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:send_trans_reply(93)
send_trans_reply: buffer 1024 too large
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..1024]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=1080
smb_com=0x25
smb_rcls=5
smb_reh=0
smb_err=32768
smb_flg=136
smb_flg2=16385
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=4992
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=1024 (0x400)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=1024 (0x400)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=1025
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 23 of length 63
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=59
smb_com=0x2e
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=65279
smb_uid=0
smb_mid=5056
smt_wct=12
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=255 (0xFF)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=57054 (0xDEDE)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=2516 (0x9D4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=2516 (0x9D4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=65535 (0xFFFF)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=65535 (0xFFFF)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=2516 (0x9D4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=0
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBreadX (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/pipes.c:reply_pipe_read_and_X(239)
readX-IPC pnum=70e9 min=2516 max=2516 nread=2516
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=2575
smb_com=0x2e
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=65279
smb_uid=0
smb_mid=5056
smt_wct=12
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=255 (0xFF)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=2516 (0x9D4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=59 (0x3B)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=2516
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 24 of length 3640
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=3636
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5120
smt_wct=16
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=3560 (0xDE8)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=3560 (0xDE8)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=3569
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=3560 params=0 setup=2
[2005/02/23 21:39:19, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:19, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:19, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0de8
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000004
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 00000dd0
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 0008
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x8 - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_GETPRINTER
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_getprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 66 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 level: 00000002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 ptr: 014f6a20
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c size: 00000dac
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0dcc offered: 00000dac
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:get_printer_snum(377)
short name:EpsonC82
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_printer_info_2
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 offset: 00000d8a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 offset: 00000d56
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 offset: 00000d44
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c offset: 00000d1e
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 offset: 00000d1c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 offset: 00000d1a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 offset: 00000d18
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c devmode: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0020 offset: 00000d16
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0024 offset: 00000d04
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0028 offset: 00000cfc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
002c offset: 00000cfa
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0030 sec_desc: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c offset: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0034 attributes: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0038 priority: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
003c defpriority: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 starttime: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0044 untiltime: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 status: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
004c jobs: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0050 averageppm: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_getprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 ptr: 014f6a20
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 size: 00000dac
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0db4 needed: 0000019c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0db8 status: WERR_OK
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 6556
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0dd4
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000dbc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..3540]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=3596
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5120
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=3541
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 25 of length 124
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=120
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5184
smt_wct=16
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=44 (0x2C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=44 (0x2C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=53
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=44 params=0 setup=2
[2005/02/23 21:39:19, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:19, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:19, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 002c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000005
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 001d
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x1d - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_CLOSEPRINTER
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_closeprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 66 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 04 00 00 00 00 00 00 00 66 4C 1D 42 ........ ....fL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(205)
Closed policy
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_closeprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 00 00 00 00 00 00 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0014 status: WERR_OK
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000005
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..48]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=104
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5184
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=49
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 26 of length 902
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=898
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5248
smt_wct=16
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=822 (0x336)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=822 (0x336)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=831
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=822 params=0 setup=2
[2005/02/23 21:39:19, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:19, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:19, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0336
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000006
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 0000031e
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 0045
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x45 - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_OPENPRINTEREX
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_open_printer_ex
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 printername_ptr: 014f3e98
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 uni_max_len: 0000001a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 undoc : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c uni_str_len: 0000001a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0010 buffer : \.\.1.9.2...1.6.8...1.2.3...6.0.\.E.p.s.o.n.C.8.2...
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0044 datatype_ptr: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 size: 00000252
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
004c devmode_ptr: 014f47a8
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0050 size: 00000252
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0054 devicename: \.\.1.9.2...1.6.8...1.2.3...6.0.\.E.p.s.o.n.C.8.2...............
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0094 specversion: 0401
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0096 driverversion: 0470
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0098 size: 00dc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
009a driverextra: 0176
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
009c fields: 07809b0f
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a0 orientation: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a2 papersize: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a4 paperlength: 0aea
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a6 paperwidth: 086f
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a8 scale: 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00aa copies: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00ac defaultsource: 0007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00ae printquality: 0168
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b0 color: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b2 duplex: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b4 yresolution: 0168
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b6 ttoption: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b8 collate: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
00ba formname: ................................................................
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00fa logpixels: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
00fc bitsperpel: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0100 pelswidth: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0104 pelsheight: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0108 displayflags: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
010c displayfrequency: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0110 icmmethod: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0114 icmintent: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0118 mediatype: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
011c dithertype: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0120 reserved1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0124 reserved2: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0128 panningwidth: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
012c panningheight: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
0130 private: 00 00 00 00 02 00 00 00 52 03 00 00 4c 04 00 00 05 00 03 00 ff ff 01 00 01 00 00 00 01 00 03 00 00 00 01 00 02 00 b4 00 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 80 01 00 00 00 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 2a 00 00 00 2a 00 00 00 2a 00 00 00 c6 00 00 00 f4 0b 00 00 78 0f 00 00 68 01 00 00 68 01 00 00 00 00 05 00 44 4c 4c 4e 61 6d 65 33 32 3d 45 5f 44 55 31 36 49 45 2e 44 4c 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 a0 0b 00 00 88 0e 00 00 64 00 a0 0b 00 00 88 0e 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 32 00 00 00 ff 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 45 00 50 00 53 00 4f 00 4e 00 20 00 53 00 74 00 79 00 6c 00 75 00 73 00 20 00 43 00 38 00 32 00 20 00 53 00 65 00 72 00 69 00 65 00 73 00 00 00 00 00 00 00 0 +>
0 00 00 00 00 00 00 00 00 00 00 00 09 04 00 00 00 01 00 00 00 00 00 00 0c 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02a8 access_required: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02ac user_switch: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b0 level: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b4 ptr: 024bf1f0
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b8 size: 0000001c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02bc client_name_ptr: 00c99ad8
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c0 user_name_ptr: 024befdc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c4 build: 00000893
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c8 major: 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02cc minor: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d0 processor: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d4 uni_max_len: 00000012
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d8 undoc : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02dc uni_str_len: 00000012
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
02e0 buffer : {LAPTOP MACHINE NAME REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0304 uni_max_len: 00000007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0308 undoc : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
030c uni_str_len: 00000007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0310 buffer : {USER ID REMOVED}
checking name: \\192.168.123.60\EpsonC82
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:create_policy_hnd(148)
Opened policy hnd[1] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 3] rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(394)
Setting printer type=\\192.168.123.60\EpsonC82
Printer is a printer
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:set_printer_hnd_name(427)
Setting printer name=\\192.168.123.60\EpsonC82 (len=25)
searching for [EpsonC82] (len=8)
share:printers
share:EpsonC82
set_printer_hnd_name: Printer found: EpsonC82 -> EpsonC82
[2005/02/23 21:39:19, 5] rpc_server/srv_spoolss_nt.c:open_printer_hnd(524)
1 printer handles active
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:get_printer_snum(377)
short name:EpsonC82
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(269)
se_access_check: user sid is S-1-5-21-1785080608-1516573485-2071913619-1198
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-21-1785080608-1516573485-2071913619-1199
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-1-0
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-2
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-32-546
[2005/02/23 21:39:19, 5] lib/util_seaccess.c:se_access_check(325)
se_access_check: access (8) granted.
[2005/02/23 21:39:19, 4] printing/nt_printing.c:print_access_check(4052)
access check was SUCCESS
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:_spoolss_open_printer_ex(1198)
Setting printer access = PRINTER_ACCESS_USE
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_open_printer_ex
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000005
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 67 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0014 status code: WERR_OK
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 712
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000006
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..48]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=104
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5248
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=49
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 27 of length 3640
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=3636
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5312
smt_wct=16
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=3560 (0xDE8)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=3560 (0xDE8)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=3569
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=3560 params=0 setup=2
[2005/02/23 21:39:19, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:19, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:19, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0de8
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000007
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 00000dd0
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 0008
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x8 - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_GETPRINTER
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_getprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000005
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 67 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 level: 00000002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 ptr: 014f6a20
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c size: 00000dac
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0dcc offered: 00000dac
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:get_printer_snum(377)
short name:EpsonC82
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_printer_info_2
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 offset: 00000d8a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 offset: 00000d56
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 offset: 00000d44
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c offset: 00000d1e
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 offset: 00000d1c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 offset: 00000d1a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 offset: 00000d18
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c devmode: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0020 offset: 00000d16
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0024 offset: 00000d04
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0028 offset: 00000cfc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
002c offset: 00000cfa
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0030 sec_desc: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c offset: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0034 attributes: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0038 priority: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
003c defpriority: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 starttime: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0044 untiltime: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 status: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
004c jobs: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0050 averageppm: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_getprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 ptr: 014f6a20
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 size: 00000dac
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0db4 needed: 0000019c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0db8 status: WERR_OK
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 6556
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0dd4
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000dbc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..3540]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=3596
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5312
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=3541
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 28 of length 124
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=120
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5376
smt_wct=16
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=44 (0x2C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=44 (0x2C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=53
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=44 params=0 setup=2
[2005/02/23 21:39:19, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:19, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:19, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 002c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000008
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 001d
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x1d - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_CLOSEPRINTER
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_closeprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000005
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 67 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 05 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(205)
Closed policy
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_closeprinter
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 00 00 00 00 00 00 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0014 status: WERR_OK
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000008
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..48]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=104
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5376
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=49
[2005/02/23 21:39:19, 3] smbd/process.c:process_smb(878)
Transaction 29 of length 902
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=898
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=24
smb_flg2=18439
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5440
smt_wct=16
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=822 (0x336)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=3540 (0xDD4)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[10]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[11]=822 (0x336)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[12]=76 (0x4C)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[13]=2 (0x2)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[14]=38 (0x26)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[15]=28905 (0x70E9)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=831
[2005/02/23 21:39:19, 3] smbd/process.c:switch_message(685)
switch message SMBtrans (pid 7474)
[2005/02/23 21:39:19, 4] smbd/uid.c:change_to_user(113)
change_to_user: Skipping user change - already user
[2005/02/23 21:39:19, 3] smbd/ipc.c:reply_trans(520)
trans <\PIPE\> data=822 params=0 setup=2
[2005/02/23 21:39:19, 5] smbd/ipc.c:reply_trans(539)
calling named_pipe
[2005/02/23 21:39:19, 3] smbd/ipc.c:named_pipe(334)
named pipe command on <> name
[2005/02/23 21:39:19, 5] smbd/ipc.c:api_fd_reply(275)
api_fd_reply
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(990)
search for pipe pnum=70e9
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(994)
pipe name spoolss pnum=70e9 (pipes_open=1)
[2005/02/23 21:39:19, 3] smbd/ipc.c:api_fd_reply(296)
Got API command 0x26 on pipe "spoolss" (pnum 70e9)000000 smb_io_rpc_hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0336
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000009
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(388)
unmarshall_rpc_header: using little-endian RPC
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr_req req
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 alloc_hint: 0000031e
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0004 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0006 opnum : 0045
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 0
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe.c:api_pipe_request(1148)
Doing \PIPE\spoolss
[2005/02/23 21:39:19, 4] rpc_server/srv_pipe.c:api_rpcTNP(1173)
api_rpcTNP: api_spoolss_rpc op 0x45 - api_rpcTNP: pipe 28905 rpc command: SPOOLSS_OPENPRINTEREX
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_q_open_printer_ex
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 printername_ptr: 014f5118
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 uni_max_len: 0000001a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 undoc : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c uni_str_len: 0000001a
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0010 buffer : \.\.1.9.2...1.6.8...1.2.3...6.0.\.E.p.s.o.n.C.8.2...
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0044 datatype_ptr: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 size: 00000252
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
004c devmode_ptr: 014f4548
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0050 size: 00000252
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0054 devicename: \.\.1.9.2...1.6.8...1.2.3...6.0.\.E.p.s.o.n.C.8.2...............
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0094 specversion: 0401
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0096 driverversion: 0470
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0098 size: 00dc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
009a driverextra: 0176
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
009c fields: 07809b0f
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a0 orientation: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a2 papersize: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a4 paperlength: 0aea
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a6 paperwidth: 086f
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00a8 scale: 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00aa copies: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00ac defaultsource: 0007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00ae printquality: 0168
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b0 color: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b2 duplex: 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b4 yresolution: 0168
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b6 ttoption: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00b8 collate: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
00ba formname: ................................................................
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
00fa logpixels: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
00fc bitsperpel: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0100 pelswidth: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0104 pelsheight: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0108 displayflags: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
010c displayfrequency: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0110 icmmethod: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0114 icmintent: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0118 mediatype: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
011c dithertype: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0120 reserved1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0124 reserved2: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0128 panningwidth: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
012c panningheight: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
0130 private: 00 00 00 00 02 00 00 00 52 03 00 00 4c 04 00 00 05 00 03 00 ff ff 01 00 01 00 00 00 01 00 03 00 00 00 01 00 02 00 b4 00 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 80 01 00 00 00 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 2a 00 00 00 2a 00 00 00 2a 00 00 00 c6 00 00 00 f4 0b 00 00 78 0f 00 00 68 01 00 00 68 01 00 00 00 00 05 00 44 4c 4c 4e 61 6d 65 33 32 3d 45 5f 44 55 31 36 49 45 2e 44 4c 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 a0 0b 00 00 88 0e 00 00 64 00 a0 0b 00 00 88 0e 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 32 00 00 00 ff 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 45 00 50 00 53 00 4f 00 4e 00 20 00 53 00 74 00 79 00 6c 00 75 00 73 00 20 00 43 00 38 00 32 00 20 00 53 00 65 00 72 00 69 00 65 00 73 00 00 00 00 00 00 00 0 +>
0 00 00 00 00 00 00 00 00 00 00 00 09 04 00 00 00 01 00 00 00 00 00 00 0c 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02a8 access_required: 000f000c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02ac user_switch: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b0 level: 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b4 ptr: 0243f1f0
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02b8 size: 0000001c
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02bc client_name_ptr: 00c99ad8
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c0 user_name_ptr: 0243efdc
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c4 build: 00000893
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02c8 major: 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02cc minor: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d0 processor: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d4 uni_max_len: 00000012
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02d8 undoc : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
02dc uni_str_len: 00000012
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
02e0 buffer : {LAPTOP MACHINE NAME REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0304 uni_max_len: 00000007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0308 undoc : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
030c uni_str_len: 00000007
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:dbg_rw_punival(760)
0310 buffer : {USER ID REMOVED}
checking name: \\192.168.123.60\EpsonC82
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:create_policy_hnd(148)
Opened policy hnd[1] [000] 00 00 00 00 06 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 3] rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(394)
Setting printer type=\\192.168.123.60\EpsonC82
Printer is a printer
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:set_printer_hnd_name(427)
Setting printer name=\\192.168.123.60\EpsonC82 (len=25)
searching for [EpsonC82] (len=8)
share:printers
share:EpsonC82
set_printer_hnd_name: Printer found: EpsonC82 -> EpsonC82
[2005/02/23 21:39:19, 5] rpc_server/srv_spoolss_nt.c:open_printer_hnd(524)
1 printer handles active
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 06 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 06 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_spoolss_nt.c:get_printer_snum(377)
short name:EpsonC82
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 max_len: 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 ptr : 00000001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0008 len : 00000094
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000c revision : 0001
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000e type : 8004
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 off_owner_sid: 00000014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0014 off_grp_sid : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0018 off_sacl : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
001c off_dacl : 00000030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0020 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0021 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0022 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0023 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0024 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0025 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0026 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0027 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0028 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003c revision: 0002
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
003e size : 0064
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0040 num_aces : 00000003
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0044 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0045 flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0046 size : 0014
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0048 mask: e0000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004c sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004d num_auths : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004e id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
004f id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0050 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0051 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0052 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0053 id_auth[5] : 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0054 sub_auths : 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0058 type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0059 flags: 09
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
005a size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
005c mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0060 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0061 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0062 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0063 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0064 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0065 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0066 id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0067 id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
0068 sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007c type : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
007d flags: 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
007e size : 0024
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0080 mask: 10000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0084 sid_rev_num: 01
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0085 num_auths : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0086 id_auth[0] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0087 id_auth[1] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0088 id_auth[2] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0089 id_auth[3] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008a id_auth[4] : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
008b id_auth[5] : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32s(815)
008c sub_auths : {SUB_AUTHS REMOVED}
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(269)
se_access_check: user sid is S-1-5-21-1785080608-1516573485-2071913619-1198
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-21-1785080608-1516573485-2071913619-1199
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-1-0
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-2
[2005/02/23 21:39:19, 3] lib/util_seaccess.c:se_access_check(273)
se_access_check: also S-1-5-32-546
[2005/02/23 21:39:19, 5] lib/util_seaccess.c:se_access_check(331)
se_access_check: access (f000c) denied.
[2005/02/23 21:39:19, 4] printing/nt_printing.c:print_access_check(4052)
access check was FAILURE
[2005/02/23 21:39:19, 3] rpc_server/srv_spoolss_nt.c:_spoolss_open_printer_ex(1181)
access DENIED for printer open
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 06 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 4] rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(168)
Found policy hnd[0] [000] 00 00 00 00 06 00 00 00 00 00 00 00 67 4C 1D 42 ........ ....gL.B
[2005/02/23 21:39:19, 4] lib/util.c:dump_data(1539)
[010] 32 1D 00 00 2...
[2005/02/23 21:39:19, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(205)
Closed policy
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 spoolss_io_r_open_printer_ex
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0000 data1: 00000000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0004 data2: 00000006
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 data3: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a data4: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8s(675)
000c data5: 67 4c 1d 42 32 1d 00 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_werror(648)
0014 status code: WERR_ACCESS_DENIED
[2005/02/23 21:39:19, 5] rpc_server/srv_pipe.c:api_rpcTNP(1218)
api_rpcTNP: called api_spoolss_rpc successfully
[2005/02/23 21:39:19, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(444)
free_pipe_context: destroying talloc pool of size 712
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000000 smb_io_rpc_hdr hdr
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0000 major : 05
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0001 minor : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0002 pkt_type : 02
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0003 flags : 03
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0004 pack_type0: 10
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0005 pack_type1: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0006 pack_type2: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0007 pack_type3: 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0008 frag_len : 0030
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
000a auth_len : 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
000c call_id : 00000009
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_debug(60)
000010 smb_io_rpc_hdr_resp resp
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint32(588)
0010 alloc_hint: 00000018
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint16(559)
0014 context_id: 0000
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0016 cancel_ct : 00
[2005/02/23 21:39:19, 5] rpc_parse/parse_prs.c:prs_uint8(530)
0017 reserved : 00
[2005/02/23 21:39:19, 5] smbd/ipc.c:copy_trans_params_and_data(64)
copy_trans_params_and_data: params[0..0] data[0..48]
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(275)
size=104
smb_com=0x25
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(281)
smb_tid=1
smb_pid=656
smb_uid=0
smb_mid=5440
smt_wct=10
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[0]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[1]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[2]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[3]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[4]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[5]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[6]=48 (0x30)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[7]=56 (0x38)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[8]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(286)
smb_vwv[9]=0 (0x0)
[2005/02/23 21:39:19, 5] lib/util.c:show_msg(291)
smb_bcc=49
[2005/02/23 21:40:19, 3] smbd/sec_ctx.c:set_sec_ctx(329)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/02/23 21:40:19, 5] smbd/uid.c:change_to_root_user(217)
change_to_root_user: now uid=(0,0) gid=(0,0)
[2005/02/23 21:41:19, 3] smbd/sec_ctx.c:set_sec_ctx(329)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/02/23 21:41:19, 5] smbd/uid.c:change_to_root_user(217)
change_to_root_user: now uid=(0,0) gid=(0,0)
[2005/02/23 21:42:19, 3] smbd/sec_ctx.c:set_sec_ctx(329)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/02/23 21:42:19, 5] smbd/uid.c:change_to_root_user(217)
change_to_root_user: now uid=(0,0) gid=(0,0)
More information about the samba
mailing list