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