summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix for CVE-2009-2906.samba-3.0.37v3-0-stableJeremy Allison2009-09-301-4/+16
* Fix for CVE-2009-2813.Karolin Seeger2009-09-281-1/+10
* Workaround for KB932762Volker Lendecke2009-07-301-1/+3
* Fix bug in processing of open modes in POSIX open.Jeremy Allison2009-07-301-0/+2
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-07-301-2/+9
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-07-301-4/+8
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-07-301-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-07-301-124/+140
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-07-301-27/+0
* Fix bug #6488.Jeremy Allison2009-06-221-0/+2
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-141-2/+2
* Backport of the clean event context after fork andBo Yang2009-01-121-11/+9
* Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison2009-01-121-6/+4
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2009-01-122-3/+53
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2009-01-121-0/+8
* Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...Yasuma Takeda2009-01-121-6/+6
* Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"Dina Fine2009-01-121-0/+3
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2009-01-121-0/+4
* Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF testVolker Lendecke2009-01-121-0/+2
* Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison2009-01-121-2/+4
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2009-01-121-1/+1
* Ensure we emit the notify message before renaming the open files.Jeremy Allison2009-01-121-2/+2
* Fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file di...Jeremy Allison2009-01-121-4/+6
* Here's the fix for bug #5750. Note this bug does *NOT* affectJeremy Allison2009-01-121-4/+6
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2009-01-121-3/+10
* become root for AIO operationsAndrew Tridgell2009-01-121-0/+6
* EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2009-01-121-2/+3
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-183-10/+10
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-8/+10
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-12/+20
* Security: Patche for CVE-2008-1105.Gerald W. Carter2008-05-281-1/+2
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-281-43/+1
* Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-192-36/+13
* Fix two "this will never be null" warnings.Jeremy Allison2008-05-141-2/+2
* Ensure we don't keep searching for sharename if it'sJeremy Allison2008-05-141-3/+3
* Combination patch back port of :Jeremy Allison2008-05-132-10/+62
* fix alignment bug hitting Solaris with "reset in zero vc" activatedBjörn Jacke2008-04-211-5/+8
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-073-76/+130
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-27/+0
* Work around a handle leak in XP 64 bitVolker Lendecke2008-03-081-0/+1
* Fix inotify detectionVolker Lendecke2008-02-251-1/+7
* Ensure we call nt_status_squash() on returns. Smnall whitespace cleanup.Jeremy Allison2008-02-141-8/+8
* Ensure we call auth_ntlmssp_end in invalidate_vuid and invalidate_partical_vuid.Jeremy Allison2008-02-141-2/+10
* Fix obscure bug where if client sends us the krb5 partJeremy Allison2008-02-131-0/+9
* Fix two memleaksVolker Lendecke2008-02-031-0/+2
* Port SMB_FS_OBJECTID_INFORMATION from 3.2Volker Lendecke2008-01-261-0/+47
* Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
* Back port : Correctly set flags in ACE's inherited from parent.Jeremy Allison2008-01-241-3/+37