summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* do not log chdir with level 0 if reason is access deniedChristian Ambach2009-07-211-2/+2
* Revert this commit :Jeremy Allison2009-07-141-80/+0
* s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang2009-07-151-0/+80
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-6/+12
* s3:smbd: make make_connection_snum() non staticStefan Metzmacher2009-06-031-2/+1
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-18/+19
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-17/+25
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* Increase debug level of "create_connection_server_info failed" messageVolker Lendecke2009-05-041-1/+1
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-70/+3
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-1/+1
* Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison2009-03-031-0/+8
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* smbd: prevent access to root filesystem when connecting with empty service nameMichael Adam2009-01-051-0/+4
* Remove unused make_connection_with_chdir()Volker Lendecke2008-11-241-32/+0
* Remove smb_np_structVolker Lendecke2008-10-131-4/+3
* Fix a debug messageVolker Lendecke2008-06-261-1/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-6/+6
* Re-enable the evil "aio write behind" parameter.Jeremy Allison2008-05-261-0/+2
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-10/+10
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-251-0/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-10/+15
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-7/+10
* Replace nt_user_token with server_info in connection_structVolker Lendecke2008-05-101-24/+4
* find_forced_group can directly change the token in server_infoVolker Lendecke2008-05-101-72/+16
* Add an error return in find_forced_group()Volker Lendecke2008-05-101-0/+5
* Do not unnecessarily mess with the results in find_forced_group()Volker Lendecke2008-05-101-3/+0
* Replace find_forced_user by a direct call to make_serverinfo_from_usernameVolker Lendecke2008-05-101-37/+26
* Simplify make_connection_snum: Copy connection_struct info from server_infoVolker Lendecke2008-05-101-13/+11
* Add "server_info" to connection_structVolker Lendecke2008-05-101-97/+23
* Remove unused "force_group" from connection_structVolker Lendecke2008-05-101-1/+0
* "status" -> "pstatus" in make_connection_snumVolker Lendecke2008-05-101-42/+38
* Add create_connection_server_info() -- not used yetVolker Lendecke2008-05-101-0/+76
* Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snumVolker Lendecke2008-05-071-1/+1
* Use talloc_stackframe() in find_forced_groupVolker Lendecke2008-05-071-11/+5
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-4/+5
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-051-3/+3
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-051-2/+2
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-051-3/+3
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-6/+6
* Add a debug message.Michael Adam2008-03-121-0/+1
* registry shares: prevent creating regular share called "global".Michael Adam2008-03-111-0/+4
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-211-9/+1
* Add handling of [homes] and [printers] via registry shares.Michael Adam2008-01-161-39/+45
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-7/+1
* Add the capability to set "smb encrypt = required"Jeremy Allison2007-12-271-0/+2
* Cache the underlying filesystem capabilities at connection time.James Peach2007-12-221-0/+15
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-3/+8
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-4/+0