summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a valgrind error in chain_replyVolker Lendecke2009-08-131-3/+10
* Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_...Jeremy Allison2009-08-131-1/+2
* Fix bug #6564 - SetPrinter fails (panics) as non root. Missing become_root()/...Jeremy Allison2009-08-131-0/+1
* Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....Jeremy Allison2009-08-132-0/+3
* s3:smbd: cancel all locks that are made before the first failureStefan Metzmacher2009-08-131-6/+6
* Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison2009-07-021-3/+31
* s3/lanman: Workaround for KB932762.Volker Lendecke2009-06-271-0/+1
* Bug 6488: acl_group_override() call in posix acls references an uninitializedJeremy Allison2009-06-191-12/+10
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-191-0/+3
* Fix bug #6487: Missing DFS call in trans2 mkdir call.Jeremy Allison2009-06-191-0/+15
* Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison2009-06-191-0/+12
* Fix bug #6297 - owner of sticky directory cannot delete files created byJeremy Allison2009-06-171-2/+13
* Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison2009-06-022-8/+12
* Simplify the dropbox patchJeremy Allison2009-06-021-5/+10
* Re-Add the "dropbox" functionality with -wx rights on a directoryVolker Lendecke2009-06-021-3/+3
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-291-6/+13
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-261-1/+1
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-262-17/+44
* s3 sendfile: Fix two bugs in sendfileTim Prouty2009-05-261-3/+4
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-261-6/+0
* Add "file_walk_table" to do stuff with all open filesVolker Lendecke2009-05-261-0/+22
* Make us pass SHORTNAME-TEST.Jeremy Allison2009-05-261-3/+17
* Remove one use of mangle_is_8_3(), not needed.Jeremy Allison2009-05-261-4/+2
* s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch2009-05-261-1/+0
* s3: Fix strict locking with chained readsTim Prouty2009-05-261-22/+24
* s3:smbd: fix the fix for mapped IPv4 address handling in release_ip().Michael Adam2009-05-261-2/+2
* s3: make release_ip() call (ctdb) cope with IPv4 mapped addressesMichael Adam2009-05-261-1/+8
* Fix warning about unused label with no sendfile.Jeremy Allison2009-05-261-1/+2
* Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangledVolker Lendecke2009-05-261-6/+11
* s3: Fix chained sesssetupAndX/tconn messagesTim Prouty2009-05-261-0/+7
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-261-0/+4
* Expand the comment explaining why user_in_group_sid isJeremy Allison2009-05-261-1/+6
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-05-261-3/+18
* s3-samr: disable check for ACB_DISABLED in check_oem_password().Günther Deschner2009-05-261-1/+4
* s3-samr: rework check_oem_password() to take a struct samu, not to return one.Günther Deschner2009-05-261-39/+27
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-261-10/+7
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-262-6/+51
* Fix bug 6302: Give the VFS a chance to read from 0-byte filesVolker Lendecke2009-05-261-8/+9
* s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner2009-05-261-0/+2
* Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event.Jeremy Allison2009-05-261-3/+44
* Increase debug level of "create_connection_server_info failed" messageVolker Lendecke2009-05-261-1/+1
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-70/+3
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke2009-04-281-23/+7
* Fix profile acls in some corner casesSimo Sorce2009-04-281-3/+18
* Avoid duplicate acesSimo Sorce2009-04-281-7/+48
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-281-4/+4
* Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-04-281-7/+23
* Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...Jeremy Allison2009-04-281-0/+11
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-281-3/+3
* We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke2009-04-151-0/+6