summaryrefslogtreecommitdiff
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* r16990: Fix bug #3921 spotted by jason@ncac.gwu.edu. CorrectlyJeremy Allison2007-10-101-1/+1
* r16968: The function parse_processed_dfs_path() is dependent on theJeremy Allison2007-10-101-5/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-1034-1808/+869
* r16797: Add msdfs proxy junctions in the netdfs rpc enumeration.Günther Deschner2007-10-101-0/+1
* r16789: Fix bug #3909, when using ea's getting a directory tries toJeremy Allison2007-10-102-3/+59
* r16616: Klocwork #2025. Stop null deref. I actually don'tJeremy Allison2007-10-101-1/+1
* r16591: Belt and braces approach to shut Klocwork up - bug #2001.Jeremy Allison2007-10-101-1/+1
* r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison2007-10-101-3/+19
* r16537: Fix for bug #3858, all files in a directory notJeremy Allison2007-10-101-6/+7
* r16435: Add in the uid info that Jerry needs into theJeremy Allison2007-10-102-2/+4
* r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison2007-10-106-191/+198
* r16317: Klocwork #300. Check for error return on malloc.Jeremy Allison2007-10-101-0/+4
* r16311: Check for NULL return. Klocwork #998.Jeremy Allison2007-10-101-0/+4
* r16309: Fix Klocwork #1596. Check for NULL on talloc.Jeremy Allison2007-10-101-0/+5
* r16295: Fix gcc4 "warning: dereferencing type-punned pointer will breakJeremy Allison2007-10-101-20/+20
* r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison2007-10-101-1/+1
* r16280: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison2007-10-101-2/+2
* r16277: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...Jeremy Allison2007-10-101-2/+2
* r16275: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...Jeremy Allison2007-10-101-4/+4
* r16248: Fix Coverity ID 297Volker Lendecke2007-10-101-0/+5
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-5/+6
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-0/+3
* r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.Gerald Carter2007-10-102-3/+3
* r16203: Fix potentially writing one result of strtok beyond the end of alt_path.Volker Lendecke2007-10-101-1/+2
* r16198: Fix Klocwork 1023Volker Lendecke2007-10-101-1/+0
* r16112: Added Volker's fix for extra odd byte at the endJeremy Allison2007-10-101-1/+1
* r16057: Coalesce the DMAPI configure tests into a single macro. AddJames Peach2007-10-101-6/+0
* r15960: Don't double-free (ensure we always free file_fsp inJeremy Allison2007-10-101-1/+0
* r15959: Ooops. Use the right file_free call...Jeremy Allison2007-10-101-3/+3
* r15958: Make us pass RAW-OPLOCK with kernel oplocks off.Jeremy Allison2007-10-103-15/+23
* r15951: oplock_request must be an int, not a BOOL. WeJeremy Allison2007-10-101-3/+3
* r15949: Patch for bug #3308 to stop us returning duplicateJeremy Allison2007-10-103-17/+27
* r15943: Update misleading DEBUG statements and comments that refer toJames Peach2007-10-102-5/+6
* r15936: Fix memory leak on error exit path. Trying toJeremy Allison2007-10-101-1/+26
* r15911: Make us survive rpc-authcontext committed nextVolker Lendecke2007-10-102-0/+16
* r15887: Ensure we use sys_write so we're not interrupted.Jeremy Allison2007-10-101-1/+1
* r15848: Introduce commandline options to set the remainder of the parameters inJames Peach2007-10-101-4/+5
* r15817: Remove some unused codeVolker Lendecke2007-10-101-20/+0
* r15712: BUG 3435: patch from volker to fix 'msdfs root = yes' in [homes]Gerald Carter2007-10-101-1/+4
* r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison2007-10-105-81/+89
* r15660: Without this when using smbcquotas I getVolker Lendecke2007-10-102-0/+8
* r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke2007-10-101-10/+28
* r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke2007-10-102-14/+23
* r15583: Add a comment while trying to understand this codeVolker Lendecke2007-10-101-0/+5
* r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison2007-10-103-4/+33
* r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner2007-10-101-1/+1
* r15495: current_user_info is not referenced in process.cVolker Lendecke2007-10-101-1/+0
* r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke2007-10-101-1/+4
* r15472: Remove an unused function parameterVolker Lendecke2007-10-101-1/+1
* r15467: Ensure every exit error path calls nt_status_squash.Jeremy Allison2007-10-101-27/+27