summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* - fixed link order of krb5 libsAndrew Tridgell2001-10-221-19/+5
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-211-6/+6
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-22/+18
* fixed the spnego detection code in session setupAndrew Tridgell2001-10-211-2/+8
* crude fix for anonymous session setup with extended securityAndrew Tridgell2001-10-201-1/+62
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-201-1/+6
* finished auth when we get a valid kerberos ticketAndrew Tridgell2001-10-201-8/+58
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-9/+91
* removed some debug codeAndrew Tridgell2001-10-171-2/+2
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-0/+258
* split session setup code out of reply.c in preparation for addingAndrew Tridgell2001-10-151-0/+355