summaryrefslogtreecommitdiff
path: root/source3/smbd/conn.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-0/+15
* s3:smbd: modernize conn_new()Ralph Boehme2019-08-161-7/+27
* Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ...Ralph Boehme2019-01-111-7/+0
* Revert "smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_c...Ralph Boehme2019-01-111-1/+1
* Revert "s3: vfs: add user_vfs_evg to connection_struct"Ralph Boehme2019-01-111-5/+3
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-251-3/+5
* smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create() ...Stefan Metzmacher2018-07-121-1/+1
* smbd: add an effective connection_struct->user_ev_ctx that holds the event co...Stefan Metzmacher2018-06-181-0/+7
* Add uint32_t share_access to vuid_cache_entry.Jeremy Allison2013-01-091-0/+1
* Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison2013-01-091-1/+2
* source3/smbd/conn.c: wean off string_set/string_freeRusty Russell2012-08-071-7/+3
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-118/+0
* s3:include: change connection_struct->cnum to uint32_tMichael Adam2012-06-061-1/+1
* s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap indexMichael Adam2012-06-061-4/+10
* s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuidStefan Metzmacher2012-06-061-2/+2
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-061-84/+30
* s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used()Michael Adam2012-02-011-1/+1
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-0/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-smbd Split conn.c into 3 filesAndrew Bartlett2011-05-311-187/+35
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-311-3/+2
* s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner2011-04-291-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* Add deadtime detection for SMB2. Correctly update lastused timestamp across a...Jeremy Allison2010-10-191-17/+75
* Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...Jeremy Allison2010-10-191-32/+105
* Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.Jeremy Allison2010-10-191-20/+27
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-191-5/+4
* s3: Remove smbd_server_conn from msg_force_tdisVolker Lendecke2010-10-031-1/+7
* s3: Fix a segfault in the printer code using create_conn_structVolker Lendecke2010-08-301-1/+7
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-3/+3
* s3:smbd add utility function to check if there are open pipesSimo Sorce2010-06-071-8/+3
* When tearing down the connection make sure we close all files beforeJeremy Allison2010-05-071-0/+7
* s3: Use bitmap_talloc for smb1 server tconsVolker Lendecke2010-03-281-3/+3
* Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).Jeremy Allison2010-02-241-8/+19
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-071-2/+0
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-071-2/+2
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-071-8/+15
* s3:smbd: add a lazy mode for conn_new() and conn_free() for SMB2Stefan Metzmacher2009-06-031-0/+15
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-33/+39
* Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-191-1/+1
* Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison2009-03-031-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-6/+1
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-1/+1
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-131-2/+5
* Move connection-specific vuid cache clear to uid.cVolker Lendecke2008-06-141-15/+2
* Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-191-22/+0
* Ensure we don't keep searching for sharename if it'sJeremy Allison2008-05-141-3/+3
* Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison2008-05-131-2/+23
* Remove "user" from connection_structVolker Lendecke2008-05-101-2/+0