summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* r4301: One more *alloc -> SMB_MALLOC (not compiled by default).Jeremy Allison2007-10-101-2/+2
* r4295: Don't include header len in data write debug.Jeremy Allison2007-10-101-1/+1
* r4293: Fix inspired by debug trace from Rob Foehl <rwf@loonybin.net> - catch ...Jeremy Allison2007-10-101-2/+20
* r4212: Ensure we only look at the bottom bit of large_readx.Jeremy Allison2007-10-101-1/+3
* r4190: When changing length calculations, get them right......Jeremy Allison2007-10-102-3/+4
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2007-10-102-2/+4
* r4143: Make strict locking an enum. Auto means use oplock optimization.Jeremy Allison2007-10-101-1/+1
* r4108: As check_self is *always* False in every invokation, remove theJeremy Allison2007-10-101-11/+10
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-1025-162/+179
* r4083: consolidate printer searches to use find_service rather than for loopsGerald Carter2007-10-101-35/+17
* r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri...Gerald Carter2007-10-101-4/+12
* r4019: better error logging in register_message_flags() from RobGerald Carter2007-10-101-2/+3
* r4018: * move claim_connection from the netbios session requestGerald Carter2007-10-103-3/+7
* r4016: Fix for bug found by Steve French client code (cifsfs) onJeremy Allison2007-10-101-0/+9
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-107-16/+16
* r3954: bring Samba3 into line with the Samba4 password change codeAndrew Tridgell2007-10-101-18/+11
* r3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - e...Jeremy Allison2007-10-101-1/+3
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-105-5/+5
* r3944: Fix the problem we get on Linux where sendfile fails, but we've alread...Jeremy Allison2007-10-101-15/+67
* r3936: Ensure LARGE_READX response must fit within reply buffer.Jeremy Allison2007-10-101-0/+6
* r3934: Correctly check for the top length bit in LARGE_READX.Jeremy Allison2007-10-101-0/+5
* r3895: Fix for bug #2045. May also fix other timestamp bugs with ExcelJeremy Allison2007-10-102-7/+27
* r3889: Only set mtime from pending_modtime if it's not already zero...Jeremy Allison2007-10-101-1/+1
* r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison2007-10-101-5/+4
* r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.Jeremy Allison2007-10-102-55/+68
* r3853: Fix an uninitialized variable warning. Jeremy, there are some of these inVolker Lendecke2007-10-101-0/+2
* r3848: Fix for bug 2057. Only partially applied the patch, the second part se...Volker Lendecke2007-10-101-0/+7
* r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalidVolker Lendecke2007-10-101-0/+4
* r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> withJeremy Allison2007-10-101-1/+2
* r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculateJeremy Allison2007-10-101-2/+8
* r3816: Added fn to remove an ACL from a file. Now need client code to test this.Jeremy Allison2007-10-101-2/+128
* r3814: At least use a proper constant name (aRONLY :-) not a number.Jeremy Allison2007-10-101-2/+2
* r3811: Believe it or not, but this patch seems to be necessary. If someone se...Volker Lendecke2007-10-101-2/+11
* r3794: Added set posix acl functionality into the UNIX extensions code.Jeremy Allison2007-10-102-6/+273
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-101-0/+1
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-101-3/+194
* r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...Gerald Carter2007-10-101-1/+2
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-101-23/+22
* r3693: Correctly detect errno for no acl/ea support.Jeremy Allison2007-10-101-14/+6
* r3682: fix seg fault in lanman printing code caused by uninitialized variableGerald Carter2007-10-101-0/+6
* r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison2007-10-102-68/+63
* r3673: Do not fail on setting file attributes with acl support enabled.Günther Deschner2007-10-101-3/+1
* r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-101-1/+1
* r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison2007-10-102-4/+4
* r3663: Fix too tight checking of incoming secondary trans2 requests.Jeremy Allison2007-10-101-2/+2
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-103-13/+41
* r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke2007-10-101-0/+3
* r3559: If called interactively, on shutdown dump the talloc contexts left. IdeaVolker Lendecke2007-10-101-0/+9
* r3496: Fix calling of get_acl_group_bits().Günther Deschner2007-10-102-2/+4
* r3296: Fix to ensure entries are stored in correct order. Bug #1498. Patch fromJeremy Allison2007-10-101-2/+2