summaryrefslogtreecommitdiffstats
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-3/+12
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+4
* s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner2009-05-041-0/+2
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-091-2/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Add auth_serversupplied_info to create_conn_structVolker Lendecke2008-11-231-4/+15
* Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...Yasuma Takeda2008-11-201-6/+6
* Make create_conn_struct() publicVolker Lendecke2008-07-271-1/+1
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-241-17/+53
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-11/+11
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-221-0/+1
* Fix an abort in junction_to_local_pathVolker Lendecke2008-06-221-1/+1
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-221-0/+2
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-221-1/+2