summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* Try to avoid dereferencing a null pointer.Andrew Bartlett2003-03-161-9/+13
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-17/+18
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+2
* Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett2003-03-101-4/+2
* additional fix for CR 601Gerald Carter2003-02-271-1/+16
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-13/+39
* Fixed compiler warning.Tim Potter2003-02-211-1/+0
* Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett2003-02-201-18/+14
* Some cleanups:Andrew Bartlett2003-02-101-16/+11
* check pointer before dereferencing itGerald Carter2003-02-071-1/+1
* As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett2003-01-281-1/+1
* The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett2003-01-281-28/+35
* Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2003-01-281-120/+58
* Remove unused variable in reply_spnego_ntlmssp_okTim Potter2003-01-171-1/+0
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-5/+4
* Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2003-01-151-14/+26
* Updates to our NTLMSSP code:Andrew Bartlett2003-01-131-194/+88
* No point having this for both parts of the 'if' statement.Andrew Bartlett2003-01-111-4/+2
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* 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