summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-071-21/+28
* Fix up the comments on security=share to explain we'reJeremy Allison2008-03-271-1/+5
* smbd: fix session setup with security = share.Michael Adam2008-03-201-1/+1
* Be more verbose why create local token has failed duringGünther Deschner2008-03-061-0/+2
* Use new structs in reply_spnego_kerberos().Günther Deschner2008-02-171-6/+5
* Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison2008-02-141-28/+81
* smbd: use make usage of wbcDomainInfo()Stefan Metzmacher2008-02-111-15/+9
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-111-2/+1
* Can't use logical operations on boolean values.Jeremy Allison2008-01-041-1/+3
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-23/+17
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-1/+1
* Remove last pstring from sesssetup.cJeremy Allison2007-11-101-19/+21
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+2
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-17/+17
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-1/+2
* r25286: Fix one more caller of unistr2_to_ascii() that passedMichael Adam2007-10-101-1/+1
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-1/+1
* r24661: Fix some obvious diffs between 3_2 and 3_2_0Volker Lendecke2007-10-101-3/+5
* r24638: Remove redundent setting of vuid.Jeremy Allison2007-10-101-3/+1
* r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2007-10-101-172/+249
* r24589: Refactor our vuid code so that we keep the sameJeremy Allison2007-10-101-43/+79
* r24135: Convert call_trans2open to the new APIVolker Lendecke2007-10-101-0/+1
* r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ...Volker Lendecke2007-10-101-185/+248
* r24050: Fix a typoVolker Lendecke2007-10-101-1/+3
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23736: Use local variable of smb_flag2 instead of using the macro every time.Jeremy Allison2007-10-101-14/+16
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-14/+29
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-1/+3
* r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke2007-10-101-9/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-2/+2
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-10/+10
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-101-3/+3
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-2/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-11/+14
* r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter2007-10-101-0/+5
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-1/+1
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-10-101-0/+1
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-101-42/+193
* r21483: Fix use of uninitialized variable.Jeremy Allison2007-10-101-3/+6
* r21478: Add 65k length limit for split SPNEGO blobs.Jeremy Allison2007-10-101-9/+19
* r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...Volker Lendecke2007-10-101-0/+4
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-10-101-10/+216
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-10-101-0/+1
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-6/+6
* r19986: ooopsSimo Sorce2007-10-101-2/+0
* r19984: Must have been drunk yesterday.Simo Sorce2007-10-101-7/+4