summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-16Re-add the last empty item to the NTLMSSP info list, but this time do itJim McDonough1-3/+4
2002-08-16Fix segfault in the new NTLMSSP code. jmcd: can you look at this - whatAndrew Bartlett1-3/+2
2002-08-15Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough1-31/+37
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett1-2/+1
2002-08-10Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett1-2/+3
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-1/+13
2002-08-01make sure we null terminate plaintext passwordsAndrew Tridgell1-1/+1
2002-07-31Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett1-18/+11
2002-07-31fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell1-2/+11
2002-07-30this fixes plaintext passwords with win2000Andrew Tridgell1-3/+4
2002-05-31Removed some unused variables - tidy up some formating, add struct toJeremy Allison1-3/+2
2002-05-26Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett1-17/+49
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell1-1/+1
2002-04-16make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell1-9/+5
2002-04-14it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell1-1/+6
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