summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r24050: Fix a typoVolker Lendecke1-1/+3
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23736: Use local variable of smb_flag2 instead of using the macro every time.Jeremy Allison1-14/+16
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-14/+29
2007-10-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-1/+3
2007-10-10r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke1-9/+10
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-2/+2
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-10/+10
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke1-3/+3
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-2/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-11/+14
2007-10-10r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter1-0/+5
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-1/+1
2007-10-10r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison1-0/+1