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
/
source
/
smbd
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
Jeremy Allison
2003-04-04
1
-0
/
+3
*
- Make ReadDirName return a const char*.
Andrew Bartlett
2003-03-16
1
-23
/
+30
*
Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.
Jeremy Allison
2003-03-07
1
-1
/
+1
*
Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters
Jeremy Allison
2003-03-07
1
-20
/
+73
*
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
Jeremy Allison
2003-02-11
1
-45
/
+30
*
query_alt_name takes a forced unicode string in win2000. It is not
Andrew Tridgell
2003-01-14
1
-1
/
+1
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
1
-4
/
+1
*
Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...
Jeremy Allison
2002-12-04
1
-1
/
+1
*
Missed the removal of the incorrect ifdef.
Jeremy Allison
2002-12-04
1
-3
/
+1
*
Fix for 64 bit issues with oplocks and allocation size.
Jeremy Allison
2002-12-04
1
-10
/
+10
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-2
/
+1
*
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
1
-0
/
+2
*
Merged Steve French's fix for OS/2 EA return error being removed.
Jeremy Allison
2002-09-09
1
-1
/
+3
*
Patch from Steve French to fix difference in responses to
Jeremy Allison
2002-09-09
1
-1
/
+5
*
Merged initial allocation code for IFSTEST fix.
Jeremy Allison
2002-08-23
1
-21
/
+26
*
Fix longstanding bug in Win2k clients by clearing the shortname
Jeremy Allison
2002-08-21
1
-0
/
+5
*
Added comment about our implementation of the trans2
Tim Potter
2002-08-19
1
-1
/
+6
*
introduced a get_file_size() macro in trans2.c to make it easier to
Andrew Tridgell
2002-07-29
1
-19
/
+21
*
an initial fix for handling sparse files in smbd
Andrew Tridgell
2002-07-29
1
-15
/
+25
*
Don't crash on setfileinfo on printer fsp.
Jeremy Allison
2002-07-18
1
-1
/
+2
*
Gone back to explicit queue number passing as snum - removed encoding of
Jeremy Allison
2002-07-17
1
-2
/
+5
*
fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.
Andrew Tridgell
2002-06-26
1
-8
/
+4
*
Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough
Jeremy Allison
2002-06-24
1
-1073
/
+1513
*
Don't use uint. It doesn't exist on some platforms and we don't define it.
Jeremy Allison
2002-06-21
1
-1
/
+1
*
Merge in mangle fixes from 2.2.
Jeremy Allison
2002-06-13
1
-2
/
+1
*
Fix bug where setting end of file length to 8 was hitting erroneous
Jeremy Allison
2002-05-13
1
-0
/
+4
*
Sync'ing SAMBA_2_2 with HEAD.
Shirish Kalele
2002-05-09
1
-8
/
+15
*
two time handling bugfixes
Andrew Tridgell
2002-04-13
1
-1
/
+9
*
fixed the display of the 'size on disk' property of files from w2k.
Andrew Tridgell
2002-04-12
1
-4
/
+5
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-13
/
+13
*
Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.
Jeremy Allison
2002-04-02
1
-0
/
+14
*
Ensure that setting file length can return disk full on failure.
Jeremy Allison
2002-03-28
1
-2
/
+7
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-1
/
+1
*
HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Jeremy Allison
2002-03-20
1
-1
/
+1
*
Ensure we get a real fd when opening for set file allocation.
Jeremy Allison
2002-03-20
1
-1
/
+1
*
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
2002-03-20
1
-7
/
+2
*
Mask off the aDIR on setfileinfo.
Jeremy Allison
2002-03-05
1
-0
/
+5
*
Canonicalise pathnames returned to Windows directory separators.
Jeremy Allison
2002-03-04
1
-0
/
+1
*
This fixes 4 info levels in a trans2 find_first that should not be null
Andrew Tridgell
2002-02-25
1
-4
/
+6
*
this fixes the security tab on mapped drives for unicode clients.
Andrew Tridgell
2002-02-21
1
-19
/
+12
*
check for empty parameters in qpathinfo
Andrew Tridgell
2002-02-05
1
-0
/
+4
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
1
-5
/
+5
*
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy Allison
2002-01-10
1
-1
/
+169
*
fixed long filenames on win98
Andrew Tridgell
2001-12-20
1
-1
/
+3
*
Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from
Jeremy Allison
2001-11-28
1
-0
/
+9
*
Fixed delete on close bug. Added core dump code to winbindd.
Jeremy Allison
2001-11-23
1
-72
/
+89
*
Tidyups when I was doing the big merge...
Jeremy Allison
2001-11-17
1
-0
/
+1
*
Fixed allocation bug in database prog. Some format fixes.
Jeremy Allison
2001-11-12
1
-954
/
+953
*
Use defined constants not integers.
Jeremy Allison
2001-11-10
1
-3
/
+3
[next]