CVS update: samba/source/rpcclient

David O'Neill dmo at au2.samba.org
Sat Dec 16 04:43:48 EST 2000


Date:	Saturday December 16, 2000 @ 4:43
Author:	dmo

Update of /data/cvs/samba/source/rpcclient
In directory samba:/tmp/cvs-serv23315/source/rpcclient

Modified Files:
      Tag: APPLIANCE_HEAD
	cmd_lsarpc.c 
Log Message:
Changes from SAMBA_2_2:

	source/Makefile.in
		- updated Makefile.in to deal with the changes below.

	source/include/proto.h
	source/include/rpc_client_proto.h
		- make proto

	source/lib/messages.c
	source/smbd/connection.c 
	source/lib/util_sec.c
		- sync differences in whitespace

	source/lib/talloc.c 
		- bugfixes to talloc_destroy and talloc_destroy_pool to deal with
		  null pointers.
	
	source/lib/time.c
		- deal with case where t == -1

	source/lib/util_unistr.c
		- rewrite unistr2_to_ascii to correct bug seen on SGI boxes
	
	source/libsmb/clientgen.c
		- fixed cli_initialise to return NULL instead of False	

	source/libsmb/clitrans.c
		- allow cli_trans to cope with a smbd "STATUS_BUFFER_OVERFLOW" 
		  return.

	source/rpc_client/cli_srvsvc.c 
	source/rpc_server/srv_srvsvc.c 
	source/rpc_parse/parse_srv.c
		- switch to prs_alloc_mem instead of malloc so we don't need to
		  explicitly free stuff.  

	source/rpc_parse/parse_lsa.c
		- add lsa_XXX calls ported from TNG.
		- fix for viewing permissions correctly from W2K

	source/rpc_server/srv_lsa.c 
		- fix for viewing permissions correctly from W2K
		- fix memory leaks in lsa_XXX calls
		- fix UNISTR2 strings to be null terminated
		- fix to not need external TALLOC_CTX for lsa_io_r_lookup_names

	source/rpc_parse/parse_misc.c 
	source/rpc_parse/parse_prs.c
		- fix BUFFER5 handling to NOT byteswap when data already in network
		  byte order

	source/rpc_parse/parse_samr.c 
		- cleanup of samr_io_q_lookup_domain()

	source/rpc_server/srv_spoolss_nt.c
		- use snprintf instead of safe_strcpy as we want the string 
		  truncated at 32 chars.

	source/rpcclient/cmd_lsarpc.c
	source/rpc_client/cli_lsarpc.c
		- add lsa_XXX calls ported from TNG.

	source/libsmb/clisecdesc.c 
	source/utils/smbcacls.c 
		- added smbcacls code
		





More information about the samba-cvs mailing list