summaryrefslogtreecommitdiff
path: root/source4/smb_server/session.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-09s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher1-6/+3
2011-11-08s4-smb_server No longer follow the security=share smb.conf directiveAndrew Bartlett1-3/+0
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-1/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell1-1/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell1-2/+1
2007-10-10r15715: add my copyrightStefan Metzmacher1-1/+2
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-1/+3
2007-10-10r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher1-65/+90
2007-10-10r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher1-3/+4
2007-10-10r11759: fix up the SEC_SHARE handling, when we want to support that laterStefan Metzmacher1-4/+2
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell1-3/+8
2007-10-10r7676: Make VUID and TID choice random, as this gives us protection againstAndrew Bartlett1-1/+1
2007-10-10r6312: Metze reminds me this header is no longer required.Andrew Bartlett1-1/+0
2007-10-10r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett1-0/+139
2007-10-10r6309: Remove this file it is empty and unreferenced. (In preperation forAndrew Bartlett1-29/+0
2007-10-10r3256: get rid of the unused session_claim() and session_yield() callsAndrew Tridgell1-13/+0
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-2/+2
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-1/+1
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-1/+1
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+42