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
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
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-1
/
+1
2007-10-10
r4830: Fix for problem noticed by Guy Harris <gharris@apple.com>, return
Jeremy Allison
1
-2
/
+4
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-0
/
+4
2007-10-10
r4704: Fix encoding while receiving of a message which was actually sent usin...
Alexander Bokovoy
1
-4
/
+4
2007-10-10
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
3
-46
/
+42
2007-10-10
r4337: Produce a slightly different error message is lanman authentication is
Andrew Bartlett
1
-3
/
+8
2007-10-10
r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember to
Jeremy Allison
1
-0
/
+2
2007-10-10
r4301: One more *alloc -> SMB_MALLOC (not compiled by default).
Jeremy Allison
1
-2
/
+2
2007-10-10
r4295: Don't include header len in data write debug.
Jeremy Allison
1
-1
/
+1
2007-10-10
r4293: Fix inspired by debug trace from Rob Foehl <rwf@loonybin.net> - catch ...
Jeremy Allison
1
-2
/
+20
2007-10-10
r4212: Ensure we only look at the bottom bit of large_readx.
Jeremy Allison
1
-1
/
+3
2007-10-10
r4190: When changing length calculations, get them right......
Jeremy Allison
2
-3
/
+4
2007-10-10
r4186: Fix client & server to allow 127k READX calls.
Jeremy Allison
2
-2
/
+4
2007-10-10
r4143: Make strict locking an enum. Auto means use oplock optimization.
Jeremy Allison
1
-1
/
+1
2007-10-10
r4108: As check_self is *always* False in every invokation, remove the
Jeremy Allison
1
-11
/
+10
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
25
-162
/
+179
2007-10-10
r4083: consolidate printer searches to use find_service rather than for loops
Gerald Carter
1
-35
/
+17
2007-10-10
r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri...
Gerald Carter
1
-4
/
+12
2007-10-10
r4019: better error logging in register_message_flags() from Rob
Gerald Carter
1
-2
/
+3
2007-10-10
r4018: * move claim_connection from the netbios session request
Gerald Carter
3
-3
/
+7
2007-10-10
r4016: Fix for bug found by Steve French client code (cifsfs) on
Jeremy Allison
1
-0
/
+9
2007-10-10
r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
Jeremy Allison
7
-16
/
+16
2007-10-10
r3954: bring Samba3 into line with the Samba4 password change code
Andrew Tridgell
1
-18
/
+11
2007-10-10
r3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - e...
Jeremy Allison
1
-1
/
+3
2007-10-10
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...
Jeremy Allison
5
-5
/
+5
2007-10-10
r3944: Fix the problem we get on Linux where sendfile fails, but we've alread...
Jeremy Allison
1
-15
/
+67
2007-10-10
r3936: Ensure LARGE_READX response must fit within reply buffer.
Jeremy Allison
1
-0
/
+6
2007-10-10
r3934: Correctly check for the top length bit in LARGE_READX.
Jeremy Allison
1
-0
/
+5
2007-10-10
r3895: Fix for bug #2045. May also fix other timestamp bugs with Excel
Jeremy Allison
2
-7
/
+27
2007-10-10
r3889: Only set mtime from pending_modtime if it's not already zero...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy Allison
1
-5
/
+4
2007-10-10
r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.
Jeremy Allison
2
-55
/
+68
[prev]
[next]