More simple const fixes.
[samba.git] / source3 / smbd / smb2_sesssetup.c
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-04-04 Andrew Bartletts3-auth Rename user_session_key -> session_key to match...
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-04-04 Andrew Bartletts3-auth consolidate create_local_token() into make_serv...
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-08-30 Simo Sorces3-smbd: use make_server_info_krb5() in smb2 too.
2010-08-30 Simo Sorces3-smbd: User helper function to resolve kerberos user...
2010-08-22 Volker Lendeckes3: Pass the rhost through smb_pam_accountcheck
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-17 Volker Lendeckes3: Remove smbd_server_fd() from session_claim
2010-08-09 Jeremy AllisonFix bug #7608 - Win7 SMB2 authentication causes smbd...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-06 Günther Deschners3-krb5: include krb5pac.h where needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
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