summaryrefslogtreecommitdiff
path: root/source4/smb_server/management.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-2/+2
2010-04-27s4:smb_server: use tsocket_address_string() for debugging the client addressStefan Metzmacher1-8/+8
2010-04-27s4:smb_server: use tsocket_address_string() for debugging the client addressStefan Metzmacher1-8/+9
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-0/+2
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-1/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-2/+19
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher1-2/+2
2007-10-10r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher1-1/+2
2007-10-10r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher1-1/+1
2007-10-10r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher1-11/+11
2007-10-10r8577: added management calls to list current tree connectsAndrew Tridgell1-0/+33
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell1-0/+83