summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-15/+14
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-31/+39
* s3:smbd: Set up local and remote address for fake connectionAndreas Schneider2017-05-311-0/+24
* s3:smbd: Pass down remote and local address to get_referred_path()Andreas Schneider2017-05-311-5/+7
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-221-21/+13
* smbd: Fix smb1 findfirst with DFSVolker Lendecke2017-04-071-2/+2
* s3: smbd: DFS: Pass uint32_t ucf_flags through into unix_convert().Jeremy Allison2016-03-261-3/+6
* s3: smbd: DFS: Pass uint32_t ucf_flags through into dfs_redirect().Jeremy Allison2016-03-251-4/+4
* s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().Jeremy Allison2016-03-251-1/+3
* s3: smbd: DFS - Remove the last lp_posix_pathnames() from the SMB2/3 code paths.Jeremy Allison2016-03-251-2/+14
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-5/+14
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-2/+22
* Replace random() and related calls with generate_random_buffer()Robin McCorkell2015-07-101-4/+3
* MSDFS referral shufflingRobin McCorkell2015-02-271-3/+26
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1
* s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.*Stefan Metzmacher2014-08-061-1/+0
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-061-1/+0
* smbd: Change logging level for denied share accessChristof Schmitt2014-07-311-1/+1
* smbd: Use mutex instead of fcntl lock for echohandler coordinationChristof Schmitt2014-07-091-2/+1
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-5/+5
* dfs: always call create_conn_struct with root privilegesGarming Sam2014-01-101-1/+30
* smbd: Support multiple dfs targets for msdfs proxy sharesVolker Lendecke2013-10-311-26/+8
* smbd: Convert remove_msdfs_link to synthetic_smb_fnameVolker Lendecke2013-04-171-7/+4
* smbd: Convert create_msdfs_link to synthetic_smb_fnameVolker Lendecke2013-04-171-8/+6
* Fix bug #9588 - ACLs are not inherited to directories for DFS shares.Jeremy Allison2013-01-281-0/+13
* Allow create_conn_struct() to be called with snum == -1.Jeremy Allison2013-01-091-4/+9
* smbd: Rework create_conn_struct to use conn_new()Andrew Bartlett2013-01-091-22/+18
* smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett2013-01-071-16/+16
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-071-14/+44
* s3: Fix Coverity ID 710818 Resource leakVolker Lendecke2012-07-311-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-20/+21
* s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2012-06-061-1/+1
* s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher2012-05-241-1/+2
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-241-2/+2
* s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2012-05-241-12/+36
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-061-1/+2
* s3:msdfs: set the 'cnum' field to invalid for faked connection_structsStefan Metzmacher2012-03-061-0/+1
* s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymoreStefan Metzmacher2011-12-131-2/+1
* s3:smbd: use connections_snum_used() instead of conn_snum_used() for load_use...Stefan Metzmacher2011-12-131-1/+1
* s3:param: don't reference conn_snum_used directly in load_usershare_shares()Stefan Metzmacher2011-12-131-1/+1
* s3:msdfs: removed unused variablesStefan Metzmacher2011-10-081-209/+0
* s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS()Stefan Metzmacher2011-10-081-85/+31
* Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" setJeremy Allison2011-10-011-11/+2
* s3: Remove the smbd_server_conn ref from create_junctionVolker Lendecke2011-09-261-2/+3
* s3: Remove the smbd_server_conn ref from setup_dfs_referralVolker Lendecke2011-09-261-1/+1
* s3: Remove the smbd_server_conn ref from get_referred_pathVolker Lendecke2011-09-261-5/+6
* s3: Remove the smbd_server_conn ref from dfs_redirectVolker Lendecke2011-09-261-1/+3
* s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke2011-09-261-8/+9
* s3: Remove the smbd_server_conn ref from parse_dfs_pathVolker Lendecke2011-09-261-5/+8