summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-2/+2
* s3:smbd/msdfs: let create_conn_struct() check the share security descriptorStefan Metzmacher2011-07-111-0/+30
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-6/+6
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-3/+3
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-311-2/+3
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner2011-03-161-0/+1
* s3-printing: vfs_connect prior to driver/dfs IODavid Disseldorp2011-03-021-10/+24
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-5/+5
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-3/+5
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-191-1/+1
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-1/+1
* s3: Fix crashes in the printing codeVolker Lendecke2010-07-151-0/+3
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-1/+1
* Make DFS work over SMB2.Jeremy Allison2010-05-211-1/+2
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-081-1/+2
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-13/+6
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-8/+12
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-0/+4
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-1/+1
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-071-11/+11
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-1/+1
* s3: Remove a few callers of get_full_smb_filename()Tim Prouty2009-07-241-21/+31
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-241-35/+10
* s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()Tim Prouty2009-07-221-6/+14
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-2/+26
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1