summaryrefslogtreecommitdiff
path: root/source3/msdfs/msdfs.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-7/+7
2003-05-11Fix VFS layer:Alexander Bokovoy1-7/+7
2003-04-23For deep referrals, track consumed path using a counter, and calculate theShirish Kalele1-10/+11
2003-04-10Handle deep referrals: check whether each component in the requested path ofShirish Kalele1-9/+10
2003-02-24Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison1-2/+2
2003-02-11Fix the msdfs proxy handling code in dfsenum to return the cumulative number ofShirish Kalele1-1/+1
2002-12-28Modify DfsEnum to handle 'msdfs proxy' shares. No NETDFS editing support forShirish Kalele1-23/+27
2002-12-27Add msdfs proxy functionality; a CIFS share can directly be a stand-in forShirish Kalele1-1/+21
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-239/+379
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-2/+2
2001-10-18Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-13Terminate dfs referral alternate path string. DFS now works again in headTim Potter1-1/+1
2001-09-12Converted msdfs referral server code to use rpcstr_push() functions. StillTim Potter1-12/+10
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-15/+0
2001-09-12Hmm - needs to be converted to pull/push unistr routines. But at least itTim Potter1-2/+8
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-12/+0
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-2/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+4
2001-06-30This should return the build to normallity.Andrew Bartlett1-2/+1
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-569/+567
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2000-11-28Ran DFS on Linux and found that readlink() on Linux does not append NULShirish Kalele1-1/+3
2000-10-09Missing conn parameter missed in vfs rewrite.Jeremy Allison1-1/+1
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-97/+115
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-35/+200
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele1-188/+328
2000-05-10lib/util_unistr.c:Jeremy Allison1-16/+0
2000-04-17Corrected minor parsing errors.Shirish Kalele1-1/+1
2000-03-10Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele1-1/+1
2000-03-10Cleaning warnings from configure.developerShirish Kalele1-5/+3
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-2/+2
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-8/+0
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+466