summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-7/+0
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-1/+12
* Better explanation message for dmalloc.Martin Pool2002-01-091-5/+5
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-45/+56
* debug statement fixups.Jeremy Allison2002-01-021-5/+0
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+1
* check for a winbindd username when doing a kerberos authAndrew Tridgell2001-12-201-0/+11
* don't use server_info after its been freedAndrew Tridgell2001-12-201-2/+4
* support "map to guest" with spnegoAndrew Tridgell2001-12-201-21/+43
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-5/+10
* Ensure that 'use spnego' restricts, rather than just advises our clients.Andrew Bartlett2001-12-081-1/+6
* Ensure we fill in the %U for NTLMSSP connectionsAndrew Bartlett2001-12-051-1/+3
* 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-7/+12
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
* fixed another memory leakAndrew Tridgell2001-11-271-1/+1
* more memory leak fixesAndrew Tridgell2001-11-271-1/+6
* we can safely give NO_SUCH_USER if the ticket decodes but the localAndrew Tridgell2001-11-261-1/+1
* challange -> challengeTim Potter2001-11-261-2/+2
* added "net join" commandAndrew Tridgell2001-11-241-38/+5
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-38/+85
* add a hook to save the krb5 PACAndrew Tridgell2001-11-201-0/+8
* Spelling fixes.Tim Potter2001-11-121-6/+6
* Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett2001-11-121-23/+17
* Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett2001-11-111-47/+0
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-2/+2
* fix the tree so it compiles againAndrew Tridgell2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-081-58/+62
* anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett2001-11-031-1/+1
* Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett2001-11-031-5/+5
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-3/+3
* This should fix up the compile with krb5.Andrew Bartlett2001-10-311-7/+9
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-197/+159
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-301-1/+7
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-1/+1
* - 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