CVS update: samba/source/rpc_server
Tim Potter
tpot at samba.org
Fri Jun 16 18:18:09 EST 2000
Date: Friday June 16, 2000 @ 18:18
Author: tpot
Update of /data/cvs/samba/source/rpc_server
In directory samba:/tmp/cvs-serv21434/rpc_server
Modified Files:
srv_spoolss_nt.c
Log Message:
Simplified server pipe implementation by changing arguments passed down
through to the individual pipe api calls. Instead of passing two
prs_struct pointers, we now pass the pipes_struct pointer which contains
the former information as well as other useful stuff like the vuid.
Pass the vuid from the pipes_struct down to the lower level spoolss
functions to perform security checks.
ZERO_STRUCTP the info_2 structure before filling it. Free the device mode
field before freeing the info_2 to avoid a memory leak. Fixed
uninitialised pointer bug in fill_job_info_2().
More information about the samba-cvs
mailing list