summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the bool admin_user from conn struct. We no longer look at this to mak...Jeremy Allison2010-03-151-1/+0
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-171-51/+34
* s3: Fix a C++ warningVolker Lendecke2010-02-131-1/+1
* Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison2010-02-121-1/+1
* Simplify the logic in make_connection_snum(), and make it match Windows behav...Jeremy Allison2010-02-121-41/+63
* Remove #if SOFTLINK_OPTIMIZATION code.Jeremy Allison2010-02-121-17/+0
* Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...Jeremy Allison2010-02-121-16/+9
* Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...Jeremy Allison2010-02-121-9/+16
* Remove the code replaced by widelinks warning.Jeremy Allison2010-02-111-7/+0
* Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison2010-02-111-4/+5
* Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...Jeremy Allison2010-02-111-0/+12
* Introduce lp_safe_widelinks()Simo Sorce2010-02-111-3/+5
* Fine changes to previous fix for bug #7104 - "wide links" and "unix extension...Jeremy Allison2010-02-111-20/+18
* Suplementary patch for bug #7104 - "wide links" and "unix extensions" are inc...Jeremy Allison2010-02-111-27/+28
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-051-0/+8
* s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman2010-01-301-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