summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* r17294: Make the code a little cleaner. Instead of using the twoJeremy Allison2007-10-101-12/+12
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-104-18/+0
* r17254: Simple flattening of an if-statement, no logic change.Volker Lendecke2007-10-101-21/+27
* r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNCJeremy Allison2007-10-101-3/+0
* r17248: Ensure we definately add the WRITE_DATA on O_TRUNC.Jeremy Allison2007-10-101-3/+4
* r17247: When we map generic to specific we need to rememberJeremy Allison2007-10-101-2/+5
* r17229: Indent-style reformatting -- getting used to the code again :-)Volker Lendecke2007-10-101-51/+53
* r17228: Modest reformattingVolker Lendecke2007-10-101-17/+24
* r17220: If we're going to fail a write with an errno, makeJeremy Allison2007-10-102-1/+5
* r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough2007-10-101-11/+3
* r17152: Don't handle the delete pending here, awaitJeremy Allison2007-10-101-7/+0
* r17142: Ensure we record the correct can_read/can_writeJeremy Allison2007-10-101-4/+6
* r17140: Get rid of the lock release/reacquire code ! Turns outJeremy Allison2007-10-101-85/+73
* r17134: Fix a debug messageVolker Lendecke2007-10-101-1/+1
* r17131: Optimisation - when doing a stat open don't open theJeremy Allison2007-10-101-1/+1
* r17130: Remove unneeded unlock call.Jeremy Allison2007-10-101-3/+0
* r17128: Missed a logic error in my last patch. Ensure we deal with anyJeremy Allison2007-10-101-5/+42
* r17125: Drastic problems require drastic solutions. There'sJeremy Allison2007-10-102-109/+228
* r17108: Make the default timeout parameter for lock waitingJeremy Allison2007-10-101-3/+3
* r17107: Make the 200 ms timeout value tunable in local.h...Jeremy Allison2007-10-101-3/+3
* r17106: Match Windows timing values on locks.Jeremy Allison2007-10-101-0/+5
* r17105: Fix the race Volker found - we had a non-lockedJeremy Allison2007-10-104-298/+142
* r17100: Ooops. Fix the build...Jeremy Allison2007-10-101-2/+7
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-104-90/+243
* r17096: Simplify share_access_check a bit: It takes the sharename instead of ...Volker Lendecke2007-10-102-4/+14
* 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