summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-16Add handling of [homes] and [printers] via registry shares.Michael Adam1-39/+45
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison1-7/+1
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison1-0/+2
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach1-0/+15
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-3/+8
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+2
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-4/+0
2007-11-10Fix the build when realpath doesn't take nullJeremy Allison1-1/+1
2007-11-10Remove pstring from service.c.Jeremy Allison1-71/+109
2007-11-05Make load_registry_service return the share numberVolker Lendecke1-1/+0
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-3/+4
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-2/+4
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-2/+4