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
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
r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.
Jeremy Allison
1
-0
/
+3
2007-10-10
r5822: Actually return an error message if disk_free fails ! Pointed out by Y...
Jeremy Allison
3
-7
/
+26
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
r5812: We missed some RESOLVE_DFSPATH calls on pathnames for older calls.
Jeremy Allison
1
-0
/
+7
2007-10-10
r5792: Added new parameter "inherit owner". If set on a share, the created fi...
Jeremy Allison
3
-39
/
+178
2007-10-10
r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
Jeremy Allison
3
-1
/
+13
2007-10-10
r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). Also
Jeremy Allison
4
-49
/
+119
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
3
-9
/
+9
2007-10-10
r5636: Re-add the allocation size - parameterized by share as
Jeremy Allison
2
-5
/
+26
2007-10-10
r5632: Fix infinite looping bug found by nasty BlueArc test :-).
Jeremy Allison
1
-0
/
+20
2007-10-10
r5630: This may be a mistake ... needs more cthon investigation.
Jeremy Allison
1
-0
/
+3
2007-10-10
r5623: Horrible band-aid patch to fix Blue-Arc torture tester.
Jeremy Allison
1
-1
/
+7
2007-10-10
r5616: Forgot about the sticky bit on directories (commonly set on /tmp). If ...
Jeremy Allison
1
-0
/
+16
2007-10-10
r5608: BUG 2399 - removing dead code (not finished with bug yet).
Gerald Carter
1
-13
/
+0
2007-10-10
r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of stat
Jeremy Allison
1
-1
/
+2
2007-10-10
r5548: Stop lying about allocation sizes to Windows clients. It was a nice
Jeremy Allison
2
-24
/
+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
2
-20
/
+26
2007-10-10
r5513: Fix for bug #2201 - use same logic with "delete readonly"
Jeremy Allison
1
-4
/
+6
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
r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.
Jeremy Allison
1
-1
/
+1
2007-10-10
r5497: Fix for DIR1 failures in build farm. It struck me that we
Jeremy Allison
1
-2
/
+6
2007-10-10
r5355: Fill in the access check code for POSIX ACLs to *really* fix bug #2227.
Jeremy Allison
1
-2
/
+148
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-2
/
+2
2007-10-10
r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...
Jeremy Allison
1
-18
/
+3
2007-10-10
r5324: In order to process DELETE_ACCESS correctly and return access denied
Jeremy Allison
3
-7
/
+40
2007-10-10
r5290: Fix for bug #2323 - plaintext problem with WinXP.
Jeremy Allison
1
-0
/
+8
2007-10-10
r5287: fix build problem when HAVE_POSIX_ACL not defined
Herb Lewis
1
-0
/
+6
2007-10-10
r5268: Fix bug #2310, only do 16-bit normalization on small dfree
Jeremy Allison
1
-5
/
+5
2007-10-10
r5225: fix mem leak and debug message
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r5183: Ensure we correctly set the per-connection "case_sensitive" setting.
Jeremy Allison
3
-18
/
+23
2007-10-10
r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...
Gerald Carter
4
-18
/
+15
2007-10-10
r5160: First cut at refactoring of directory code to handle non-wildcard
Jeremy Allison
5
-80
/
+191
2007-10-10
r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing h...
Gerald Carter
1
-0
/
+2
2007-10-10
r5154: Tidy up interface a little.
Jeremy Allison
3
-6
/
+9
2007-10-10
r5152: Restructure the directory handling code, stop using void * pointers
Jeremy Allison
5
-258
/
+198
2007-10-10
r5100: We should only care about case-sensitivity when *reading* an incoming
Jeremy Allison
1
-2
/
+2
2007-10-10
r5098: Next round build-fixing
Volker Lendecke
1
-1
/
+1
2007-10-10
r5096: Attempt to fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r5069: Ensure we return the correct errors for old-style search requests.
Jeremy Allison
1
-6
/
+9
2007-10-10
r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
Jeremy Allison
5
-221
/
+251
2007-10-10
r5014: Split out the request to send an async level II oplock break into a
Jeremy Allison
2
-18
/
+59
2007-10-10
r5002: Ensure we can't remove a level II oplock without having the
Jeremy Allison
1
-17
/
+19
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-2
/
+2
[prev]
[next]