lib: Fix prototype of srprs_str
[vlendec/samba-autobuild/.git] / source3 / smbd /
2018-07-17 Ralph Boehmes3: smbd: fix path check in smbd_smb2_create_durable_le...
2018-07-12 Ralph Boehmesmbd: remove unused change_to_root_user() from brl_time...
2018-07-12 Stefan Metzmachersmbd: remove unused change_to_root_user() from smbd_sig...
2018-07-12 Stefan Metzmachersmbd: avoid explicit change_to_user() in defer_rename_d...
2018-07-12 Stefan Metzmachersmbd: implement smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Stefan Metzmachersmbd: make use of smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Stefan Metzmachersmbd: add simple noop smbd_impersonate_{conn_vuid,conn_...
2018-07-12 Stefan Metzmachersmbd: add smbd_impersonate_debug_create() helper
2018-07-12 Stefan Metzmachersmbd: add [un]become_guest() helper functions
2018-07-12 Joe Guosmbd/posix_acls: reuse secutiry token from session...
2018-07-12 Joe Guosmbd/msdfs: add null check for session_info.unix_info
2018-07-12 Joe Guopysmbd: add session_info arg to py_smbd_set_nt_acl
2018-07-12 Joe Guopysmbd: add session_info arg to get_conn_tos
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_group() to const"
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_user() to const"
2018-07-07 Ralph Boehmes3: smbd/durable: remove dev and inode check from vfs_d...
2018-07-07 Ralph Boehmes3: smbd: fix a check in stat_cache_add()
2018-07-06 David Disseldorps3/service: convert lp_force_user() to const
2018-07-06 David Disseldorps3/service: convert lp_force_group() to const
2018-07-06 David Disseldorps3/uid: use lp_const_servicename() where possible
2018-07-06 David Disseldorps3/service: use lp_const_servicename() where possible
2018-06-28 Joe Guopysmbd: add py_smbd_create_file
2018-06-28 Joe Guopysmbd: extract init_files_struct function
2018-06-28 Joe Guopysmbd: add py_smbd_mkdir
2018-06-21 Jeremy Allisons3: smbd: Don't use getcwd() directly. We must always...
2018-06-18 Stefan Metzmachersmbd: remove unused smbd_server_connection->ev_ctx
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: use sconn->root_ev_ctx for smbd_sig_{term,hup...
2018-06-18 Stefan Metzmachersmbd: use sconn->root_ev_ctx for brl_timeout_fn()
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->{root,guest}_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->raw_ev_ctx pointer
2018-06-18 Stefan Metzmachersmbd: use req->xconn->client->raw_ev_ctx for schedule_d...
2018-06-18 Stefan Metzmachers3:smb2_server: use req->xconn->client->raw_ev_ctx...
2018-06-18 Stefan Metzmachers3:smb2_server: use req->xconn->client->raw_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: remove unused tevent_context argument from notify...
2018-06-18 Stefan Metzmachersmbd: replace xconn->msg_ctx with xconn->client->msg_ctx
2018-06-18 Stefan Metzmachersmbd: replace xconn->ev_ctx with xconn->client->raw_ev_ctx
2018-06-18 Stefan Metzmachersmbd: rename smbXsrv_client->ev_ctx into smbXsrv_client...
2018-06-18 Stefan Metzmachersmbd: add {become,change_to}_user_by_fsp() helper functions
2018-06-18 Stefan Metzmachersmbd: avoid calling set_current_user_info() twice with...
2018-06-18 Stefan Metzmachersmbd: avoid calling set_current_user_info() twice with...
2018-06-18 Stefan Metzmachersmbd: remove unused set_current_service()
2018-06-18 Stefan Metzmachersmbd: let switch_message() only call chdir_current_serv...
2018-06-18 Stefan Metzmachersmbd: call chdir_current_service() in change_to_user_in...
2018-06-18 Stefan Metzmachersmbd: remove set_current_service() from smbd_smb2_reque...
2018-06-18 Stefan Metzmachersmbd: remove set_current_service() from defer_rename_done()
2018-06-18 Stefan Metzmachersmbd: call chdir_current_service() directly in smbXsrv_...
2018-06-18 Stefan Metzmachersmbd: remove useless set_current_service(NULL,0,True...
2018-06-18 Stefan Metzmachersmbd: use conn->lastused_count++ directly in process_bl...
2018-06-18 Stefan Metzmachersmbd: let create_conn_struct_as_root() fill in conn...
2018-06-18 Stefan Metzmachersmbd: make it possible to call vfs_ChDir(conn, conn...
2018-06-18 Stefan Metzmachersmbd: call set_current_case_sensitive() before change_t...
2018-06-18 Stefan Metzmachersmbd: remember that the tcon completely setup connectio...
2018-06-18 Stefan Metzmachersmbd: make it explicit that make_connection_snum()...
2018-06-18 Stefan Metzmachersmbd: call set_current_user_info() in change_to_user_in...
2018-06-18 Stefan Metzmachersmbd: move current_user caching to change_to_user_inter...
2018-06-18 Stefan Metzmachersmbd: simplify the logic in change_to_user()
2018-06-18 Stefan Metzmachersmbd: let check_user_ok() construct ent->session_info...
2018-06-18 Stefan Metzmachersmbd: call set_current_case_sensitive() before chdir_cu...
2018-06-18 Stefan Metzmachersmbd: split out set_current_case_sensitive() and chdir_...
2018-06-18 Stefan Metzmachersmbd: remove xconn->client->last_session_id based set_c...
2018-06-14 Stefan Metzmachersmbd: don't call change_to_root_user() before change_to...
2018-06-14 Stefan Metzmachersmbd: remove useless allow_access() check for AS_GUEST
2018-06-14 Stefan Metzmachersmbd: split out a fsp_flush_write_time_update() functio...
2018-06-14 Stefan Metzmachersmbd: make smbd_setup_sig_{term,hup}_handler() static
2018-06-14 Stefan Metzmachersmbd: call samba_tevent_context_init() within create_co...
2018-06-14 Stefan Metzmachersmbd: use pconn = talloc_move(ctx, &conn) in create_con...
2018-06-14 Stefan Metzmachersmbd: remove unused create_conn_struct() function
2018-06-14 Stefan Metzmachersmbd: let create_conn_struct_tos() use create_conn_stru...
2018-06-14 Stefan Metzmachersmbd: remove unused create_conn_struct_cwd() function
2018-06-14 Stefan Metzmachersmbd: convert form_junctions() to use create_conn_struc...
2018-06-14 Stefan Metzmachersmbd: convert count_dfs_links() to use create_conn_stru...
2018-06-14 Stefan Metzmachersmbd: convert get_referred_path() to use create_conn_st...
2018-06-14 Stefan Metzmachersmbd: convert junction_to_local_path() to use create_co...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to form_junct...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to count_dfs_...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to get_referr...
2018-06-14 Stefan Metzmachersmbd: add an explicit talloc_stackframe() to {create...
2018-06-14 Stefan Metzmachersmbd: make use of create_conn_struct_tos() in get_nt_ac...
2018-06-14 Stefan Metzmacherpysmbd: make use of create_conn_struct_tos()
2018-06-14 Stefan Metzmacherpysmbd: remove explicit talloc_stackframe() from get_co...
2018-06-14 Stefan Metzmacherpysmbd: fix some talloc_stackframe() memory leaks and...
2018-06-14 Stefan Metzmacherpysmbd: consitently use talloc_stackframe() for tempora...
2018-06-14 Stefan Metzmacherpysmbd: remove useless explicit conn_free() from set_nt...
2018-06-14 Stefan Metzmachersmbd: add create_conn_struct_tos[_cwd]() helper functions
2018-06-14 Stefan Metzmacherprinting: remove unused arguments from delete_and_reloa...
2018-06-14 Stefan Metzmacherprinting: remove unused arguments from load_printers()
2018-05-30 Ralph Boehmes3:smbd: don't allow renaming basefile if streams are...
2018-05-30 Ralph Boehmes3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_S...
2018-05-25 Christof Schmittsmbd: Move dfree_info struct
2018-05-25 Christof Schmittsmbd: Flush dfree memcache on service reload
2018-05-25 Christof Schmittsmbd: Cache dfree information based on query path
2018-05-25 Jeremy Allisons3: smbd: Make map_acl_perms_to_permset() extern.
next