summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove some unused includesVolker Lendecke2019-04-111-1/+0
* s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2012-10-191-86/+0
* s3:smbd/connection: use smbXsrv_tcon_traverse to count connectionsGregor Beck2012-10-191-18/+8
* s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck2012-10-191-20/+8
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-3/+4
* s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2012-06-061-1/+1
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-0/+1
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* s3:smbd: add connections_snum_used()Stefan Metzmacher2011-12-131-0/+12
* s3:smbd: convert connections.c to use only dbrwap wrapper functionsMichael Adam2011-10-111-3/+3
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-2/+5
* s3-smbd: Replace client_id in smbd connection.Andreas Schneider2011-07-041-1/+9
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3: Fix connecting to ctdb as non-rootVolker Lendecke2011-06-141-0/+7
* s3: Fix count_current_connectionsVolker Lendecke2011-06-141-2/+4
* 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-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-2/+2
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3: Remove unneeded "client_address" from connection_structVolker Lendecke2010-08-181-1/+1
* s3: Remove a conn NULL check from claim_connectionVolker Lendecke2010-08-141-4/+1
* s3: Remove procid_self() from claim_connection()Volker Lendecke2010-07-051-1/+2
* s3: Remove NULL checks from claim_connection()Volker Lendecke2010-07-051-7/+5
* s3: Remove unused msg_flags from connections.tdbVolker Lendecke2010-07-041-3/+1
* s3: Replace register_message_flags() with serverid_register_msg_flags()Volker Lendecke2010-07-041-44/+0
* s3: Remove unused "mypid" from count_current_connections() stateVolker Lendecke2010-03-011-2/+0
* s3: Use talloc_tos() in yield_connection()Volker Lendecke2010-02-281-1/+2
* s3: Remove unused count_all_current_connections()Volker Lendecke2010-02-281-9/+0
* Remove smb_np_structVolker Lendecke2008-10-131-106/+0
* Make use of talloc_tos()Volker Lendecke2008-10-111-2/+2
* Fix some nonempty blank linesVolker Lendecke2008-10-111-17/+17
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-2/+2
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-2/+2
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-0/+9
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-29/+3
* r24268: Fix two crashes for spoolssVolker Lendecke2007-10-101-3/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23221: Fix a bad merge, avoid a memory leak and tdb lock problemVolker Lendecke2007-10-101-0/+1
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-88/+75
* r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-10-101-18/+2
* r23167: Remove an unused parameterVolker Lendecke2007-10-101-1/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-21/+8
* r22418: Support running under launchd. We abstract the method of obtainingJames Peach2007-10-101-7/+35