index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
msdfs
/
msdfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-08-10
fix MS-DFS (my bug) stupid return code error that cose me more time
Gerald Carter
1
-0
/
+2
2003-08-08
need to make sure that the connection struct mem_ctx is initialized and destr...
Gerald Carter
1
-25
/
+48
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-7
/
+7
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-7
/
+7
2003-04-23
For deep referrals, track consumed path using a counter, and calculate the
Shirish Kalele
1
-10
/
+11
2003-04-10
Handle deep referrals: check whether each component in the requested path of
Shirish Kalele
1
-9
/
+10
2003-02-24
Merge from HEAD. Use pstrcpy not safe_strcpy.
Jeremy Allison
1
-2
/
+2
2003-02-11
Fix the msdfs proxy handling code in dfsenum to return the cumulative number of
Shirish Kalele
1
-1
/
+1
2002-12-28
Modify DfsEnum to handle 'msdfs proxy' shares. No NETDFS editing support for
Shirish Kalele
1
-23
/
+27
2002-12-27
Add msdfs proxy functionality; a CIFS share can directly be a stand-in for
Shirish Kalele
1
-1
/
+21
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-239
/
+379
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-23
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
1
-2
/
+2
2001-10-18
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
Tim Potter
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-2
/
+2
2001-09-13
Terminate dfs referral alternate path string. DFS now works again in head
Tim Potter
1
-1
/
+1
2001-09-12
Converted msdfs referral server code to use rpcstr_push() functions. Still
Tim Potter
1
-12
/
+10
2001-09-12
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
1
-15
/
+0
2001-09-12
Hmm - needs to be converted to pull/push unistr routines. But at least it
Tim Potter
1
-2
/
+8
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-12
/
+0
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
1
-2
/
+4
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-4
/
+4
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-4
/
+4
2001-06-30
This should return the build to normallity.
Andrew Bartlett
1
-2
/
+1
2001-06-29
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
1
-569
/
+567
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-1
/
+1
2000-11-28
Ran DFS on Linux and found that readlink() on Linux does not append NUL
Shirish Kalele
1
-1
/
+3
2000-10-09
Missing conn parameter missed in vfs rewrite.
Jeremy Allison
1
-1
/
+1
2000-05-26
Changed MS_DFS to WITH_MSDFS throughout.
Shirish Kalele
1
-97
/
+115
2000-05-18
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
Shirish Kalele
1
-35
/
+200
2000-05-16
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
1
-188
/
+328
2000-05-10
lib/util_unistr.c:
Jeremy Allison
1
-16
/
+0
2000-04-17
Corrected minor parsing errors.
Shirish Kalele
1
-1
/
+1
2000-03-10
Cleaned up unused variables, returns from non-void functions etc.
Shirish Kalele
1
-1
/
+1
2000-03-10
Cleaning warnings from configure.developer
Shirish Kalele
1
-5
/
+3
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-2
/
+2
2000-03-09
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
1
-8
/
+0
2000-03-08
dded Microsoft Dfs services.
Shirish Kalele
1
-0
/
+466