summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-7/+1
2008-11-02Remove a direct inbuf reference in reply_negprotVolker Lendecke1-2/+8
2008-11-02Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke1-1/+1
2008-11-01Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke1-4/+3
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-2/+3
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-1/+1
2007-10-10r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke1-5/+4
2007-10-10r24309: if no protocol matches, just return choise 0xffffStefan Metzmacher1-0/+2
2007-10-10r24308: this needs a better fix that compiles...Stefan Metzmacher1-1/+0
2007-10-10r24307: fill in choise with value -1 on errorStefan Metzmacher1-0/+1
2007-10-10r24135: Convert call_trans2open to the new APIVolker Lendecke1-0/+1
2007-10-10r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8Volker Lendecke1-13/+5
2007-10-10r24006: Some more paranoia in reply_negprotVolker Lendecke1-2/+12
2007-10-10r24002: Convert reply_negprot to the new APIVolker Lendecke1-90/+114
2007-10-10r24001: Separate out the parsing of the client's requested protocolsVolker Lendecke1-29/+66
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-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke1-1/+2
2007-10-10r23167: Remove an unused parameterVolker Lendecke1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-7/+7
2007-10-10r21969: Start working on the gss-side of the server negotiation.Jeremy Allison1-0/+4
2007-10-10r21858: Fix typo.Günther Deschner1-1/+1
2007-10-10r21857: Stop pretending to be Vista in the %a macro towards Samba clients.Günther Deschner1-1/+3
2007-10-10r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter1-8/+37
2007-10-10r20368: Fix valgrind report of uninitialized memoryJeremy Allison1-1/+12
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-3/+4
2007-10-10r18773: Change negprot_spnego to return a blobVolker Lendecke1-10/+12
2007-10-10r18772: Now that we don't have a one-byte keylength in the extended security ...Volker Lendecke1-4/+0
2007-10-10r18771: Sequel to r18761: If we always set the keylen to 0 there's no point i...Volker Lendecke1-6/+3
2007-10-10r18761: Even if only offering NTLMSSP Windows (tested with Vista & XP) sends ...Volker Lendecke1-5/+2
2007-10-10r18760: Fix typos, remove unneeded codeVolker Lendecke1-10/+2
2007-10-10r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison1-0/+1
2007-10-10r13647: Fix for standalone Samba servers and XP clients. RevertsJeremy Allison1-4/+15
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-6/+7
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-2/+2
2007-10-10r10974: Get closer to trying to fix #1825 (PcoketPC spnego bug). Ensure weJeremy Allison1-4/+11
2007-10-10r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003.Jeremy Allison1-9/+10
2007-10-10r7398: commiting abartlet's patch for kerberos authentication when using a ke...Gerald Carter1-5/+8
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison1-0/+1
2007-10-10r4018: * move claim_connection from the netbios session requestGerald Carter1-0/+6
2007-10-10r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison1-1/+1
2007-10-10r1939: Ensure with my new change we set extended security in flags2 inJeremy Allison1-0/+3
2007-10-10r1936: Fix bug noticed by Steve - ensure extended security bit is on onlyJeremy Allison1-0/+1
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-3/+16
2004-03-27As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett1-5/+1