summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison6-340/+423
2007-10-10r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2-64/+83
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison5-395/+811
2007-10-10r25055: Add file_id_string_tosVolker Lendecke7-29/+29
2007-10-10r25011: We don't use mangle_map any more.Jeremy Allison1-211/+0
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison10-639/+947
2007-10-10r24949: Remove some static buffersVolker Lendecke1-7/+5
2007-10-10r24813: Reformat to 80 columns.Jeremy Allison1-19/+32
2007-10-10r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison1-63/+96
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke10-21/+16
2007-10-10r24791: Fix logic error in timeout of blocking lock processing found byJeremy Allison1-22/+29
2007-10-10r24702: Remove the old API pointersVolker Lendecke8-537/+337
2007-10-10r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke1-1/+1
2007-10-10r24661: Fix some obvious diffs between 3_2 and 3_2_0Volker Lendecke1-3/+5
2007-10-10r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke3-16/+15
2007-10-10r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison1-20/+33
2007-10-10r24638: Remove redundent setting of vuid.Jeremy Allison1-3/+1
2007-10-10r24621: - deferr calling build_options();exit(0);Stefan Metzmacher1-5/+10
2007-10-10r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce1-0/+1
2007-10-10r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher1-1/+4
2007-10-10r24595: Fix Coverity ID 393Volker Lendecke1-2/+1
2007-10-10r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2-191/+271
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison2-175/+244
2007-10-10r24549: Fix unix_convert to return the already converted partVolker Lendecke1-4/+10
2007-10-10r24548: Fix the case-changing renamesVolker Lendecke2-15/+29
2007-10-10r24512: Fix RAW-NOTIFYVolker Lendecke1-2/+10
2007-10-10r24501: Added bcc test for reply_tcon & removed Vl's comment :-).Jeremy Allison1-6/+5
2007-10-10r24500: Add check that bcc is correct in an incoming packet.Jeremy Allison1-1/+10
2007-10-10r24498: More extra code into a function, reply_openerror.Jeremy Allison4-155/+96
2007-10-10r24497: Revert r24485 -- this needs more thoughtVolker Lendecke1-1/+1
2007-10-10r24485: Even in the failure case unix_convert must pass the already convertedVolker Lendecke1-1/+1
2007-10-10r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.Jeremy Allison2-8/+27
2007-10-10r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.Jeremy Allison1-0/+12
2007-10-10r24474: Map error value NT_STATUS_OBJECT_NAME_COLLISIONJeremy Allison1-34/+24
2007-10-10r24470: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison1-1/+12
2007-10-10r24468: Don't forget the +4 for length :-).Jeremy Allison1-2/+2
2007-10-10r24467: Do range checking on incoming smb request.Jeremy Allison1-0/+14
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison2-17/+0
2007-10-10r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it.Volker Lendecke1-0/+14
2007-10-10r24457: Convert reply_tcon to the new APIVolker Lendecke2-30/+26
2007-10-10r24453: Remove the read and write bmpx callsVolker Lendecke2-260/+32
2007-10-10r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...Jeremy Allison2-62/+151
2007-10-10r24444: Convert reply_find[n]close to the new APIVolker Lendecke2-15/+27
2007-10-10r24443: Convert reply_search/fclose to the new APIVolker Lendecke2-61/+99
2007-10-10r24442: Convert reply_copy to the new APIVolker Lendecke2-39/+85
2007-10-10r24441: Convert reply_ioctl to the new APIVolker Lendecke2-21/+37
2007-10-10r24440: Convert the reply_sendXX functions to the new APIVolker Lendecke2-35/+35
2007-10-10r24439: Convert reply_get/setattrE to the new APIVolker Lendecke2-27/+52
2007-10-10r24436: Convert reply_lockread/writeunlock to the new APIVolker Lendecke2-42/+80
2007-10-10r24433: Convert reply_ntrename to the new APIVolker Lendecke2-31/+52