summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-25Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett1-2/+2
2002-09-25Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett1-2/+2
2002-09-20"@" is valid in NetBIOS domain names.Jeremy Allison1-1/+1
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-13/+11
2002-09-06Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett1-3/+0
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-0/+3
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett1-2/+0
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett1-2/+2
2002-08-17Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett1-1/+1
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