summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-10Remove unused "force_group" from connection_structVolker Lendecke1-1/+0
2008-05-10"status" -> "pstatus" in make_connection_snumVolker Lendecke1-42/+38
2008-05-10Add create_connection_server_info() -- not used yetVolker Lendecke1-0/+76
2008-05-07Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snumVolker Lendecke1-1/+1
2008-05-07Use talloc_stackframe() in find_forced_groupVolker Lendecke1-11/+5
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-4/+5
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke1-3/+3
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke1-2/+2
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke1-3/+3
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-6/+6
2008-03-12Add a debug message.Michael Adam1-0/+1
2008-03-11registry shares: prevent creating regular share called "global".Michael Adam1-0/+4
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke1-9/+1