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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au
Jeremy Allison
2
-1
/
+9
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
16
-70
/
+55
2007-10-10
r6204: Fix double-free of talloc context.
Jeremy Allison
1
-1
/
+0
2007-10-10
r6203: Fix attribute return on creating a directory with nttrans_create.
Jeremy Allison
3
-46
/
+61
2007-10-10
r6200: Returned access should contain share mode as well as open mode.
Jeremy Allison
1
-1
/
+1
2007-10-10
r6199: Only do the strange DOS error for openX, not trans2open.
Jeremy Allison
1
-3
/
+0
2007-10-10
r6174: Fixup T2 open call - we were returning 2 bytes short.
Jeremy Allison
3
-25
/
+35
2007-10-10
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...
Jeremy Allison
8
-202
/
+165
2007-10-10
r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.
Jeremy Allison
1
-3
/
+2
2007-10-10
r6163: Well I never, all this time the t2open code was incorrectly decting
Jeremy Allison
1
-1
/
+5
2007-10-10
r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...
Jeremy Allison
2
-34
/
+51
2007-10-10
r6152: Correctly check OpenX open modes.
Jeremy Allison
1
-13
/
+35
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
3
-8
/
+18
2007-10-10
r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...
Jeremy Allison
2
-29
/
+126
2007-10-10
r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.
Jeremy Allison
2
-57
/
+150
2007-10-10
r6138: Refactor length reading out of EA code so we can read length
Jeremy Allison
1
-15
/
+22
2007-10-10
r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don't
Jeremy Allison
1
-7
/
+20
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
r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_...
Jeremy Allison
1
-4
/
+11
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
2
-1
/
+2
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
r6063: Fix for bug #2533 - ensure SMBsearch unsets UNICODE flags2 bit as this...
Jeremy Allison
1
-1
/
+4
2007-10-10
r6060: It's not quite accurate to say not having write access causes a group
Jeremy Allison
1
-8
/
+9
2007-10-10
r6057: Don't put the assert in the wrong place :-).
Jeremy Allison
1
-4
/
+3
2007-10-10
r6055: Fix algorithm. If any of the primary or supplementary group ids match
Jeremy Allison
1
-2
/
+18
2007-10-10
r6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy Allison
4
-30
/
+25
2007-10-10
r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-...
Jeremy Allison
2
-50
/
+109
2007-10-10
r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.
Jeremy Allison
2
-26
/
+136
2007-10-10
r6044: Ensure the old search calls always ask mask_match to translate
Jeremy Allison
1
-2
/
+2
2007-10-10
r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.
Jeremy Allison
1
-7
/
+0
2007-10-10
r6020: Never do NT status codes with protocols before NT1 as we don't get cli...
Jeremy Allison
1
-0
/
+4
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-0
/
+2
2007-10-10
r6001: Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter
1
-2
/
+2
2007-10-10
r5960: Integer wrap paranoia when reading EA buffers.
Jeremy Allison
1
-4
/
+23
2007-10-10
r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) o...
Gerald Carter
1
-5
/
+10
2007-10-10
r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...
Gerald Carter
1
-4
/
+8
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
r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.
Jeremy Allison
1
-0
/
+7
2007-10-10
r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit
Volker Lendecke
2
-2
/
+3
2007-10-10
r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to be
Jeremy Allison
2
-45
/
+92
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
r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).
Jim McDonough
1
-7
/
+5
2007-10-10
r5848: Fix inherit owner to chown directories in a porable and secure way (from
Jeremy Allison
1
-37
/
+25
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
r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #...
Jeremy Allison
1
-3
/
+1
[next]