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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2
Jeremy Allison
1
-1
/
+7
2007-10-10
r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...
Jeremy Allison
1
-0
/
+2
2007-10-10
r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...
Jeremy Allison
1
-1
/
+1
2007-10-10
r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LIST
Jeremy Allison
1
-10
/
+2
2007-10-10
r6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy Allison
1
-1
/
+1
2007-10-10
r5960: Integer wrap paranoia when reading EA buffers.
Jeremy Allison
1
-4
/
+23
2007-10-10
r5936: Fix bugs in earlier work in progress commit. Closer to properly suppor...
Jeremy Allison
1
-2
/
+2
2007-10-10
r5933: We were handling setting of EA's incorrectly - we should be able to set
Jeremy Allison
1
-128
/
+325
2007-10-10
r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to be
Jeremy Allison
1
-45
/
+87
2007-10-10
r5874: Work in progress. EA list infolevel.
Jeremy Allison
1
-8
/
+75
2007-10-10
r5872: Restructure ea list code to start to fix the EA_LIST calls. This does not
Jeremy Allison
1
-36
/
+104
2007-10-10
r5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EA
Jeremy Allison
1
-8
/
+8
2007-10-10
r5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.
Jeremy Allison
1
-2
/
+2
2007-10-10
r5836: Correct fix for OS/2 bug #2335. The error return code in this case is ...
Jeremy Allison
1
-2
/
+8
2007-10-10
r5833: Revert change for bug #2335. Tested with a Win9x client and the original
Jeremy Allison
1
-2
/
+2
2007-10-10
r5831: Along with jra's recent checkins, fix dir/xcopy of empty dirs on OS/2....
Jim McDonough
1
-2
/
+2
2007-10-10
r5822: Actually return an error message if disk_free fails ! Pointed out by Y...
Jeremy Allison
1
-3
/
+10
2007-10-10
r5816: Catch the "." resume name case also.
Jeremy Allison
1
-3
/
+5
2007-10-10
r5813: Fix bug found by Jim McDonough <jmcd@us.ibm.com>
Jeremy Allison
1
-1
/
+9
2007-10-10
r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). Also
Jeremy Allison
1
-32
/
+48
2007-10-10
r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capab...
Gerald Carter
1
-1
/
+1
2007-10-10
r5700: Fix problems where we're not pointing to the start of entry for a
Jeremy Allison
1
-10
/
+11
2007-10-10
r5637: Actually test and fix the crash bugs (sorry:-).
Jeremy Allison
1
-6
/
+6
2007-10-10
r5636: Re-add the allocation size - parameterized by share as
Jeremy Allison
1
-1
/
+22
2007-10-10
r5548: Stop lying about allocation sizes to Windows clients. It was a nice
Jeremy Allison
1
-20
/
+0
2007-10-10
r5513: Fix for bug #2201 - use same logic with "delete readonly"
Jeremy Allison
1
-4
/
+6
2007-10-10
r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...
Jeremy Allison
1
-18
/
+3
2007-10-10
r5287: fix build problem when HAVE_POSIX_ACL not defined
Herb Lewis
1
-0
/
+6
2007-10-10
r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...
Gerald Carter
1
-3
/
+2
2007-10-10
r5160: First cut at refactoring of directory code to handle non-wildcard
Jeremy Allison
1
-6
/
+9
2007-10-10
r5154: Tidy up interface a little.
Jeremy Allison
1
-3
/
+1
2007-10-10
r5152: Restructure the directory handling code, stop using void * pointers
Jeremy Allison
1
-7
/
+6
2007-10-10
r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
Jeremy Allison
1
-76
/
+18
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-20
/
+20
2007-10-10
r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
Jeremy Allison
1
-2
/
+2
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
r3895: Fix for bug #2045. May also fix other timestamp bugs with Excel
Jeremy Allison
1
-7
/
+13
2007-10-10
r3889: Only set mtime from pending_modtime if it's not already zero...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.
Jeremy Allison
1
-27
/
+40
2007-10-10
r3814: At least use a proper constant name (aRONLY :-) not a number.
Jeremy Allison
1
-2
/
+2
2007-10-10
r3811: Believe it or not, but this patch seems to be necessary. If someone se...
Volker Lendecke
1
-2
/
+11
2007-10-10
r3794: Added set posix acl functionality into the UNIX extensions code.
Jeremy Allison
1
-0
/
+38
2007-10-10
r3714: Getfacl now seems to work on files and directories. Next do setfacl
Jeremy Allison
1
-0
/
+1
2007-10-10
r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.
Jeremy Allison
1
-3
/
+194
2007-10-10
r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max data
Jeremy Allison
1
-48
/
+46
2007-10-10
r3663: Fix too tight checking of incoming secondary trans2 requests.
Jeremy Allison
1
-2
/
+2
2007-10-10
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
1
-7
/
+9
2007-10-10
r3225: Fix correct use of resume name. Cope with the resume
Jeremy Allison
1
-3
/
+7
2007-10-10
r3002: Fix for bug #1886 - prevent delete on close being set
Jeremy Allison
1
-16
/
+29
2007-10-10
r2708: Don't look for bzero, we don't use it.
Jeremy Allison
1
-1
/
+11
[next]