summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensions.Jeremy Allison2010-05-251-0/+1
* Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.Jeremy Allison2010-03-291-1/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-181-19/+16
* Fixes issue with preexec scripts creating a share directory, and problems is ...Jeremy Allison2010-02-151-28/+35
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-091-0/+8
* s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman2010-02-041-1/+2
* streamline some log levels for invalid servicenamesChristian Ambach2009-12-061-1/+1
* Fix for CVE-2009-2813.Jeremy Allison2009-10-011-1/+5
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-18/+1
* Log debug message when hires timestamps are available on theJeremy Allison2009-08-211-0/+4
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-0/+13
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-071-2/+0
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-071-17/+16
* 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