summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* a better for for using %U in smb.confAndrew Tridgell2002-11-191-0/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+2
* Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett2002-09-251-2/+2
* Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-251-2/+2
* "@" is valid in NetBIOS domain names.Jeremy Allison2002-09-201-1/+1
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-13/+11
* Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett2002-09-061-3/+0
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-0/+3
* Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-311-2/+0
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-2/+2
* Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett2002-08-171-1/+1
* Re-add the last empty item to the NTLMSSP info list, but this time do itJim McDonough2002-08-161-3/+4
* Fix segfault in the new NTLMSSP code. jmcd: can you look at this - whatAndrew Bartlett2002-08-161-3/+2
* Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough2002-08-151-31/+37
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-2/+3
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-1/+13
* make sure we null terminate plaintext passwordsAndrew Tridgell2002-08-011-1/+1
* Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett2002-07-311-18/+11
* fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell2002-07-311-2/+11
* this fixes plaintext passwords with win2000Andrew Tridgell2002-07-301-3/+4
* Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-311-3/+2
* Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-17/+49
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-181-1/+1
* make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell2002-04-161-9/+5
* it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell2002-04-141-1/+6
* 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