summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_spoolss_nt.c
Commit message (Expand)AuthorAgeFilesLines
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-111-22/+11
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-9/+9
* s3-privs Further changes to remove SE_PRIVAndrew Bartlett2010-09-111-9/+9
* s3-spoolss: Fix _spoolss_GetPrinter().Günther Deschner2010-09-101-1/+2
* s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider2010-09-101-0/+12
* s3-spoolss: Allow multiple client backchannels.Simo Sorce2010-09-101-77/+116
* s3-spoolss: Split function to send notification.Simo Sorce2010-09-101-127/+162
* s3-spoolss: Use a single structure for all the back channel data.Simo Sorce2010-09-101-14/+18
* s3-spoolss: Rename Printer_entry to struct printer_handle.Simo Sorce2010-09-101-53/+53
* s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce2010-09-101-0/+44
* s3-spoolss: Allocate printer entries on the pipe struct.Simo Sorce2010-09-101-1/+2
* s3-spoolss: Rename session counter structure and use talloc.Simo Sorce2010-09-101-8/+7
* s3-spoolss: allow a short printername w/o servername.Günther Deschner2010-09-101-6/+1
* s3-spoolss: Use systerm server_info for winreg connection.Andreas Schneider2010-09-091-88/+162
* s3-spoolss: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-17/+17
* s3-spoolss: Fixed some build warnings.Andreas Schneider2010-09-091-7/+11
* s3: Prune the printername cache when a printer is deletedVolker Lendecke2010-09-071-2/+20
* s3-spoolss: fix some debug statements.Günther Deschner2010-09-031-1/+1
* s3: Remove some uses of smbd_server_fd()Volker Lendecke2010-08-291-2/+2
* s3: Cache results of finding printer namesVolker Lendecke2010-08-271-0/+39
* s3-build: only include rpc_misc.h where needed.Günther Deschner2010-08-261-0/+1
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-221-2/+2
* s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke2010-08-181-1/+2
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-181-4/+4
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-2/+2
* s3: Remove unused "pos" arg from print_job_writeVolker Lendecke2010-08-171-1/+0
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-1/+2
* s3: Lift the server_messaging_context from spoolss_setjob_1Volker Lendecke2010-08-081-3/+4
* s3: Lift the server_messaging_context from construct_printer_info6Volker Lendecke2010-08-081-2/+3
* s3: Lift the server_messaging_context from construct_printer_info2Volker Lendecke2010-08-081-3/+4
* s3: Lift the server_messaging_context from construct_notify_jobs_infoVolker Lendecke2010-08-081-5/+6
* s3: Lift the server_messaging_context from construct_notify_printer_infoVolker Lendecke2010-08-081-6/+8
* s3: Pass messaging_context through s_notify_info_data_tableVolker Lendecke2010-08-081-37/+70
* s3: Lift the server_messaging_context from update_monitored_printq_cacheVolker Lendecke2010-08-081-3/+2
* s3: Lift the server_messaging_context from print_job_endpageVolker Lendecke2010-08-081-1/+1
* s3: Lift the server_messaging_context from print_job_writeVolker Lendecke2010-08-081-1/+2
* s3: Lift the server_messaging_context from print_job_set_nameVolker Lendecke2010-08-081-1/+3
* s3: Lift the server_messaging_context from notify_printer_locationVolker Lendecke2010-08-081-2/+6
* s3: Lift the server_messaging_context from notify_printer_portVolker Lendecke2010-08-081-1/+2
* s3: Lift the server_messaging_context from notify_printer_printernameVolker Lendecke2010-08-081-1/+2
* s3: Lift the server_messaging_context from notify_printer_sharenameVolker Lendecke2010-08-081-1/+3
* s3: Lift the server_messaging_context from notify_printer_commentVolker Lendecke2010-08-081-1/+2
* s3: Lift the server_messaging_context from notify_printer_driverVolker Lendecke2010-08-081-1/+2
* s3: Lift the server_messaging_context from print_queue_statusVolker Lendecke2010-08-081-4/+6
* s3: Lift the server_messaging_context from print_job_endVolker Lendecke2010-08-081-1/+1
* s3: Lift the server_messaging_context from print_queue_lengthVolker Lendecke2010-08-081-5/+7
* s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke2010-08-081-2/+2
* s3: Lift the smbd_messaging_context from print_queue_purgeVolker Lendecke2010-08-081-1/+1
* s3: Lift the smbd_messaging_context from print_queue_resumeVolker Lendecke2010-08-081-1/+1
* s3: Lift the smbd_messaging_context from print_queue_pauseVolker Lendecke2010-08-081-1/+1