Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server side | Simo Sorce | 2010-08-30 | 1 | -29/+364 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3: Remove smbd_server_fd() from srv_netlog_nt | Volker Lendecke | 2010-08-29 | 1 | -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 Lendecke | 2010-08-29 | 1 | -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 names | Volker Lendecke | 2010-08-27 | 1 | -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_passchange | Volker Lendecke | 2010-08-27 | 3 | -16/+37 |
| | |||||
* | s3-build: only include rpc_misc.h where needed. | Günther Deschner | 2010-08-26 | 2 | -0/+2 |
| | | | | Guenther | ||||
* | s3-build: use dbwrap.h only where needed. | Günther Deschner | 2010-08-26 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-dcerpc: only include rpc_dce.h where needed. | Günther Deschner | 2010-08-26 | 3 | -0/+3 |
| | | | | Guenther | ||||
* | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 2010-08-26 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-lsa: separate out init_lsa headers. | Günther Deschner | 2010-08-25 | 3 | -0/+3 |
| | | | | Guenther | ||||
* | s3: Replace calls to check_access by allow_access | Volker Lendecke | 2010-08-22 | 1 | -2/+2 |
| | | | | We already have both the name and address of the client stored now | ||||
* | s3: Use pipe_struct->client_id->name for pjob.clientmachine | Volker Lendecke | 2010-08-18 | 1 | -1/+2 |
| | |||||
* | s3: Add "client_id" to pipes_struct | Volker Lendecke | 2010-08-18 | 5 | -23/+23 |
| | |||||
* | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 2010-08-18 | 1 | -2/+2 |
| | |||||
* | s3: Lift smbd_server_fd() from read_fd_with_timeout() | Volker Lendecke | 2010-08-17 | 1 | -0/+2 |
| | |||||
* | s3: Remove unused "pos" arg from print_job_write | Volker Lendecke | 2010-08-17 | 1 | -1/+0 |
| | |||||
* | s3-samr: Correctly fix the transition from enum to uint32_t. | Andreas Schneider | 2010-08-17 | 1 | -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 function | Simo Sorce | 2010-08-17 | 1 | -18/+0 |
| | |||||
* | s3-dcerpc: make a few local functions as static | Simo Sorce | 2010-08-17 | 1 | -4/+7 |
| | |||||
* | s3-samr: Fixed some build warnings. | Andreas Schneider | 2010-08-17 | 1 | -3/+3 |
| | |||||
* | s3:rpc_server: remove unused rpc_pipe_internal_dispatch() | Stefan Metzmacher | 2010-08-16 | 1 | -145/+0 |
| | | | | metze | ||||
* | s3: Remove get_client_fd() | Volker Lendecke | 2010-08-16 | 2 | -3/+4 |
| | |||||
* | Eliminate any chance of a class of "uninitialized auto variable" errors. | Jeremy Allison | 2010-08-13 | 1 | -26/+24 |
| | | | | Jeremy. | ||||
* | Fix bug #7617 - smbd coredump due to uninitialized variables in the ↵ | Jeremy Allison | 2010-08-12 | 1 | -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 backend | Stefan Metzmacher | 2010-08-12 | 1 | -0/+272 |
| | | | | metze | ||||
* | s3: Lift the server_messaging_context from spoolss_setjob_1 | Volker Lendecke | 2010-08-08 | 1 | -3/+4 |
| | |||||
* | s3: Lift the server_messaging_context from construct_printer_info6 | Volker Lendecke | 2010-08-08 | 1 | -2/+3 |
| | |||||
* | s3: Lift the server_messaging_context from construct_printer_info2 | Volker Lendecke | 2010-08-08 | 1 | -3/+4 |
| | |||||
* | s3: Lift the server_messaging_context from construct_notify_jobs_info | Volker Lendecke | 2010-08-08 | 1 | -5/+6 |
| | |||||
* | s3: Lift the server_messaging_context from construct_notify_printer_info | Volker Lendecke | 2010-08-08 | 1 | -6/+8 |
| | |||||
* | s3: Pass messaging_context through s_notify_info_data_table | Volker Lendecke | 2010-08-08 | 1 | -37/+70 |
| | |||||
* | s3: Lift the server_messaging_context from update_monitored_printq_cache | Volker Lendecke | 2010-08-08 | 1 | -3/+2 |
| | |||||
* | s3: Lift the server_messaging_context from print_job_endpage | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3: Lift the server_messaging_context from print_job_write | Volker Lendecke | 2010-08-08 | 1 | -1/+2 |
| | |||||
* | s3: Lift the server_messaging_context from print_job_set_name | Volker Lendecke | 2010-08-08 | 1 | -1/+3 |
| | |||||
* | s3: Lift the server_messaging_context from notify_printer_location | Volker Lendecke | 2010-08-08 | 1 | -2/+6 |
| | |||||
* | s3: Lift the server_messaging_context from notify_printer_port | Volker Lendecke | 2010-08-08 | 1 | -1/+2 |
| | |||||
* | s3: Lift the server_messaging_context from notify_printer_printername | Volker Lendecke | 2010-08-08 | 1 | -1/+2 |
| | |||||
* | s3: Lift the server_messaging_context from notify_printer_sharename | Volker Lendecke | 2010-08-08 | 1 | -1/+3 |
| | |||||
* | s3: Lift the server_messaging_context from notify_printer_comment | Volker Lendecke | 2010-08-08 | 1 | -1/+2 |
| | |||||
* | s3: Lift the server_messaging_context from notify_printer_driver | Volker Lendecke | 2010-08-08 | 1 | -1/+2 |
| | |||||
* | s3: Lift the server_messaging_context from print_queue_status | Volker Lendecke | 2010-08-08 | 1 | -4/+6 |
| | |||||
* | s3: Lift the server_messaging_context from print_job_end | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3: Lift the server_messaging_context from print_queue_length | Volker Lendecke | 2010-08-08 | 1 | -5/+7 |
| | |||||
* | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 2010-08-08 | 1 | -2/+2 |
| | |||||
* | s3: Lift the smbd_messaging_context from print_queue_purge | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3: Lift the smbd_messaging_context from print_queue_resume | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3: Lift the smbd_messaging_context from print_queue_pause | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3: Lift the smbd_messaging_context from print_job_start | Volker Lendecke | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | s3: Lift the smbd_messaging_context from print_job_resume | Volker Lendecke | 2010-08-08 | 1 | -1/+2 |
| |