This fixes a number of ADS problems, particularly with netbiosless
[jra/samba/.git] / source3 / smbd / sesssetup.c
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-01 Andrew Tridgellmake sure we null terminate plaintext passwords
2002-07-31 Andrew BartlettRework parinioa to ensure we never get passwords longer...
2002-07-31 Andrew Tridgellfixed the length checking for plaintext passwords ...
2002-07-30 Andrew Tridgellthis fixes plaintext passwords with win2000
2002-05-31 Jeremy AllisonRemoved some unused variables - tidy up some formating...
2002-05-26 Andrew BartlettAdd support for NTLMv2 (tested!) with NTLMSSP.
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-16 Andrew Tridgellmake sure we don't walk past the end of the current...
2002-04-14 Andrew Tridgellit looks like it is possible for a w2k client to send...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-11 Andrew BartlettBack out the crazy notion that the NTLMSSP flags actual...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-06 Andrew BartlettGet this code back to where it belongs...
2002-01-06 Andrew BartlettSome more SPNEGO fixes.
2002-01-05 Andrew BartlettFix up the SPNEGO segfault.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-02 Jeremy Allisondebug statement fixups.
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-20 Andrew Tridgellcheck for a winbindd username when doing a kerberos...
2001-12-20 Andrew Tridgelldon't use server_info after its been freed
2001-12-20 Andrew Tridgellsupport "map to guest" with spnego
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-08 Andrew BartlettEnsure that 'use spnego' restricts, rather than just...
2001-12-05 Andrew BartlettEnsure we fill in the %U for NTLMSSP connections
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-11-29 Andrew BartlettMake better use of the ads_init() function to get the...
2001-11-28 Andrew Tridgellfixed some krb5 ifdefs
2001-11-27 Andrew Tridgellfixed another memory leak
2001-11-27 Andrew Tridgellmore memory leak fixes
2001-11-26 Andrew Tridgellwe can safely give NO_SUCH_USER if the ticket decodes...
2001-11-26 Tim Potterchallange -> challenge
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-20 Andrew Tridgelladd a hook to save the krb5 PAC
2001-11-12 Tim PotterSpelling fixes.
2001-11-12 Andrew BartlettCode duplication is bad. So add an add_signiture(...
2001-11-11 Andrew BartlettKill off 'restrict anonymous' becouse it is useless...
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-09 Andrew Tridgellfix the tree so it compiles again
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-03 Andrew Bartlettanonymous logins are guest logins, so mark them as...
2001-11-03 Andrew BartlettMove the test for non-SPNEGO session setups when using...
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettThis should fix up the compile with krb5.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-30 Andrew BartlettSpnego on the 'server' end of security=server just...
2001-10-23 Herb Lewisget rid of compiler warnings (casts and delete unused...
2001-10-22 Andrew Tridgell- fixed link order of krb5 libs
2001-10-21 Jeremy AllisonOk, I know it's a language thing and it shouldn't matte...
2001-10-21 Andrew Tridgellchange smbd to use HOST/hostname principle form until...
2001-10-21 Andrew Tridgellfixed the spnego detection code in session setup
2001-10-20 Andrew Tridgellcrude fix for anonymous session setup with extended...
2001-10-20 Andrew Tridgellbetter krb5 error handling (thanks andrewb!)
2001-10-20 Andrew Tridgellfinished auth when we get a valid kerberos ticket
2001-10-18 Andrew Tridgellthe beginnings of kerberos support in smbd. It doesn...
2001-10-17 Andrew Tridgellremoved some debug code
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-15 Andrew Tridgellsplit session setup code out of reply.c in preparation...