summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-7/+0
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett1-1/+12
2002-01-09Better explanation message for dmalloc.Martin Pool1-5/+5
2002-01-06Get this code back to where it belongs...Andrew Bartlett1-7/+7
2002-01-06Some more SPNEGO fixes.Andrew Bartlett1-1/+1
2002-01-05Fix up the SPNEGO segfault.Andrew Bartlett1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-45/+56
2002-01-02debug statement fixups.Jeremy Allison1-5/+0
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-1/+1
2001-12-20check for a winbindd username when doing a kerberos authAndrew Tridgell1-0/+11
2001-12-20don't use server_info after its been freedAndrew Tridgell1-2/+4
2001-12-20support "map to guest" with spnegoAndrew Tridgell1-21/+43
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-5/+10
2001-12-08Ensure that 'use spnego' restricts, rather than just advises our clients.Andrew Bartlett1-1/+6
2001-12-05Ensure we fill in the %U for NTLMSSP connectionsAndrew Bartlett1-1/+3
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-7/+12
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-2/+2
2001-11-27fixed another memory leakAndrew Tridgell1-1/+1
2001-11-27more memory leak fixesAndrew Tridgell1-1/+6
2001-11-26we can safely give NO_SUCH_USER if the ticket decodes but the localAndrew Tridgell1-1/+1
2001-11-26challange -> challengeTim Potter1-2/+2
2001-11-24added "net join" commandAndrew Tridgell1-38/+5
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-38/+85
2001-11-20add a hook to save the krb5 PACAndrew Tridgell1-0/+8
2001-11-12Spelling fixes.Tim Potter1-6/+6
2001-11-12Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett1-23/+17
2001-11-11Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett1-47/+0
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-2/+2
2001-11-09fix the tree so it compiles againAndrew Tridgell1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett1-58/+62
2001-11-03anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett1-1/+1
2001-11-03Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett1-5/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-3/+3
2001-10-31This should fix up the compile with krb5.Andrew Bartlett1-7/+9
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-197/+159
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett1-1/+7
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-1/+1
2001-10-22- fixed link order of krb5 libsAndrew Tridgell1-19/+5
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison1-6/+6
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-22/+18
2001-10-21fixed the spnego detection code in session setupAndrew Tridgell1-2/+8
2001-10-20crude fix for anonymous session setup with extended securityAndrew Tridgell1-1/+62
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell1-1/+6
2001-10-20finished auth when we get a valid kerberos ticketAndrew Tridgell1-8/+58
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-9/+91
2001-10-17removed some debug codeAndrew Tridgell1-2/+2
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-0/+258
2001-10-15split session setup code out of reply.c in preparation for addingAndrew Tridgell1-0/+355