summaryrefslogtreecommitdiffstats
path: root/source/smbd/negprot.c
Commit message (Expand)AuthorAgeFilesLines
...
* Got us happy running under valgrind again :-).Jeremy Allison2003-05-311-0/+1
* Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2003-05-311-0/+9
* merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell2003-05-211-0/+2
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+2
* Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2002-10-151-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-6/+8
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-7/+14
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-191/+189
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-271-12/+13
* don't do an ADS init when not in ADS modeAndrew Tridgell2002-02-221-5/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Spelling fixes.Tim Potter2002-01-201-7/+7
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2002-01-101-1/+1
* Better explanation message for dmalloc.Martin Pool2002-01-091-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-23/+28
* added a "use spnego" optionAndrew Tridgell2001-12-071-0/+1
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-1/+1
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-9/+13
* always send an OID list until we handle raw (unwrapped) NTLMSSPAndrew Tridgell2001-11-271-6/+15
* challange -> challengeTim Potter2001-11-261-3/+3
* fixed spnego, non-kerberos negprotAndrew Tridgell2001-11-261-2/+2
* added 'security=ADS'Andrew Tridgell2001-11-251-0/+7
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-64/+38
* SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett2001-10-311-3/+7
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-301-1/+4
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-4/+4
* - fixed link order of krb5 libsAndrew Tridgell2001-10-221-0/+1
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-211-4/+4
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-1/+3
* support both old and new kerberos OIDsAndrew Tridgell2001-10-211-1/+1
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-201-1/+1
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-3/+0
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-14/+61
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-4/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2001-09-261-14/+18
* Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2001-09-231-6/+4
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-3/+1
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-87/+89
* Some better debugs for our security=server code. I want to track down whyAndrew Bartlett2001-08-081-1/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* - fix bug in reply_nt- fix bug in reply_nt1Simo Sorce2001-07-011-4/+4
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-9/+9
* Extra stuff for large readwrite support.Jeremy Allison2001-06-081-1/+2
* This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-231-0/+1