summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Collapse)AuthorFilesLines
2010-08-14s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an ↵Michael Adam1-0/+1
idmap range
2010-08-14s3:loadparm: add new boolean parameter "idmap read only"Michael Adam1-0/+1
This will be used to be able to put the default idmap config read only. This can make sense for instance with the tdb2 idmap backend and using the idmap script feature.
2010-08-14s3:loadparm: remove parameter "idmap alloc backend"Michael Adam1-1/+0
2010-08-14s3:idmap: remove unused smb_register_idmap_alloc().Michael Adam1-2/+0
The registering of alloc backends is being removed. The idmap backends are responsible for initializing their alloc code on their own if necessary.
2010-08-14s3:idmap_tdb: make idmap_alloc_tdb_init() static.Michael Adam1-1/+0
2010-08-14s3:idmap: remove unused idmap_remove_mapping().Michael Adam1-1/+0
Michael
2010-08-14s3:idmap: remove unused idmap_set_mapping().Michael Adam1-1/+0
Michael
2010-08-14s3:idmap: remove unused idmap_set_gid_hwm()Michael Adam1-1/+0
Michael
2010-08-14s3:idmap: remove unused idmap_set_uid_hwm()Michael Adam1-1/+0
Michael
2010-08-08s3: Remove the smbd_messaging_context from load_printersVolker Lendecke1-1/+2
2010-08-08s3: Remove the smbd_messaging_context from pcap_cache_reloadVolker Lendecke1-1/+2
2010-08-08s3: Pass sconn to smbd_processVolker Lendecke1-1/+1
2010-08-08s3: Make check_reload() staticVolker Lendecke1-1/+0
2010-08-08s3: Lift the server_messaging_context from update_monitored_printq_cacheVolker Lendecke1-1/+1
2010-08-08s3: Lift the server_messaging_context from notify_printer_bynameVolker Lendecke1-1/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_locationVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_printer_portVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_printer_printernameVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_printer_sharenameVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_printer_commentVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_printer_driverVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_submittedVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_nameVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_usernameVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_total_pagesVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_total_bytesVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_statusVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_job_status_bynameVolker Lendecke1-1/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_statusVolker Lendecke1-1/+3
2010-08-08s3: Lift the server_messaging_context from notify_printer_status_bynameVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from start_background_queueVolker Lendecke1-1/+2
2010-08-08s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handlerVolker Lendecke1-1/+2
2010-08-08s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke1-1/+1
2010-08-08s3: Lift the smbd_messaging_context from reload_printersVolker Lendecke1-1/+1
2010-08-08s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from np_openVolker Lendecke1-0/+1
2010-08-08s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_pVolker Lendecke1-1/+2
2010-08-07s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke1-1/+2
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+6
This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther
2010-08-05s3: Remove a pointless wrapper functionVolker Lendecke1-1/+0
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke1-1/+2
Required to eventually make cli_list async
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-3/+0
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-3/+1
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke1-0/+2
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-4/+0
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-47/+0
Guenther
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-238/+0
Guenther
2010-08-04s3: Convert cli_list() to return NTSTATUSVolker Lendecke1-3/+3
If needed, the callback functions can count themselves
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-4/+0
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther
2010-07-30s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce1-0/+8