summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-14Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison1-28/+81
2008-02-11smbd: use make usage of wbcDomainInfo()Stefan Metzmacher1-15/+9
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-2/+1
2008-01-04Can't use logical operations on boolean values.Jeremy Allison1-1/+3
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison1-23/+17
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-1/+1
2007-11-10Remove last pstring from sesssetup.cJeremy Allison1-19/+21
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-2/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-17/+17
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison1-1/+2
2007-10-10r25286: Fix one more caller of unistr2_to_ascii() that passedMichael Adam1-1/+1
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-1/+1
2007-10-10r24661: Fix some obvious diffs between 3_2 and 3_2_0Volker Lendecke1-3/+5
2007-10-10r24638: Remove redundent setting of vuid.Jeremy Allison1-3/+1
2007-10-10r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison1-172/+249
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison1-43/+79
2007-10-10r24135: Convert call_trans2open to the new APIVolker Lendecke1-0/+1
2007-10-10r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ...Volker Lendecke1-185/+248