Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"
[bbaumbach/samba-autobuild/.git] / source3 / smbd / msdfs.c
2019-01-11 Ralph BoehmeRevert "smbd: add smbd_server_connection->raw_ev_ctx...
2019-01-11 Ralph BoehmeRevert "smbd: add smbd_server_connection->{root,guest...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective connection_struct->user_...
2019-01-11 Ralph BoehmeRevert "smbd: remove unused smbd_server_connection...
2019-01-11 Ralph BoehmeRevert "smbd: make use of smbd_impersonate_{conn_vuid...
2019-01-11 Ralph BoehmeRevert "smbd: introduce sconn->sync_thread_pool"
2019-01-11 Ralph BoehmeRevert "s3: vfs: add user_vfs_evg to connection_struct"
2018-10-11 Björn Baumbachauth: move copy_session_info() from source3 into the...
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-07-25 Ralph Boehmes3: vfs: add user_vfs_evg to connection_struct
2018-07-25 Stefan Metzmachersmbd: introduce sconn->sync_thread_pool
2018-07-12 Stefan Metzmachersmbd: make use of smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Joe Guosmbd/msdfs: add null check for session_info.unix_info
2018-06-18 Stefan Metzmachersmbd: remove unused smbd_server_connection->ev_ctx
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->{root,guest}_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->raw_ev_ctx pointer
2018-06-18 Stefan Metzmachersmbd: let create_conn_struct_as_root() fill in conn...
2018-06-18 Stefan Metzmachersmbd: remember that the tcon completely setup connectio...
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: add create_conn_struct_tos[_cwd]() helper functions
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-05-31 Andreas Schneiders3:smbd: Set up local and remote address for fake conne...
2017-05-31 Andreas Schneiders3:smbd: Pass down remote and local address to get_refe...
2017-05-22 Jeremy Allisons3: smbd: Remove bool dfs_pathnames paramter from resol...
2017-04-07 Volker Lendeckesmbd: Fix smb1 findfirst with DFS
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-25 Jeremy Allisons3: smbd: DFS - Remove the last lp_posix_pathnames...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2015-07-10 Robin McCorkellReplace random() and related calls with generate_random...
2015-02-27 Robin McCorkellMSDFS referral shuffling
2015-02-10 Volker Lendeckesmbd: Fix a typo
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.echo_handler.* to xconn-...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->sock to xconn->transport.sock
2014-07-30 Christof Schmittsmbd: Change logging level for denied share access
2014-07-08 Christof Schmittsmbd: Use mutex instead of fcntl lock for echohandler...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_pathname to lp[cfg]_path for...
2014-01-10 Garming Samdfs: always call create_conn_struct with root privileges
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-31 Volker Lendeckesmbd: Support multiple dfs targets for msdfs proxy...
2013-04-17 Volker Lendeckesmbd: Convert remove_msdfs_link to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert create_msdfs_link to synthetic_smb_fname
2013-01-28 Jeremy AllisonFix bug #9588 - ACLs are not inherited to directories...
2013-01-09 Jeremy AllisonAllow create_conn_struct() to be called with snum ...
2013-01-09 Andrew Bartlettsmbd: Rework create_conn_struct to use conn_new()
2013-01-08 Andrew Bartlettsmbd: Fix calls to create_conn_struct_cwd to be correct...
2013-01-08 Andrew Bartlettsmbd: Split create_conn_struct into a fn that does...
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710818 Resource leak
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-06 Michael Adams3:smb: introduce a name TID_FIELD_INVALID for the...
2012-05-24 Stefan Metzmachers3:smbd/msdfs: pass allow_broken_path to resolve_dfspat...
2012-05-24 Stefan Metzmachers3:smbd/msdfs: pass 'allow_broken_path' to get_referred...
2012-05-24 Stefan Metzmachers3:smbd/msdfs: let create_conn_struct() also fake the...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_connections' and 'connections' direc...
2012-03-06 Stefan Metzmachers3:msdfs: set the 'cnum' field to invalid for faked...
2011-12-13 Stefan Metzmachers3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_s...
2011-12-13 Stefan Metzmachers3:smbd: use connections_snum_used() instead of conn_sn...
2011-12-13 Stefan Metzmachers3:param: don't reference conn_snum_used directly in...
2011-10-07 Stefan Metzmachers3:msdfs: removed unused variables
2011-10-07 Stefan Metzmachers3:msdfs: implement setup_dfs_referral() on top of...
2011-09-30 Jeremy AllisonFix bug #8493 - DFS breaks zip file extracting unless...
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from create_junction
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from setup_dfs_referral
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from get_referred_path
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from dfs_redirect
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from create_conn_struct
2011-09-26 Volker Lendeckes3: Remove the smbd_server_conn ref from parse_dfs_path
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-11 Stefan Metzmachers3:smbd/msdfs: let create_conn_struct() check the share...
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-30 Andrew Bartletts3-smbd provide struct smbd_server_connection * to...
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
next