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
/
smbd
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5548: Stop lying about allocation sizes to Windows clients. It was a nice
Jeremy Allison
1
-4
/
+4
2007-10-10
r5530: Keep the TRANS call up to date with the NTCreateX call.
Jeremy Allison
1
-1
/
+11
2007-10-10
r5524: Don't do share mode checks on can_delete if open, the rest of the open
Jeremy Allison
1
-1
/
+2
2007-10-10
r5510: Optimisation to only do can_delete check if client asks for FILE_SHARE...
Jeremy Allison
1
-0
/
+9
2007-10-10
r5497: Fix for DIR1 failures in build farm. It struck me that we
Jeremy Allison
1
-2
/
+6
2007-10-10
r5324: In order to process DELETE_ACCESS correctly and return access denied
Jeremy Allison
1
-0
/
+18
2007-10-10
r5225: fix mem leak and debug message
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-6
/
+17
2007-10-10
r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
Jeremy Allison
1
-1
/
+1
2007-10-10
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max data
Jeremy Allison
1
-20
/
+17
2007-10-10
r3666: Generalise fix for trans and nttrans multi-fragment requests.
Jeremy Allison
1
-2
/
+2
2007-10-10
r2637: Fix the roundup problem (returning 1mb roundup) for non-Windows
Jeremy Allison
1
-4
/
+4
2007-10-10
r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...
Jeremy Allison
1
-2
/
+3
2007-10-10
r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fix
Jeremy Allison
1
-10
/
+15
2007-10-10
r1259: Ensure we pass Samba4 RAW-RENAME test.
Jeremy Allison
1
-9
/
+165
2007-10-10
r1257: Ensure we deferr a sharing violation on rename correctly.
Jeremy Allison
1
-1
/
+11
2007-10-10
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
1
-11
/
+31
2007-10-10
r1093: Ensure we clear any cached errors on a deferred open call so
Jeremy Allison
1
-0
/
+2
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-0
/
+8
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-28
/
+25
2007-10-10
r483: Fix typo of appending '\\' instead of '/' now we're using
Jeremy Allison
1
-2
/
+2
2007-10-10
r481: Fix up assert caught by check_path_syntax.
Jeremy Allison
1
-2
/
+3
2007-10-10
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r96: Stupid f&%'n UNIX extensions.... SETPATHINFO
Jeremy Allison
1
-7
/
+7
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-16
/
+7
2004-03-04
Fix my breakage of NT pipes from the previous patch (sorry). Use the
Jeremy Allison
1
-4
/
+1
2004-03-03
Added client "hardlink" commant to test doing NT rename with hard links.
Jeremy Allison
1
-2
/
+7
2004-03-03
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
1
-29
/
+40
2004-02-28
Can't set allocation size on directories, return correct error code on
Jeremy Allison
1
-0
/
+12
2004-02-25
Figured out a new flags bit with gentest and ethereal....
Jeremy Allison
1
-2
/
+10
2004-02-24
More gentest error fixups.
Jeremy Allison
1
-2
/
+0
2004-02-24
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy Allison
1
-0
/
+50
2004-02-20
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison
1
-6
/
+19
2004-02-08
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
1
-2
/
+3
2003-12-01
Ensure the server can cope with multiple secondary trans
Jeremy Allison
1
-0
/
+8
2003-11-04
Fix missing bracket in quota quote - my fault.
Tim Potter
1
-1
/
+1
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-4
/
+4
2003-10-16
Tidyup wrap checking.
Jeremy Allison
1
-4
/
+12
2003-10-08
Fixup error code returns from Samba4 tester. Ensure invalid paths are
Jeremy Allison
1
-7
/
+41
2003-09-17
Fix coredump from Samba4 torture suite.
Jeremy Allison
1
-0
/
+3
2003-08-16
Implemented the level 1010 NT rename level. Many fixes for Samba4 test
Jeremy Allison
1
-12
/
+6
2003-08-07
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison
1
-22
/
+149
2003-08-02
Ensure we don't leak any sign records on cancel of pending requests.
Jeremy Allison
1
-0
/
+1
2003-08-02
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
1
-0
/
+6
2003-07-24
Ensure everywhere we defer an incoming SMB request (blocking lock queue,
Jeremy Allison
1
-2
/
+0
2003-07-24
SMB signing is now working with change notify. Need to fix the disconnect
Jeremy Allison
1
-0
/
+2
2003-07-11
use names from enumerated type to get rid of compiler warnings
Herb Lewis
1
-3
/
+3
2003-06-27
Some const correctness. Stop tdb being used as a remote backend. If an
Jeremy Allison
1
-5
/
+5
2003-06-22
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
1
-1
/
+1
[next]