1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/services
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
..
services.h s3-services: include svcctl.h where needed. 2010-08-06 15:43:37 +02:00
svc_netlogon.c s3-services: move services.h closer to services implementation. 2010-05-20 13:39:46 +02:00
svc_rcinit.c s3-services: move services.h closer to services implementation. 2010-05-20 13:39:46 +02:00
svc_spoolss.c s3-services: move services.h closer to services implementation. 2010-05-20 13:39:46 +02:00
svc_winreg_glue.c s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
svc_winreg_glue.h s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
svc_winreg.c s3-services: move services.h closer to services implementation. 2010-05-20 13:39:46 +02:00
svc_wins.c s3-services: move services.h closer to services implementation. 2010-05-20 13:39:46 +02:00