Kill off 'restrict anonymous' becouse it is useless in its current form.
[ira/wip.git] / source3 / smbd / sesssetup.c
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...