summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett1-1/+4
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-4/+4
2001-10-22- fixed link order of krb5 libsAndrew Tridgell1-0/+1
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison1-4/+4
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-1/+3
2001-10-21support both old and new kerberos OIDsAndrew Tridgell1-1/+1
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell1-1/+1
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-3/+0
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-14/+61
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-4/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-26Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett1-14/+18
2001-09-23Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett1-6/+4
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-3/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-87/+89
2001-08-08Some better debugs for our security=server code. I want to track down whyAndrew Bartlett1-1/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-07-01- fix bug in reply_nt- fix bug in reply_nt1Simo Sorce1-4/+4
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-9/+9
2001-06-08Extra stuff for large readwrite support.Jeremy Allison1-1/+2
2001-05-23This is *very* cool. I'm pretty convinced we can just set theJeremy Allison1-0/+1
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-0/+6