1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/printing
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
..
tests s3-vlp: drastically shrink size and dependencies of the virtual line printer. 2009-06-26 09:34:02 +02:00
load.c s3-printing: reload shares after pcap cache fill 2011-01-07 15:37:39 -08:00
lpq_parse.c Fix bug #7288 - SMB job IDs in CUPS job names wrong. 2010-03-25 17:36:47 -07:00
notify.c s3-spoolss: dont overwrite location change notify. 2010-10-01 08:33:46 +02:00
nt_printing_ads.c s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
nt_printing_migrate.c s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
nt_printing_migrate.h s3: Lift the smbd_messaging_context from nt_printing_tdb_migrate 2010-08-08 16:03:15 +02:00
nt_printing_tdb.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
nt_printing_tdb.h s3-printing: Move all tdb upgrade functions to a separate file. 2010-07-27 10:27:14 -04:00
nt_printing.c s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00
pcap.c s3-printing: remove printer_list_need_refresh 2011-01-07 15:37:39 -08:00
pcap.h s3-printing: remove old entries in pcap_cache_replace 2011-01-07 15:37:39 -08:00
print_aix.c s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pcap.h. 2010-05-14 14:41:50 +02:00
print_cups.c s3-printing: remove old entries in pcap_cache_replace 2011-01-07 15:37:39 -08:00
print_generic.c s3: Remove the pointless PRINTERNAME macro 2010-06-13 12:40:27 +02:00
print_iprint.c s3-printing: Lift the use of smbd_server_fd from job_submit. 2010-08-16 14:02:19 +02:00
print_standard.c s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pcap.h. 2010-05-14 14:41:50 +02:00
print_svid.c s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pcap.h. 2010-05-14 14:41:50 +02:00
printer_list.c s3-printing: remove printer_list_need_refresh 2011-01-07 15:37:39 -08:00
printer_list.h s3-printing: remove printer_list_need_refresh 2011-01-07 15:37:39 -08:00
printing_db.c Use sec_initial_uid() in the places where being root doesn't matter, 2010-02-12 23:18:53 -08:00
printing.c s3: Make "unpack_pjob" static 2010-10-20 16:51:04 +00:00
printspoolss.c s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info 2011-02-22 16:20:10 +11:00