index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Win2k will only accept volume labels in UNICODE. Fixed.... :-(.
Jeremy Allison
2000-03-28
1
-1
/
+2
*
Moved common code to set parameter offset field correctly oout of 'if'
Jeremy Allison
2000-03-28
1
-10
/
+8
*
changed the definition of dos_PutUniCode
Andrew Tridgell
2000-03-27
1
-4
/
+4
*
Cleaning up call_trans2getdfsreferral.
Shirish Kalele
2000-03-13
1
-1
/
+0
*
Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.
Shirish Kalele
2000-03-13
1
-1
/
+1
*
moved #endif to end of function to compile when dfs is disabled.
Jean-François Micouleau
2000-03-13
1
-1
/
+1
*
Cleaning up the warnings from configure.developer.
Shirish Kalele
2000-03-10
1
-6
/
+3
*
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
2000-03-10
1
-0
/
+2
*
dded Microsoft Dfs services.
Shirish Kalele
2000-03-08
1
-3
/
+56
*
Fix for reporting file system attributes correctly.
Jeremy Allison
2000-02-18
1
-1
/
+2
*
Mega-VFS merge. Yeah baby!
Tim Potter
2000-02-03
1
-17
/
+21
*
useable_space does not include the alignment offset calculations.
Jeremy Allison
2000-01-14
1
-1
/
+8
*
Added "inherit permissions" patch.
Jeremy Allison
2000-01-14
1
-2
/
+2
*
Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...
Jeremy Allison
1999-12-21
1
-1
/
+1
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
1
-6
/
+5
*
*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...
Jeremy Allison
1999-12-20
1
-3
/
+14
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-602
/
+432
*
more dfs stuff. this looks like it's going to be more appropriate to use
Luke Leighton
1999-07-15
1
-7
/
+35
*
dfs issues
Luke Leighton
1999-07-15
1
-1
/
+1
*
dfs parsed string length was being set explicitly to value "6", overwriting
Luke Leighton
1999-07-13
1
-22
/
+21
*
Jean-Francois Micouleau's rewritten DFS patch, originally written by
Luke Leighton
1999-07-12
1
-66
/
+332
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-14
/
+19
*
Always null-terminate strings.
Matthew Chapman
1999-02-15
1
-3
/
+3
*
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1999-02-12
1
-6
/
+7
*
Fixed -Wall -Wshadow warning.
Jeremy Allison
1998-11-23
1
-2
/
+1
*
Sync up with 2.0 code.
Jeremy Allison
1998-11-19
1
-2
/
+1
*
Fixed crash bug which was assuming that fd_ptr was always non-null
Jeremy Allison
1998-11-18
1
-3
/
+6
*
Fixed NT modify timestamp issue.
Jeremy Allison
1998-11-17
1
-2
/
+15
*
change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros
Andrew Tridgell
1998-11-15
1
-6
/
+6
*
Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.
Jeremy Allison
1998-10-26
1
-2
/
+5
*
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1998-10-24
1
-0
/
+1
*
Handle the case where multiple smbd have the file open, some of whom
Jeremy Allison
1998-10-23
1
-15
/
+65
*
Make the new code conditional on lp_share_modes() just like the code in open_...
Jeremy Allison
1998-10-23
1
-36
/
+39
*
Fixed debug reporting in the changed code.
Jeremy Allison
1998-10-23
1
-1
/
+6
*
Fixed bug in previous commit where I was overwriting share_mode from
Jeremy Allison
1998-10-23
1
-3
/
+4
*
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
1998-10-23
1
-1
/
+51
*
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
1998-10-23
1
-7
/
+4
*
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1998-10-21
1
-7
/
+29
*
smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector
Jeremy Allison
1998-10-20
1
-11
/
+32
*
Fixed sys_lseek and seek_file calls so all returns
Jeremy Allison
1998-10-18
1
-1
/
+2
*
only do the MAC extensions if we are a NTFS filesystem
Andrew Tridgell
1998-10-16
1
-6
/
+10
*
trans2.h: Added Thursby MAC extension.
Jeremy Allison
1998-10-16
1
-0
/
+7
*
fixed some cast warnings from "cc -64" on IRIX
Andrew Tridgell
1998-10-05
1
-4
/
+4
*
added support for printing via smbwrapper
Andrew Tridgell
1998-10-04
1
-7
/
+7
*
Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.
Jeremy Allison
1998-09-28
1
-0
/
+4
*
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1998-09-23
1
-3
/
+1
*
look at the CAP_NT_SMBS bit in the client capabilities to determine if
Andrew Tridgell
1998-09-23
1
-15
/
+20
*
3 changes:
Andrew Tridgell
1998-09-20
1
-9
/
+12
*
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
1998-09-18
1
-34
/
+11
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
1
-7
/
+16
[next]