summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04s3-smbd: Replace client_id in smbd service.Andreas Schneider1-6/+21
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+1
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-1/+1
2011-05-31s3-param split service.c into param and smbd componentsAndrew Bartlett1-226/+0
2011-04-29s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner1-0/+1
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett1-3/+3
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-04s3-printing: follow force user/group for driver IODavid Disseldorp1-56/+71
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-40/+40
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-4/+4
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison1-10/+1
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-36/+74
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-6/+13
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett1-1/+1
2010-08-22s3: Replace calls to check_access by allow_accessVolker Lendecke1-4/+5
2010-08-18s3: Remove an unused variableVolker Lendecke1-1/+0
2010-08-18s3: Remove unneeded "client_address" from connection_structVolker Lendecke1-12/+2
2010-08-16s3: Remove smbd_server_fd() from make_connectionVolker Lendecke1-2/+2
2010-08-16s3: Remove smbd_server_fd() from share_sanity_checksVolker Lendecke1-3/+4
2010-08-16s3: Remove smbd_server_fd() from make_connection_snumVolker Lendecke1-4/+11
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-2/+2
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-07-05s3: Remove smbd_messaging_context() from make_connection_snum()Volker Lendecke1-1/+1
2010-07-05s3: Remove procid_self() from make_connection_snum()Volker Lendecke1-1/+2
2010-07-04s3: Remove unused msg_flags from connections.tdbVolker Lendecke1-1/+1
2010-06-12s3: Remove smbd_server_conn from make_connection_snumVolker Lendecke1-1/+1
2010-06-12s3: Fix some nonempty linesVolker Lendecke1-8/+7
2010-05-31s3:smbd map_username() doesn't need sconn anymoreSimo Sorce1-3/+2
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-6/+6
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-05-20Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...Jeremy Allison1-0/+1
2010-03-25Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.Jeremy Allison1-1/+1
2010-03-15Remove the bool admin_user from conn struct. We no longer look at this to mak...Jeremy Allison1-1/+0
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2010-02-17Fix bug #6557 - Do not work VFS full_auditJeremy Allison1-51/+34
2010-02-13s3: Fix a C++ warningVolker Lendecke1-1/+1
2010-02-12Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison1-1/+1
2010-02-12Simplify the logic in make_connection_snum(), and make it match Windows behav...Jeremy Allison1-41/+63
2010-02-12Remove #if SOFTLINK_OPTIMIZATION code.Jeremy Allison1-17/+0
2010-02-12Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...Jeremy Allison1-16/+9
2010-02-12Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...Jeremy Allison1-9/+16
2010-02-11Remove the code replaced by widelinks warning.Jeremy Allison1-7/+0
2010-02-11Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison1-4/+5
2010-02-11Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...Jeremy Allison1-0/+12
2010-02-11Introduce lp_safe_widelinks()Simo Sorce1-3/+5