summaryrefslogtreecommitdiffstats
path: root/source/msdfs
Commit message (Expand)AuthorAgeFilesLines
* For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
* Handle deep referrals: check whether each component in the requested path ofShirish Kalele2003-04-101-9/+10
* If it's a pstring, use pstrcpy().Andrew Bartlett2003-02-241-2/+2
* Fix the msdfs proxy handling code in dfsenum to return the cumulative number ofShirish Kalele2003-02-111-1/+1
* Add msdfs proxy functionality to HEAD.Shirish Kalele2002-12-291-24/+48
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-5/+9
* Remove "inline" - shouldn't be in portable code.Jeremy Allison2002-06-201-1/+1
* Allowing %S in dfs root paths. Other variables in standard_sub_advanced won'tShirish Kalele2002-05-091-2/+5
* Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele2002-05-091-240/+373
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-2/+2
* Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* Terminate dfs referral alternate path string. DFS now works again in headTim Potter2001-09-131-1/+1
* Converted msdfs referral server code to use rpcstr_push() functions. StillTim Potter2001-09-121-12/+10
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-15/+0
* Hmm - needs to be converted to pull/push unistr routines. But at least itTim Potter2001-09-121-2/+8
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-12/+0
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+4
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+4
* This should return the build to normallity.Andrew Bartlett2001-06-301-2/+1
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-291-569/+567
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Ran DFS on Linux and found that readlink() on Linux does not append NULShirish Kalele2000-11-281-1/+3
* Missing conn parameter missed in vfs rewrite.Jeremy Allison2000-10-091-1/+1
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-261-97/+115
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-35/+200
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-164-749/+346
* lib/util_unistr.c:Jeremy Allison2000-05-101-16/+0
* Corrected minor parsing errors.Shirish Kalele2000-04-172-4/+5
* When parsing a dfs map for a service, see if the mount points exist that standShirish Kalele2000-04-171-3/+27
* Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele2000-03-102-12/+4
* Cleaning warnings from configure.developerShirish Kalele2000-03-102-31/+31
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-101-1/+1
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-2/+2
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-102-4/+4
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-091-8/+0
* Corrected DEBUG messages.Shirish Kalele2000-03-092-6/+10
* dded Microsoft Dfs services.Shirish Kalele2000-03-084-0/+1018