summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-231-33/+28
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-2113-35/+59
* s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke2009-11-211-2/+4
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-215-7/+13
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-212-4/+6
* s3: Tune if-conditions in a very hot codepathVolker Lendecke2009-11-211-1/+1
* Fix logic bug where high bits tests was beingJeremy Allison2009-11-201-1/+1
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-186-104/+56
* s3: Do not talloc in readdirVolker Lendecke2009-11-185-105/+145
* Start removing SMB_STRUCT_STAT variables except forJeremy Allison2009-11-171-15/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-176-139/+188
* Don't overwrite a dynamic pointer with the address of a stackJeremy Allison2009-11-162-16/+11
* Fix bug 6891 - using windows explorer to change ownership on a folder fails w...Jeremy Allison2009-11-121-1/+11
* s3: Fix debug messages in check_reduced_nameVolker Lendecke2009-11-121-13/+24
* Fix bug 6878 - Cannot change ACL's inherit flag.Jeremy Allison2009-11-111-44/+108
* s3-chgpasswd: split out a check_password_complexity() function.Günther Deschner2009-11-101-22/+42
* Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison2009-11-061-8/+29
* Got the logic simplification worked out so we still passJeremy Allison2009-11-054-30/+45
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-053-11/+31
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-053-31/+11
* Fix explicit set of write time on close.Jeremy Allison2009-11-051-1/+5
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-055-30/+53
* s3: Fix a crash in notify_remove_onelevel when "change notify = no"Volker Lendecke2009-11-051-0/+4
* s3: Fix the talloc hierarchy in notify_remove_onelevelVolker Lendecke2009-11-051-1/+1
* Fix debug comment (brain wasn't working...).Jeremy Allison2009-11-041-2/+2
* Filter the returned DOS attributes by 0xFF for clientsJeremy Allison2009-11-041-0/+12
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-046-27/+17
* Fix debug statements to use correct function name.Jeremy Allison2009-11-031-13/+13
* requires_resume_key is a bool not int.Jeremy Allison2009-11-031-7/+2
* Fix more of the RAW-SEARCH test. Older info levels areJeremy Allison2009-11-031-2/+9
* s3: Remove debug_ctx()Volker Lendecke2009-11-034-13/+13
* Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison2009-11-021-12/+16
* Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison2009-10-291-0/+1
* Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ...Jeremy Allison2009-10-261-6/+9
* Fix bug 6828 - infinite timeout occurs when byte lock held outside of sambaJeremy Allison2009-10-201-8/+18
* Remove use of "int ret" when we already have errcode.Jeremy Allison2009-10-131-13/+8
* Catch one more erroneous use of errno.Jeremy Allison2009-10-131-1/+1
* correctly handle aio_error() and errnoOlaf Flebbe2009-10-131-29/+24
* Cope with old CIFSFS clients that use SMBunlink to removeJeremy Allison2009-10-081-2/+11
* s3: Fix shadow copy display on Windows 7Volker Lendecke2009-10-081-1/+1
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-9/+9
* Oops. Don't break the build..Jeremy Allison2009-10-071-3/+2
* Make the logic a lot clearer and fix the comment to match.Jeremy Allison2009-10-071-15/+10
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison2009-10-071-3/+1
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-062-3/+5
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-024-108/+59
* Missed one VFS_STAT -> VFS_LSTATJeremy Allison2009-10-021-1/+1
* Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison2009-10-022-19/+50
* Fix for CVE-2009-2813.Jeremy Allison2009-10-011-1/+5
* Fix for CVE-2009-2906.Jeremy Allison2009-10-011-5/+25