summaryrefslogtreecommitdiffstats
path: root/source3/smbd/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-2/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-7/+6
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-6/+7
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-7/+6
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+1
* s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher2009-06-031-3/+4
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-26/+43
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-201-0/+1
* s3:smbd: make negprot_spnego() non staticStefan Metzmacher2009-05-201-1/+1
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-1/+1
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-211-3/+2
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-7/+1
* Remove a direct inbuf reference in reply_negprotVolker Lendecke2008-11-021-2/+8
* Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke2008-11-021-1/+1
* Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke2008-11-011-4/+3
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-2/+3
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-1/+1
* r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke2007-10-101-5/+4
* r24309: if no protocol matches, just return choise 0xffffStefan Metzmacher2007-10-101-0/+2
* r24308: this needs a better fix that compiles...Stefan Metzmacher2007-10-101-1/+0
* r24307: fill in choise with value -1 on errorStefan Metzmacher2007-10-101-0/+1
* r24135: Convert call_trans2open to the new APIVolker Lendecke2007-10-101-0/+1
* r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8Volker Lendecke2007-10-101-13/+5
* r24006: Some more paranoia in reply_negprotVolker Lendecke2007-10-101-2/+12
* r24002: Convert reply_negprot to the new APIVolker Lendecke2007-10-101-90/+114
* r24001: Separate out the parsing of the client's requested protocolsVolker Lendecke2007-10-101-29/+66
* 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
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-10-101-1/+2
* r23167: Remove an unused parameterVolker Lendecke2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-7/+7
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-101-0/+4
* r21858: Fix typo.Günther Deschner2007-10-101-1/+1
* r21857: Stop pretending to be Vista in the %a macro towards Samba clients.Günther Deschner2007-10-101-1/+3
* r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter2007-10-101-8/+37
* r20368: Fix valgrind report of uninitialized memoryJeremy Allison2007-10-101-1/+12
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-3/+4
* r18773: Change negprot_spnego to return a blobVolker Lendecke2007-10-101-10/+12
* r18772: Now that we don't have a one-byte keylength in the extended security ...Volker Lendecke2007-10-101-4/+0
* r18771: Sequel to r18761: If we always set the keylen to 0 there's no point i...Volker Lendecke2007-10-101-6/+3
* r18761: Even if only offering NTLMSSP Windows (tested with Vista & XP) sends ...Volker Lendecke2007-10-101-5/+2
* r18760: Fix typos, remove unneeded codeVolker Lendecke2007-10-101-10/+2
* r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison2007-10-101-0/+1
* r13647: Fix for standalone Samba servers and XP clients. RevertsJeremy Allison2007-10-101-4/+15
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-6/+7