summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison1-1/+1
2010-02-12Simplify the logic in make_connection_snum(), and make it match Windows behav...Jeremy Allison1-41/+63
2010-02-12Remove #if SOFTLINK_OPTIMIZATION code.Jeremy Allison1-17/+0
2010-02-12Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...Jeremy Allison1-16/+9
2010-02-12Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...Jeremy Allison1-9/+16
2010-02-11Remove the code replaced by widelinks warning.Jeremy Allison1-7/+0
2010-02-11Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison1-4/+5
2010-02-11Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...Jeremy Allison1-0/+12
2010-02-11Introduce lp_safe_widelinks()Simo Sorce1-3/+5
2010-02-11Fine changes to previous fix for bug #7104 - "wide links" and "unix extension...Jeremy Allison1-20/+18
2010-02-11Suplementary patch for bug #7104 - "wide links" and "unix extensions" are inc...Jeremy Allison1-27/+28
2010-02-05Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison1-0/+8
2010-01-30s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman1-1/+2
2009-12-06streamline some log levels for invalid servicenamesChristian Ambach1-1/+1
2009-10-01Fix for CVE-2009-2813.Jeremy Allison1-1/+5
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-18/+1
2009-08-21Log debug message when hires timestamps are available on theJeremy Allison1-0/+4
2009-08-21Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison1-0/+13
2009-08-07s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher1-2/+0
2009-08-07s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher1-17/+16
2009-07-21do not log chdir with level 0 if reason is access deniedChristian Ambach1-2/+2
2009-07-14Revert this commit :Jeremy Allison1-80/+0
2009-07-15s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang1-0/+80
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-6/+12
2009-06-03s3:smbd: make make_connection_snum() non staticStefan Metzmacher1-2/+1
2009-06-03s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher1-18/+19
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-17/+25
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-2/+2
2009-05-04Increase debug level of "create_connection_server_info failed" messageVolker Lendecke1-1/+1
2009-04-29s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam1-70/+3
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-1/+1
2009-03-03Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison1-0/+8
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-2/+1
2009-01-05smbd: prevent access to root filesystem when connecting with empty service nameMichael Adam1-0/+4
2008-11-24Remove unused make_connection_with_chdir()Volker Lendecke1-32/+0
2008-10-13Remove smb_np_structVolker Lendecke1-4/+3
2008-06-26Fix a debug messageVolker Lendecke1-1/+1
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-6/+6
2008-05-26Re-enable the evil "aio write behind" parameter.Jeremy Allison1-0/+2
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-10/+10
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke1-0/+1
2008-05-10Remove "user" from connection_structVolker Lendecke1-10/+15
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-7/+10
2008-05-10Replace nt_user_token with server_info in connection_structVolker Lendecke1-24/+4
2008-05-10find_forced_group can directly change the token in server_infoVolker Lendecke1-72/+16
2008-05-10Add an error return in find_forced_group()Volker Lendecke1-0/+5
2008-05-10Do not unnecessarily mess with the results in find_forced_group()Volker Lendecke1-3/+0
2008-05-10Replace find_forced_user by a direct call to make_serverinfo_from_usernameVolker Lendecke1-37/+26
2008-05-10Simplify make_connection_snum: Copy connection_struct info from server_infoVolker Lendecke1-13/+11
2008-05-10Add "server_info" to connection_structVolker Lendecke1-97/+23