1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/rpc_client
Andrew Bartlett 2e69e89456 s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
These variables, of type struct auth_serversupplied_info were poorly
named when added into 2001, and in good consistant practice, this has
extended all over the codebase in the years since.

The structure is also not ideal for it's current purpose.  Originally
intended to convey the results of the authentication modules, it
really describes all the essential attributes of a session.  This
rename will reduce the volume of a future patch to replaced these with
a struct auth_session_info, with auth_serversupplied_info confined to
the lower levels of the auth subsystem, and then eliminated.

(The new structure will be the output of create_local_token(), and the
change in struct definition will ensure that this is always run, populating
local groups and privileges).

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-02-22 16:20:10 +11:00
..
cli_lsarpc.c s3-rpc_client: Fixed an uninitialized variable. 2011-02-10 18:32:08 +01:00
cli_lsarpc.h s3-rpc_client: Added header information to cli_lsarpc.h. 2011-01-21 14:34:17 +01:00
cli_netlogon.c s3: Fix some nonempty blank lines 2011-02-06 16:44:56 +01:00
cli_netlogon.h s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) 2011-02-04 18:11:04 +01:00
cli_pipe_schannel.c s3: Remove superfluous ; 2011-02-02 15:44:21 +01:00
cli_pipe.c s3:rpc_client: make rpccli_bh_create() non-static for now 2011-02-09 11:46:20 +01:00
cli_samr.c s3-rpc_client: fix dcerpc_try_samr_connects(). 2011-01-21 16:10:15 +01:00
cli_samr.h s3-rpc_client: Added dcerpc_try_samr_connects. 2011-01-21 15:19:01 +01:00
cli_spoolss.c s3-rpc_client: prefer dcerpc_spoolss_X functions. 2011-01-21 15:20:22 +01:00
cli_spoolss.h s3-rpc_client: move protos to cli_spoolss.h 2010-05-18 21:42:45 +02:00
cli_winreg_int.c s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
cli_winreg_int.h s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
cli_winreg.c s3-rpc_client: Added a winreg query security descriptor helper. 2011-02-07 12:32:00 +01:00
cli_winreg.h s3-rpc_client: Added a winreg query security descriptor helper. 2011-02-07 12:32:00 +01:00
init_lsa.c s3-lsa: separate out init_lsa headers. 2010-08-25 22:50:39 +02:00
init_lsa.h s3-lsa: separate out init_lsa headers. 2010-08-25 22:50:39 +02:00
init_netlogon.c s3-rpc_client: move protos to init_netlogon.h 2010-05-28 02:49:36 +02:00
init_netlogon.h s3-rpc_client: move protos to init_netlogon.h 2010-05-28 02:49:36 +02:00
init_samr.c s3-rpc_client: move protos to init_samr.h 2010-05-18 21:42:57 +02:00
init_samr.h s3-rpc_client: move protos to init_samr.h 2010-05-18 21:42:57 +02:00
init_spoolss.c s3-build: avoid to globally include printing and spoolss headers. 2010-07-31 00:50:31 +02:00
init_spoolss.h s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2(). 2010-06-03 16:32:49 +02:00
rpc_transport_np.c s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstream_init() 2010-12-15 16:12:30 +01:00
rpc_transport_sock.c s3:rpc_client: implement rpc_transport_sock_init() on top of rpc_transport_tstream_init() 2010-12-15 15:26:05 +01:00
rpc_transport_tstream.c s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstream_init() 2010-12-15 16:12:30 +01:00
util_netlogon.c s3-auth: add copy_netr_SamBaseInfo(). 2011-02-04 16:57:32 +01:00
util_netlogon.h s3-auth: add copy_netr_SamBaseInfo(). 2011-02-04 16:57:32 +01:00