summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* r7985: Add "acl map full control", true by default, to allow people to changeJeremy Allison2007-10-101-7/+7
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2007-10-101-25/+36
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-1015-48/+958
* r7961: randomize reloading so that smbds do not pverload cupsdSimo Sorce2007-10-101-0/+10
* r7948: Ensure we call the vfs connection hook before doing a vfs stat.Jeremy Allison2007-10-101-19/+21
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-107-86/+67
* r7888: Fix use of "protected".Jeremy Allison2007-10-101-11/+11
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-108-16/+16
* r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typoJeremy Allison2007-10-101-1/+1
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-106-5/+69
* r7821: Don't check permissions for setting POSIX pathname request.Jeremy Allison2007-10-101-53/+56
* r7798: CIFSFS client assumes wcnt == 10 for successful trans2 reply.Jeremy Allison2007-10-101-9/+8
* r7796: Prepare for client setting capabilities to select posix pathnames onJeremy Allison2007-10-101-19/+48
* r7693: Fix from James Peach @ SGI for null pointer ACL free.Jeremy Allison2007-10-101-2/+6
* r7662: Allow someone with SeTakeOwnershipPrivilege to chown the userJeremy Allison2007-10-101-6/+28
* r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter2007-10-101-0/+2
* r7620: when adding a new printer driver, we should copy the filesGerald Carter2007-10-101-1/+1
* r7618: Typo...Jeremy Allison2007-10-101-1/+1
* r7617: Fix for bug #2801 - delete veto files was broken with the newJeremy Allison2007-10-102-3/+19
* r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter2007-10-101-0/+3
* r7550: Steal the correct error return for invalid TID on NTcreateX from Samba4Jeremy Allison2007-10-101-2/+8
* r7474: A *foul* and *disgusting* hack to ensure that, at the very lowestJeremy Allison2007-10-101-1/+23
* r7452: Set sparse flag if needed. Based on code from jpeach@sgi.com.Jeremy Allison2007-10-101-5/+12
* r7447: Sync up a little between HEAD and 3.0 in preparation for movingJeremy Allison2007-10-101-5/+30
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-103-4/+4
* r7412: Now we're not memset'ing ensure we're valgrind clean.Jeremy Allison2007-10-101-0/+1
* r7398: commiting abartlet's patch for kerberos authentication when using a ke...Gerald Carter2007-10-102-6/+9
* r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter2007-10-101-20/+35
* r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison2007-10-101-1/+0
* r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter2007-10-101-0/+2
* r7344: Correctly return if malloc fails.Volker Lendecke2007-10-101-0/+1
* r7210: Fix my own mistakes up, sorry.Jeremy Allison2007-10-103-5/+5
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2007-10-104-8/+8
* r7191: Squeezing out more unnecessary memset's gets us up 20% over older code...Jeremy Allison2007-10-101-28/+45
* r7190: I *love* valgrind/cachegrind.....Jeremy Allison2007-10-101-10/+9
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-103-17/+14
* r7024: reverting mistaken commitGerald Carter2007-10-101-14/+3
* r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter2007-10-101-3/+14
* r6979: Tidyups.Jeremy Allison2007-10-101-8/+2
* r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison2007-10-103-0/+15
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2007-10-101-50/+36
* r6949: Back-port Volker's cache fix, plus my change.Jeremy Allison2007-10-101-0/+38
* r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between direc...Jeremy Allison2007-10-101-6/+16
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2007-10-103-16/+24
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-101-3/+3
* r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2007-10-102-0/+71
* r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTAJeremy Allison2007-10-101-4/+1
* r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...Gerald Carter2007-10-101-14/+14
* r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-onlyJeremy Allison2007-10-101-6/+21
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2007-10-104-73/+87