summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-3/+7
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison1-5/+13
2003-07-17Putting the framework for server signing in place. Ensure we don't useJeremy Allison1-0/+12
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-05-31Got us happy running under valgrind again :-).Jeremy Allison1-0/+1
2003-05-31Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison1-0/+9
2003-05-21merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell1-0/+2
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-3/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+2
2002-10-15Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-6/+8
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-7/+14
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-191/+189
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison1-12/+13
2002-02-22don't do an ADS init when not in ADS modeAndrew Tridgell1-5/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Spelling fixes.Tim Potter1-7/+7
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-1/+1
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison1-1/+1
2002-01-09Better explanation message for dmalloc.Martin Pool1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-23/+28
2001-12-07added a "use spnego" optionAndrew Tridgell1-0/+1
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+1
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett1-9/+13
2001-11-27always send an OID list until we handle raw (unwrapped) NTLMSSPAndrew Tridgell1-6/+15
2001-11-26challange -> challengeTim Potter1-3/+3
2001-11-26fixed spnego, non-kerberos negprotAndrew Tridgell1-2/+2
2001-11-25added 'security=ADS'Andrew Tridgell1-0/+7
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-64/+38
2001-10-31SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett1-3/+7