summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* r24661: Fix some obvious diffs between 3_2 and 3_2_0Volker Lendecke2007-10-101-3/+5
* r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke2007-10-103-16/+15
* r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison2007-10-101-20/+33
* r24638: Remove redundent setting of vuid.Jeremy Allison2007-10-101-3/+1
* r24621: - deferr calling build_options();exit(0);Stefan Metzmacher2007-10-101-5/+10
* r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce2007-10-101-0/+1
* r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher2007-10-101-1/+4
* r24595: Fix Coverity ID 393Volker Lendecke2007-10-101-2/+1
* r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2007-10-102-191/+271
* r24589: Refactor our vuid code so that we keep the sameJeremy Allison2007-10-102-175/+244
* r24549: Fix unix_convert to return the already converted partVolker Lendecke2007-10-101-4/+10
* r24548: Fix the case-changing renamesVolker Lendecke2007-10-102-15/+29
* r24512: Fix RAW-NOTIFYVolker Lendecke2007-10-101-2/+10
* r24501: Added bcc test for reply_tcon & removed Vl's comment :-).Jeremy Allison2007-10-101-6/+5
* r24500: Add check that bcc is correct in an incoming packet.Jeremy Allison2007-10-101-1/+10
* r24498: More extra code into a function, reply_openerror.Jeremy Allison2007-10-104-155/+96
* r24497: Revert r24485 -- this needs more thoughtVolker Lendecke2007-10-101-1/+1
* r24485: Even in the failure case unix_convert must pass the already convertedVolker Lendecke2007-10-101-1/+1
* r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.Jeremy Allison2007-10-102-8/+27
* r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.Jeremy Allison2007-10-101-0/+12
* r24474: Map error value NT_STATUS_OBJECT_NAME_COLLISIONJeremy Allison2007-10-101-34/+24
* r24470: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison2007-10-101-1/+12
* r24468: Don't forget the +4 for length :-).Jeremy Allison2007-10-101-2/+2
* r24467: Do range checking on incoming smb request.Jeremy Allison2007-10-101-0/+14
* r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison2007-10-102-17/+0
* r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it.Volker Lendecke2007-10-101-0/+14
* r24457: Convert reply_tcon to the new APIVolker Lendecke2007-10-102-30/+26
* r24453: Remove the read and write bmpx callsVolker Lendecke2007-10-102-260/+32
* r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write...Jeremy Allison2007-10-102-62/+151
* r24444: Convert reply_find[n]close to the new APIVolker Lendecke2007-10-102-15/+27
* r24443: Convert reply_search/fclose to the new APIVolker Lendecke2007-10-102-61/+99
* r24442: Convert reply_copy to the new APIVolker Lendecke2007-10-102-39/+85
* r24441: Convert reply_ioctl to the new APIVolker Lendecke2007-10-102-21/+37
* r24440: Convert the reply_sendXX functions to the new APIVolker Lendecke2007-10-102-35/+35
* r24439: Convert reply_get/setattrE to the new APIVolker Lendecke2007-10-102-27/+52
* r24436: Convert reply_lockread/writeunlock to the new APIVolker Lendecke2007-10-102-42/+80
* r24433: Convert reply_ntrename to the new APIVolker Lendecke2007-10-102-31/+52
* r24431: Convert the reply_printXX calls to the new APIVolker Lendecke2007-10-102-51/+111
* r24430: Convert reply_writeclose to the new APIVolker Lendecke2007-10-102-19/+37
* r24429: reply_setdir is not used...Volker Lendecke2007-10-101-53/+0
* r24428: Convert reply_unlock to the new APIVolker Lendecke2007-10-102-12/+25
* r24427: Convert reply_lock to the new APIVolker Lendecke2007-10-102-11/+23
* r24426: Convert reply_read to the new APIVolker Lendecke2007-10-102-20/+41
* r24425: Convert reply_write to the new APIVolker Lendecke2007-10-103-36/+56
* r24423: Convert reply_lseek to the new APIVolker Lendecke2007-10-102-13/+26
* r24422: Convert reply_ctemp to the new APIVolker Lendecke2007-10-102-34/+53
* r24417: Convert reply_setatr to the new APIVolker Lendecke2007-10-102-20/+35
* r24415: Convert reply_getatr to the new APIVolker Lendecke2007-10-102-21/+31
* r24414: Convert reply_mv to the new APIVolker Lendecke2007-10-102-27/+46
* r24412: Convert reply_open to the new APIVolker Lendecke2007-10-102-38/+51