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