summaryrefslogtreecommitdiff
path: root/source3/msdfs
AgeCommit message (Expand)AuthorFilesLines
2003-10-28Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison1-1/+2
2003-10-28Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison1-47/+46
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-3/+3
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-08When enumerating dfs shares loop from 0 to lp_numservices() instead ofTim Potter1-1/+1
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-3/+3
2003-09-05Return 0 DFS links instead of -1 when dfs support is not enabled.Tim Potter1-1/+1
2003-08-14This file has been in the HOWTO for agesJelmer Vernooij1-32/+0
2003-08-10fix MS-DFS (my bug) stupid return code error that cose me more timeGerald Carter1-0/+2
2003-08-08need to make sure that the connection struct mem_ctx is initialized and destr...Gerald Carter1-25/+48
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
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 Kalele4-749/+346
2000-05-10lib/util_unistr.c:Jeremy Allison1-16/+0
2000-04-17Corrected minor parsing errors.Shirish Kalele2-4/+5
2000-04-17When parsing a dfs map for a service, see if the mount points exist that standShirish Kalele1-3/+27
2000-03-10Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele2-12/+4
2000-03-10Cleaning warnings from configure.developerShirish Kalele2-31/+31
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele1-1/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-2/+2
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2-4/+4
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-8/+0