index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-19
s3:smbd: remove unused claim_connection/yield_connection
Stefan Metzmacher
1
-86
/
+0
2012-10-19
s3:smbd/connection: use smbXsrv_tcon_traverse to count connections
Gregor Beck
1
-18
/
+8
2012-10-19
s3:count_current_connections: do not clear orphaned entries from connections.tdb
Gregor Beck
1
-20
/
+8
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-3
/
+4
2012-06-06
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
1
-1
/
+1
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
1
-0
/
+1
2011-12-16
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
1
-1
/
+2
2011-12-13
s3:smbd: add connections_snum_used()
Stefan Metzmacher
1
-0
/
+12
2011-10-11
s3:smbd: convert connections.c to use only dbrwap wrapper functions
Michael Adam
1
-3
/
+3
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-2
/
+5
2011-07-04
s3-smbd: Replace client_id in smbd connection.
Andreas Schneider
1
-1
/
+9
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
1
-1
/
+1
2011-06-14
s3: Fix connecting to ctdb as non-root
Volker Lendecke
1
-0
/
+7
2011-06-14
s3: Fix count_current_connections
Volker Lendecke
1
-2
/
+4
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-2
/
+2
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-08-18
s3: Remove unneeded "client_address" from connection_struct
Volker Lendecke
1
-1
/
+1
2010-08-14
s3: Remove a conn NULL check from claim_connection
Volker Lendecke
1
-4
/
+1
2010-07-05
s3: Remove procid_self() from claim_connection()
Volker Lendecke
1
-1
/
+2
2010-07-05
s3: Remove NULL checks from claim_connection()
Volker Lendecke
1
-7
/
+5
2010-07-04
s3: Remove unused msg_flags from connections.tdb
Volker Lendecke
1
-3
/
+1
2010-07-04
s3: Replace register_message_flags() with serverid_register_msg_flags()
Volker Lendecke
1
-44
/
+0
2010-03-01
s3: Remove unused "mypid" from count_current_connections() state
Volker Lendecke
1
-2
/
+0
2010-02-28
s3: Use talloc_tos() in yield_connection()
Volker Lendecke
1
-1
/
+2
2010-02-28
s3: Remove unused count_all_current_connections()
Volker Lendecke
1
-9
/
+0
2008-10-13
Remove smb_np_struct
Volker Lendecke
1
-106
/
+0
2008-10-11
Make use of talloc_tos()
Volker Lendecke
1
-2
/
+2
2008-10-11
Fix some nonempty blank lines
Volker Lendecke
1
-17
/
+17
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-2
/
+2
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
1
-2
/
+2
2008-01-16
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
1
-0
/
+9
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
1
-1
/
+1
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
1
-1
/
+2
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
1
-1
/
+1
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
1
-1
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-9
/
+9
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-29
/
+3
2007-10-10
r24268: Fix two crashes for spoolss
Volker Lendecke
1
-3
/
+4
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23221: Fix a bad merge, avoid a memory leak and tdb lock problem
Volker Lendecke
1
-0
/
+1
2007-10-10
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
1
-88
/
+75
2007-10-10
r23168: Move the lp_max_connections() into service.c.
Volker Lendecke
1
-18
/
+2
2007-10-10
r23167: Remove an unused parameter
Volker Lendecke
1
-1
/
+2
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-21
/
+8
2007-10-10
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
1
-7
/
+35
2007-10-10
r22266: Fix bug #4512 - we were returning a volume label greater than
Jeremy Allison
1
-4
/
+4
[next]