1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/rpc_client
Andrew Bartlett 6d66fb308a BIG patch...
This patch makes Samba compile cleanly with -Wwrite-strings.
 - That is, all string literals are marked as 'const'.  These strings are
always read only, this just marks them as such for passing to other functions.

What is most supprising is that I didn't need to change more than a few lines of code (all
in 'net', which got a small cleanup of net.h and extern variables).  The rest
is just adding a lot of 'const'.

As far as I can tell, I have not added any new warnings - apart from making all
of tdbutil.c's function const (so they warn for adding that const string to
struct).

Andrew Bartlett
(This used to be commit 92a777d0ea)
2003-01-02 09:07:17 +00:00
..
cli_dfs.c Moved rpc client routines from libsmb back to rpc_client where they belong. 2002-08-02 07:20:56 +00:00
cli_ds.c fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0 2002-11-27 02:23:25 +00:00
cli_lsarpc.c merge of new client side support the Win2k LSARPC UUID in rpcbind 2002-10-04 03:51:43 +00:00
cli_netlogon.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:15:52 +00:00
cli_pipe.c BIG patch... 2003-01-02 09:07:17 +00:00
cli_reg.c the shutdown call does not have a 16 bit flags, but 2 byte representing booleans 2002-12-30 04:41:27 +00:00
cli_samr.c make querygroup in rpcclient working, same fix as per 2.2 tree 2002-12-08 11:56:45 +00:00
cli_spoolss_notify.c Merge of scalable printing code fix... Needs testing. 2002-11-07 02:38:42 +00:00
cli_spoolss.c BIG patch... 2003-01-02 09:07:17 +00:00
cli_srvsvc.c Moved rpc client routines from libsmb back to rpc_client where they belong. 2002-08-02 07:20:56 +00:00
cli_wkssvc.c Moved rpc client routines from libsmb back to rpc_client where they belong. 2002-08-02 07:20:56 +00:00