summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* add my copyright after the VFS rewriteVolker Lendecke2009-07-241-0/+1
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-32/+838
* In chain_reply, copy the subrequests' error to the main requestVolker Lendecke2009-07-241-0/+15
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-2410-20/+20
* Fix some nonempty blank linesVolker Lendecke2009-07-241-4/+4
* s3: Change unix_convert to use an smb_filename struct internallyTim Prouty2009-07-222-138/+168
* s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()Tim Prouty2009-07-222-9/+30
* s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty2009-07-224-26/+37
* s3: plumb smb_filename through some of the trans2 posix_* functionsTim Prouty2009-07-211-60/+38
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-214-119/+63
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-215-50/+23
* s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twiceTim Prouty2009-07-211-50/+75
* s3: Remove unnecessary fname argument from callers of filename_convertTim Prouty2009-07-211-9/+14
* s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty2009-07-213-19/+20
* do not log chdir with level 0 if reason is access deniedChristian Ambach2009-07-211-2/+2
* s3: Add some asserts to the filename util functionsTim Prouty2009-07-201-0/+12
* s3: Plumb smb_filename through open_fake_fileTim Prouty2009-07-202-18/+24
* s3: Separate out a new file: filename_utils.cTim Prouty2009-07-204-228/+249
* s3: Move is_ntfs_stream*() to filename.cTim Prouty2009-07-202-24/+24
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-2027-559/+539
* s3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx()Tim Prouty2009-07-201-16/+16
* 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