summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher1-86/+0
2012-10-19s3:smbd/connection: use smbXsrv_tcon_traverse to count connectionsGregor Beck1-18/+8
2012-10-19s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck1-20/+8
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-3/+4
2012-06-06s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam1-1/+1
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2011-12-16s3:smbd: avoid using sconn_server_id()Stefan Metzmacher1-1/+2
2011-12-13s3:smbd: add connections_snum_used()Stefan Metzmacher1-0/+12
2011-10-11s3:smbd: convert connections.c to use only dbrwap wrapper functionsMichael Adam1-3/+3
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-2/+5
2011-07-04s3-smbd: Replace client_id in smbd connection.Andreas Schneider1-1/+9
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-14s3: Fix connecting to ctdb as non-rootVolker Lendecke1-0/+7
2011-06-14s3: Fix count_current_connectionsVolker Lendecke1-2/+4
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-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-2/+2
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-18s3: Remove unneeded "client_address" from connection_structVolker Lendecke1-1/+1
2010-08-14s3: Remove a conn NULL check from claim_connectionVolker Lendecke1-4/+1
2010-07-05s3: Remove procid_self() from claim_connection()Volker Lendecke1-1/+2
2010-07-05s3: Remove NULL checks from claim_connection()Volker Lendecke1-7/+5
2010-07-04s3: Remove unused msg_flags from connections.tdbVolker Lendecke1-3/+1
2010-07-04s3: Replace register_message_flags() with serverid_register_msg_flags()Volker Lendecke1-44/+0
2010-03-01s3: Remove unused "mypid" from count_current_connections() stateVolker Lendecke1-2/+0
2010-02-28s3: Use talloc_tos() in yield_connection()Volker Lendecke1-1/+2
2010-02-28s3: Remove unused count_all_current_connections()Volker Lendecke1-9/+0
2008-10-13Remove smb_np_structVolker Lendecke1-106/+0
2008-10-11Make use of talloc_tos()Volker Lendecke1-2/+2
2008-10-11Fix some nonempty blank linesVolker Lendecke1-17/+17
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-2/+2
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-2/+2
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-0/+9
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-1/+1
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-1/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-29/+3
2007-10-10r24268: Fix two crashes for spoolssVolker Lendecke1-3/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23221: Fix a bad merge, avoid a memory leak and tdb lock problemVolker Lendecke1-0/+1
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-88/+75
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke1-18/+2
2007-10-10r23167: Remove an unused parameterVolker Lendecke1-1/+2
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-21/+8
2007-10-10r22418: Support running under launchd. We abstract the method of obtainingJames Peach1-7/+35
2007-10-10r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison1-4/+4