summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-151-0/+1
* Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...Jeremy Allison2009-04-151-18/+23
* s3 oplocks: Add back procid_str to debug messageTim Prouty2009-04-151-2/+3
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-151-8/+0
* s3 onefs: Simplify level 2 oplock self-contentionTim Prouty2009-04-151-74/+5
* s3 oplocks: Refactor level II oplock contentionTim Prouty2009-04-151-63/+59
* Fix smbd crash for close_on_completionVolker Lendecke2009-04-151-0/+4
* Use cluster-aware procid_is_me instead of comparing pid'sVolker Lendecke2009-04-151-2/+2
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-151-11/+13
* Ensure files starting with multiple dots are hiddenJeremy Allison2009-04-151-4/+8
* s3: ifdef sendfile code that's only used in other ifdef'ed sendfile codeBjörn Jacke2009-04-151-0/+2
* s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...Stefan Metzmacher2009-04-151-1/+1