s3-build: avoid to globally include printing and spoolss headers.
[vlendec/samba-autobuild/.git] / source3 / smbd / smb2_sesssetup.c
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Simo Sorces3-auth: Refactor and rename auth_ntlmssp_server_info()
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Jeremy AllisonMake the "map to guest" parameter work correctly with...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-07-05 Volker Lendeckes3: Remove procid_self() from session_claim()
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
2010-06-07 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-06-03 Jeremy AllisonAllow us to cope correctly with NT_STATUS_MORE_PROCESSI...
2010-06-03 Jeremy AllisonFound by Guenther - fix up our fallback paths from...
2010-05-31 Simo Sorces3:smbd map_username() doesn't need sconn anymore
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:auth Make AUTH_NTLMSSP_STATE a private structure.
2010-05-27 Simo Sorces3:auth Free sampass as soon as we have server_info
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-21 Jeremy AllisonMake krb5 over SMB2 identical to the way we handle...
2010-05-20 Kai Blins3 smb2: Fix the build without kerberos
2010-05-18 Jeremy AllisonPlumb in krb5 to the SMB2 sessionsetup code. First...
2010-05-17 Jeremy AllisonRefactor the sessionsetup SMB2 code to make it easy...
2010-05-10 Jeremy AllisonSMB2 always have level2 oplock capability. Correct...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-07 Jeremy AllisonOn compound requests, MS-SMB2 says clients MAY use...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-12 Stefan Metzmachers3:smbd: correctly invalidate vuids when SMB2 is used
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-04 Jeremy AllisonAdd NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
2009-06-03 Stefan Metzmachers3:smbd: create a connection_struct in SMB2 Tree Connect
2009-06-03 Stefan Metzmachers3:smbd: create a user_struct for compat in SMB2 Sessio...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Stefan Metzmachers3:smbd: add support for SMB2 signing
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Connect
2009-05-22 Stefan Metzmachers3:smbd: SMB2 session ids are 64bit...
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Logoff
2009-05-20 Stefan Metzmachers3:smbd: check the incoming session id for SMB2 requests
2009-05-20 Stefan Metzmachers3:smbd: implement SMB2 Session Setup with raw NTLMSSP