summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...Jeremy Allison2011-10-261-2/+1
* Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison2011-10-262-2/+11
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-262-11/+41
* Use existing ISDOT and ISDOTDOT macros.Jeremy Allison2011-10-261-2/+1
* Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...Jeremy Allison2011-10-081-6/+6
* Second part of fix for bug #8443 - Default user entry is set to minimal permi...Jeremy Allison2011-10-081-8/+11
* First part of fix for bug #8443 - Default user entry is set to minimal permis...Jeremy Allison2011-10-081-58/+2
* Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-10-081-7/+6
* Part 2 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-10-081-0/+38
* Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-10-081-72/+0
* Fix bug #8458 - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison2011-10-081-0/+25
* Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" setJeremy Allison2011-10-031-11/+2
* s3: Fix bug 8360Volker Lendecke2011-08-181-7/+16
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-08-181-141/+0
* s3: Make is_executable() available in lib/Volker Lendecke2011-08-181-17/+0
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-08-183-8/+11
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-272-2/+16
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-06-271-1/+2
* s3: Fix bug 8238 -- KB2536276 prevents access to sharesVolker Lendecke2011-06-211-0/+1
* Part 5 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-3/+2
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-17/+25
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-3/+6
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-0/+3
* Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...Jeremy Allison2011-05-291-3/+25
* s3-printing: remove pcap_cache_loaded assertsDavid Disseldorp2011-05-231-2/+0
* Revert "Revert "s3-printing: update parent smbd pcap cache""David Disseldorp2011-05-232-2/+18
* Revert "Revert "s3-printing: reload shares after pcap cache fill""David Disseldorp2011-05-231-6/+6
* Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison2011-05-061-12/+49
* s3: Fix bug 8042: File creation on OS/XVolker Lendecke2011-04-071-0/+3
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-073-5/+6
* s3: Fix Bug 8047 -- Fix mdns registration if "interfaces=" is usedMarc A. Dahlhaus2011-04-041-0/+7
* Fix bug #7996 - sgid bit lost on folder rename.Jeremy Allison2011-04-012-1/+23
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-251-1/+0
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-03-011-6/+16
* s3:smbd: let smbd_server_connection_loop_once() check for select errorsStefan Metzmacher2011-02-051-0/+4
* Revert "s3-printing: update parent smbd pcap cache"Karolin Seeger2011-01-152-18/+2
* Revert "s3-printing: reload shares after pcap cache fill"Karolin Seeger2011-01-151-6/+6
* s3: Fix bug 7917: Yet another bug in chain_replyVolker Lendecke2011-01-151-2/+2
* s3-printing: update parent smbd pcap cacheDavid Disseldorp2011-01-152-2/+18
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-151-6/+6
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-313-45/+10
* Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison2010-12-051-2/+32
* Add SeSecurityPrivilige.Jeremy Allison2010-11-242-21/+19
* Add make_default_filesystem_acl() function to be used in following change to ...Jeremy Allison2010-11-241-0/+110
* Fix handling of "NULL" DACL. Map to u/g/w - rwx.Jeremy Allison2010-11-241-23/+33
* Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the...Jeremy Allison2010-11-241-0/+8
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-11-241-1/+1
* Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...Jeremy Allison2010-11-241-0/+9
* Canonicalize incoming and outgoing ACLs.Jeremy Allison2010-11-241-4/+59