summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Remove smbd_messaging_context() from make_connection_snum()Volker Lendecke2010-07-051-1/+1
* s3: Remove procid_self() from make_connection_snum()Volker Lendecke2010-07-051-1/+2
* s3: Remove unused msg_flags from connections.tdbVolker Lendecke2010-07-041-1/+1
* s3: Remove smbd_server_conn from make_connection_snumVolker Lendecke2010-06-121-1/+1
* s3: Fix some nonempty linesVolker Lendecke2010-06-121-8/+7
* s3:smbd map_username() doesn't need sconn anymoreSimo Sorce2010-05-311-3/+2
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-6/+6
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...Jeremy Allison2010-05-201-0/+1
* Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.Jeremy Allison2010-03-251-1/+1
* 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