summaryrefslogtreecommitdiff
path: root/source3/msdfs
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-09Corrected DEBUG messages.Shirish Kalele2-6/+10
2000-03-08dded Microsoft Dfs services.Shirish Kalele4-0/+1018