summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Collapse)AuthorAgeFilesLines
* s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server sideSimo Sorce2010-08-301-29/+364
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Remove smbd_server_fd() from srv_netlog_ntVolker Lendecke2010-08-291-3/+2
| | | | | This is not actually used. If it was to be activated, we'd have to pass in a pipes_struct.
* s3: Remove some uses of smbd_server_fd()Volker Lendecke2010-08-291-2/+2
| | | | | The change in behaviour is that we don't detect "socket option" changes anymore when printers are added or removed.
* s3: Cache results of finding printer namesVolker Lendecke2010-08-271-0/+39
| | | | | | With hundreds of printers or on a slow machine, this can become expensive. Problem reported and patch sponsored by DESY, Hamburg (www.desy.de)
* s3: Pass rhost through to smb_pam_passchangeVolker Lendecke2010-08-273-16/+37
|
* s3-build: only include rpc_misc.h where needed.Günther Deschner2010-08-262-0/+2
| | | | Guenther
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
| | | | Guenther
* s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner2010-08-263-0/+3
| | | | Guenther
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
| | | | Guenther
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-253-0/+3
| | | | Guenther
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-221-2/+2
| | | | We already have both the name and address of the client stored now
* s3: Use pipe_struct->client_id->name for pjob.clientmachineVolker Lendecke2010-08-181-1/+2
|
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-185-23/+23
|
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-2/+2
|
* s3: Lift smbd_server_fd() from read_fd_with_timeout()Volker Lendecke2010-08-171-0/+2
|
* s3: Remove unused "pos" arg from print_job_writeVolker Lendecke2010-08-171-1/+0
|
* s3-samr: Correctly fix the transition from enum to uint32_t.Andreas Schneider2010-08-171-1/+5
| | | | | What type an enum is depends on the implementation, the compiler and probably the compiler options. sizeof(enum) is normally not sizeof(int)!
* s3-dcerpc: Remove unused functionSimo Sorce2010-08-171-18/+0
|
* s3-dcerpc: make a few local functions as staticSimo Sorce2010-08-171-4/+7
|
* s3-samr: Fixed some build warnings.Andreas Schneider2010-08-171-3/+3
|
* s3:rpc_server: remove unused rpc_pipe_internal_dispatch()Stefan Metzmacher2010-08-161-145/+0
| | | | metze
* s3: Remove get_client_fd()Volker Lendecke2010-08-162-3/+4
|
* Eliminate any chance of a class of "uninitialized auto variable" errors.Jeremy Allison2010-08-131-26/+24
| | | | Jeremy.
* Fix bug #7617 - smbd coredump due to uninitialized variables in the ↵Jeremy Allison2010-08-121-2/+2
| | | | | | | | | | | | | | | | | | performance counter code. In the file rpc_server.c, function _winreg_QueryValue() uint8_t *outbuf Should be : uint8_t *outbuf = NULL; As it is later freed by if (free_buf) SAFE_FREE(outbuf); in some cases, this frees the unintialized outbuf, which causes a coredump.
* s3:rpc_server: add rpc_pipe_open_internal dcerpc_binding_handle backendStefan Metzmacher2010-08-121-0/+272
| | | | metze
* 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
|
* s3: Lift the smbd_messaging_context from print_job_startVolker Lendecke2010-08-081-1/+1
|
* s3: Lift the smbd_messaging_context from print_job_resumeVolker Lendecke2010-08-081-1/+2
|