summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Change file_structs to be allocated with talloc instead of mallocTim Prouty2009-07-201-10/+15
* Fix Coverity CID 928. Removed check as this can never be null.Jeremy Allison2009-07-171-1/+1
* Fix Coverity CID 929. Potential NULL deref after code refactoring.Jeremy Allison2009-07-171-0/+5
* Fix coverity CID 930. Pointer check can never be null here.Jeremy Allison2009-07-171-1/+1
* Fix coverity CID 931. This check is redundent as smb_fname canJeremy Allison2009-07-171-1/+1
* Move the initialization of smbd_server_conn from smbd/process,Jeremy Allison2009-07-172-5/+5
* Fix bug #6564 - SetPrinter fails (panics) as non root.Jeremy Allison2009-07-171-0/+1
* Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....Jeremy Allison2009-07-152-0/+3
* s3:smbd: try to fix a compiler warning on i386 : left shift count >= width of...Stefan Metzmacher2009-07-151-1/+1
* s3:smbd: add support for SMB2 SetInfo File*InformationStefan Metzmacher2009-07-151-1/+128
* s3:smbd: implement SMB2 GetInfo with Fs*InformationStefan Metzmacher2009-07-151-0/+47
* s3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2 GetInfoStefan Metzmacher2009-07-151-3/+7
* s3:smbd: check quota access against sec_initial_uid() instead of 0Stefan Metzmacher2009-07-151-6/+6
* Make gencache more stableVolker Lendecke2009-07-151-0/+1
* Create a talloc_stackframe for each file in wildcard unlinkVolker Lendecke2009-07-141-0/+10
* TALLOC_FREE(sd) in check_open_rights upon an errorVolker Lendecke2009-07-141-0/+1
* Revert this commit :Jeremy Allison2009-07-145-212/+27
* s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang2009-07-155-27/+212
* s3: make d9c0d58236 better readble and reduce indentationBjörn Jacke2009-07-141-13/+13
* s3: don't make same innetgr check twiceBjörn Jacke2009-07-141-8/+11
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-3/+3
* Fix set_posix_lock check which had been reversed in the recentJeremy Allison2009-07-131-1/+1
* s3:smbd: close_file() handles named pipes just fine, no reason to return NOT_...Stefan Metzmacher2009-07-131-5/+0
* s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfoStefan Metzmacher2009-07-132-8/+17
* s3:smbd: split out smbd_do_qfsinfo() from call_trans2qfsinfo()Stefan Metzmacher2009-07-131-79/+93
* s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfoStefan Metzmacher2009-07-132-8/+17
* s3:smbd: split out smbd_do_setfilepathinfo() from call_trans2setfilepathinfo()Stefan Metzmacher2009-07-131-188/+216
* s3:smbd: start SMB2 GetInfo support for File*Information levelsStefan Metzmacher2009-07-121-1/+139
* s3:smbd: add support for marshalling SMB2 FileFullEaInformationStefan Metzmacher2009-07-121-0/+92
* s3:smbd: add support for marshalling SMB2 FileAllInformationStefan Metzmacher2009-07-121-0/+36
* s3:smbd: filter out SMB2 specific private query info levels for SMB1Stefan Metzmacher2009-07-121-0/+9
* s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2Stefan Metzmacher2009-07-122-15/+31
* s3:smbd: split calculation and mashalling of file index and access_maskStefan Metzmacher2009-07-121-13/+19
* s3:smbd: split out smbd_do_qfilepathinfo() from call_trans2qfilepathinfo()Stefan Metzmacher2009-07-121-459/+504
* s3:smbd: add missing return after reply_nterror()Stefan Metzmacher2009-07-121-0/+1
* Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison2009-07-105-84/+79
* s3 smb2: Remove unused variableTim Prouty2009-07-101-1/+0
* s3:smbd: add support for SMB2 LockStefan Metzmacher2009-07-101-1/+151
* s3:smbd: make smbd_do_locking() non staticStefan Metzmacher2009-07-102-16/+26
* s3:smbd: abstract the main locking logic from the LockingAndX parsingStefan Metzmacher2009-07-101-178/+254
* s3:smbd: pass down the client pid to smbd_smb2_lock_send()Stefan Metzmacher2009-07-101-0/+6
* s3:smbd: fix parsing of SMB2 Lock requests with lock_count > 1Stefan Metzmacher2009-07-101-10/+13
* s3:smbd: fix parsing of invalid SMB2 requests.Stefan Metzmacher2009-07-101-2/+2
* s3: Fix two arguments that broke when plumbing smb_filneame through dos_mode()Tim Prouty2009-07-091-2/+2
* s3: Repace a char * with an smb_filename struct in reply_rmdirTim Prouty2009-07-081-3/+8
* s3: Prepare open.c to switch fsp_name to an smb_filename structTim Prouty2009-07-081-11/+15
* s3 plumb smb_filename through smb_set_file_allocation_info()Tim Prouty2009-07-081-23/+12
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-082-32/+56
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-082-49/+3
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-089-339/+417