summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typoJeremy Allison1-1/+1
2007-10-10r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison6-5/+69
2007-10-10r7821: Don't check permissions for setting POSIX pathname request.Jeremy Allison1-53/+56
2007-10-10r7798: CIFSFS client assumes wcnt == 10 for successful trans2 reply.Jeremy Allison1-9/+8
2007-10-10r7796: Prepare for client setting capabilities to select posix pathnames onJeremy Allison1-19/+48
2007-10-10r7693: Fix from James Peach @ SGI for null pointer ACL free.Jeremy Allison1-2/+6
2007-10-10r7662: Allow someone with SeTakeOwnershipPrivilege to chown the userJeremy Allison1-6/+28
2007-10-10r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter1-0/+2
2007-10-10r7620: when adding a new printer driver, we should copy the filesGerald Carter1-1/+1
2007-10-10r7618: Typo...Jeremy Allison1-1/+1
2007-10-10r7617: Fix for bug #2801 - delete veto files was broken with the newJeremy Allison2-3/+19
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter1-0/+3
2007-10-10r7550: Steal the correct error return for invalid TID on NTcreateX from Samba4Jeremy Allison1-2/+8
2007-10-10r7474: A *foul* and *disgusting* hack to ensure that, at the very lowestJeremy Allison1-1/+23
2007-10-10r7452: Set sparse flag if needed. Based on code from jpeach@sgi.com.Jeremy Allison1-5/+12
2007-10-10r7447: Sync up a little between HEAD and 3.0 in preparation for movingJeremy Allison1-5/+30
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter3-4/+4
2007-10-10r7412: Now we're not memset'ing ensure we're valgrind clean.Jeremy Allison1-0/+1
2007-10-10r7398: commiting abartlet's patch for kerberos authentication when using a ke...Gerald Carter2-6/+9
2007-10-10r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter1-20/+35
2007-10-10r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison1-1/+0
2007-10-10r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter1-0/+2
2007-10-10r7344: Correctly return if malloc fails.Volker Lendecke1-0/+1
2007-10-10r7210: Fix my own mistakes up, sorry.Jeremy Allison3-5/+5
2007-10-10r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison4-8/+8
2007-10-10r7191: Squeezing out more unnecessary memset's gets us up 20% over older code...Jeremy Allison1-28/+45
2007-10-10r7190: I *love* valgrind/cachegrind.....Jeremy Allison1-10/+9
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter3-17/+14
2007-10-10r7024: reverting mistaken commitGerald Carter1-14/+3
2007-10-10r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter1-3/+14
2007-10-10r6979: Tidyups.Jeremy Allison1-8/+2
2007-10-10r6977: Fix bug #2735 (not mangling control characters) plusJeremy Allison3-0/+15
2007-10-10r6965: Remove some dead code from util_unistr.c.Jeremy Allison1-50/+36
2007-10-10r6949: Back-port Volker's cache fix, plus my change.Jeremy Allison1-0/+38
2007-10-10r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between direc...Jeremy Allison1-6/+16
2007-10-10r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison3-16/+24
2007-10-10r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison1-3/+3
2007-10-10r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2-0/+71
2007-10-10r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTAJeremy Allison1-4/+1
2007-10-10r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...Gerald Carter1-14/+14
2007-10-10r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-onlyJeremy Allison1-6/+21
2007-10-10r6673: Fix the write cache based on some VERY good detective workJeremy Allison4-73/+87
2007-10-10r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison3-9/+115
2007-10-10r6631: More typo's. Sorry.Jeremy Allison2-3/+3
2007-10-10r6629: Fix stupid typo. Thanks Gunther.Jeremy Allison1-3/+3
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison8-43/+45
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-8/+4
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis2-0/+4
2007-10-10r6550: Move function make_dir_struct from util to dir.cJeremy Allison1-0/+34
2007-10-10r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.Jeremy Allison1-5/+11