Age | Commit message (Expand) | Author | Files | Lines |
2010-08-18 | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 1 | -1/+2 |
2010-08-17 | s3: Remove smbd_server_fd() from session_claim | Volker Lendecke | 1 | -1/+1 |
2010-08-17 | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 1 | -2/+0 |
2010-08-17 | s3-dcerpc: make a few local functions as static | Simo Sorce | 1 | -4/+0 |
2010-08-16 | s3:rpc_client: remove unused rpc_pipe_open_local() | Stefan Metzmacher | 1 | -4/+0 |
2010-08-16 | s3: Remove get_client_fd() | Volker Lendecke | 1 | -1/+0 |
2010-08-16 | s3-auth: Remove obsolete 'update encrypted' option. | Andreas Schneider | 1 | -2/+1 |
2010-08-15 | s3: Remove some unused code | Volker Lendecke | 1 | -1/+0 |
2010-08-14 | s3:auth Change winbindd -> auth interface to more standard structures | Andrew Bartlett | 1 | -0/+4 |
2010-08-14 | s3:auth Make Samba3 use the new common struct auth_usersupplied_info | Andrew Bartlett | 1 | -12/+14 |
2010-08-14 | s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an idmap... | Michael Adam | 1 | -0/+1 |
2010-08-14 | s3:loadparm: add new boolean parameter "idmap read only" | Michael Adam | 1 | -0/+1 |
2010-08-14 | s3:loadparm: remove parameter "idmap alloc backend" | Michael Adam | 1 | -1/+0 |
2010-08-14 | s3:idmap: remove unused smb_register_idmap_alloc(). | Michael Adam | 1 | -2/+0 |
2010-08-14 | s3:idmap_tdb: make idmap_alloc_tdb_init() static. | Michael Adam | 1 | -1/+0 |
2010-08-14 | s3:idmap: remove unused idmap_remove_mapping(). | Michael Adam | 1 | -1/+0 |
2010-08-14 | s3:idmap: remove unused idmap_set_mapping(). | Michael Adam | 1 | -1/+0 |
2010-08-14 | s3:idmap: remove unused idmap_set_gid_hwm() | Michael Adam | 1 | -1/+0 |
2010-08-14 | s3:idmap: remove unused idmap_set_uid_hwm() | Michael Adam | 1 | -1/+0 |
2010-08-08 | s3: Remove the smbd_messaging_context from load_printers | Volker Lendecke | 1 | -1/+2 |
2010-08-08 | s3: Remove the smbd_messaging_context from pcap_cache_reload | Volker Lendecke | 1 | -1/+2 |
2010-08-08 | s3: Pass sconn to smbd_process | Volker Lendecke | 1 | -1/+1 |
2010-08-08 | s3: Make check_reload() static | Volker Lendecke | 1 | -1/+0 |
2010-08-08 | s3: Lift the server_messaging_context from update_monitored_printq_cache | Volker Lendecke | 1 | -1/+1 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_byname | Volker Lendecke | 1 | -1/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_location | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_port | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_printername | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_sharename | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_comment | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_driver | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_submitted | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_name | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_username | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_total_pages | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_total_bytes | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_status | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_status_byname | Volker Lendecke | 1 | -1/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_status | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_status_byname | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the smbd_messaging_context from start_background_queue | Volker Lendecke | 1 | -1/+2 |
2010-08-08 | s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler | Volker Lendecke | 1 | -1/+2 |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 1 | -1/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_printers | Volker Lendecke | 1 | -1/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from rpc_pipe_open_internal | Volker Lendecke | 1 | -1/+3 |
2010-08-08 | s3: Lift the smbd_messaging_context from np_open | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_p | Volker Lendecke | 1 | -1/+2 |
2010-08-07 | s3: Remove smbd_messaging_context() from send_stat_cache_delete_message() | Volker Lendecke | 1 | -1/+2 |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 1 | -0/+6 |
2010-08-05 | s3: Remove a pointless wrapper function | Volker Lendecke | 1 | -1/+0 |