summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-15s3: Fix an uninitialized variable readVolker Lendecke1-1/+1
2010-03-01s3: Add connections_forall_read()Volker Lendecke1-3/+2
2010-02-17s3: Fix bug 7139Volker Lendecke1-2/+32
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-4/+4
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-2/+2
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-2/+2
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-2/+2
2009-11-04Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison1-4/+2
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+1
2009-07-15Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....Jeremy Allison1-0/+1
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-26/+31
2009-06-03s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher1-4/+5
2009-06-03s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher1-6/+9
2009-06-03s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher1-14/+33
2009-04-07s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett1-8/+0
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-25/+0
2009-02-23More warning fixes for Solaris.Jeremy Allison1-2/+2
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke1-3/+4
2009-02-01Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz1-2/+2
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-13/+1
2008-12-30Move a comment to its placeVolker Lendecke1-5/+5
2008-12-12s3 sesssetup.c: Add missing line break to debug message.root1-1/+1
2008-11-28Remove two direct inbuf references from reply_sesssetup_and_X_spnego()Volker Lendecke1-2/+2
2008-11-02Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke1-10/+10
2008-11-02Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke1-3/+3
2008-11-02Simplify params of srvstr_pull_buf_talloc()Volker Lendecke1-20/+13
2008-11-01Kill some fstringsVolker Lendecke1-31/+55
2008-11-01Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke1-10/+9
2008-11-01Add a "buflen" struct member to smb_requestVolker Lendecke1-2/+1
2008-10-31Remove a pointles call to smb_bufremVolker Lendecke1-2/+1
2008-10-22s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner1-12/+17
2008-10-22s3: use shared asn1 code.Günther Deschner1-1/+1
2008-10-22Slightly simplify reply_sesssetup_blob(): Remove an else branchVolker Lendecke1-10/+11
2008-10-22Don't push the data out to the client in reply_sesssetup_blob()Volker Lendecke1-4/+0
2008-08-22Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison1-10/+13
2008-05-20Fix type error in debug messageVolker Lendecke1-1/+1
2008-05-20sesssetup.c: Add debug message.Karolin Seeger1-0/+3
2008-05-11Fix a memleak in new auth_serversupplied codeVolker Lendecke1-1/+2
2008-05-10Fix a memleakVolker Lendecke1-5/+0
2008-05-10Add a mem_ctx argument to make_server_info_guest()Volker Lendecke1-3/+3
2008-05-07Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke1-3/+1
2008-05-05Fix typoVolker Lendecke1-1/+1
2008-05-05Remove "session_key" from "struct user_struct"Volker Lendecke1-18/+13
2008-04-07Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker1-21/+28
2008-03-27Fix up the comments on security=share to explain we'reJeremy Allison1-1/+5
2008-03-20smbd: fix session setup with security = share.Michael Adam1-1/+1
2008-03-06Be more verbose why create local token has failed duringGünther Deschner1-0/+2
2008-02-17Use new structs in reply_spnego_kerberos().Günther Deschner1-6/+5