summaryrefslogtreecommitdiffstats
path: root/source/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-241-0/+8
* Fix for CVE-2009-2813.Jeremy Allison2009-09-281-1/+5
* 3.3: Increase debug level of "create_connection_server_info failed" messageVolker Lendecke2009-06-101-1/+1
* s3:mark registry shares without path unavailable in the server, tooMichael Adam2009-06-101-0/+4
* Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison2009-03-061-0/+8
* smbd: prevent access to root filesystem when connecting with empty service nameMichael Adam2009-01-051-0/+4
* 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
* Fix the build when realpath doesn't take nullJeremy Allison2007-11-101-1/+1
* Remove pstring from service.c.Jeremy Allison2007-11-101-71/+109
* Make load_registry_service return the share numberVolker Lendecke2007-11-051-1/+0
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-3/+4
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-2/+4
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-2/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-12/+6
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-9/+13
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1