summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-3/+3
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-printing: follow force user/group for driver IODavid Disseldorp2011-03-041-56/+71
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-40/+40
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-4/+4
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-10/+1
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-36/+74
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-6/+13
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-221-4/+5
* s3: Remove an unused variableVolker Lendecke2010-08-181-1/+0
* s3: Remove unneeded "client_address" from connection_structVolker Lendecke2010-08-181-12/+2
* s3: Remove smbd_server_fd() from make_connectionVolker Lendecke2010-08-161-2/+2
* s3: Remove smbd_server_fd() from share_sanity_checksVolker Lendecke2010-08-161-3/+4
* s3: Remove smbd_server_fd() from make_connection_snumVolker Lendecke2010-08-161-4/+11
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-2/+2
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* 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