port latest changes from SAMBA_3_0 tree
[tprouty/samba.git] / source / smbd / sesssetup.c
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-20 Gerald Carterreally make sure to include the version in the lanman...
2003-05-14 Tim Potterspelling
2003-05-01 Jeremy AllisonFix uninitialized blobs reported by Luke Howard.
2003-04-29 Gerald Carteradd version back to lanman string in sessetup reply
2003-04-16 Andrew BartlettPut this comment in a better place...
2003-03-16 Andrew BartlettTry to avoid dereferencing a null pointer.
2003-03-14 Gerald Carterfix WinXP & Win2K3 remote_arch and check pointer in...
2003-03-12 Gerald Carteradding some initiaial code to sert %a to Win2K3 (using...
2003-03-10 Andrew BartlettDon't segfault on make_server_info_guest() failure...
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-21 Tim PotterFixed compiler warning.
2003-02-20 Andrew BartlettLike for NTLM logins, lookup the 'winbind' user first...
2003-02-10 Andrew BartlettSome cleanups:
2003-02-07 Gerald Cartercheck pointer before dereferencing it
2003-01-28 Andrew BartlettAs per a comment by herb a little while back, this...
2003-01-28 Andrew BartlettThe previous patch (NTLMSSP common code factoring)...
2003-01-28 Andrew BartlettFactor out common code in the NTLMSSP/SPNEGO code.
2003-01-17 Tim PotterRemove unused variable in reply_spnego_ntlmssp_ok
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Andrew BartlettRefactor the NTLMSSP code again - this time we use...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2003-01-11 Andrew BartlettNo point having this for both parts of the 'if' statement.
2003-01-02 Jeremy Allisonpstring/fstring missmatches found by Andrew Bartlett.
2002-11-19 Andrew Tridgella better for for using %U in smb.conf
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-25 Andrew BartlettMetze claims that without this his win2k server gets...
2002-09-25 Andrew BartlettKill of Get_Pwnam_Modify and smb_getpwnam(). The latte...
2002-09-20 Jeremy Allison"@" is valid in NetBIOS domain names.
2002-09-06 Andrew BartlettThis is the 'easy' parts of the trusted domains patch...
2002-09-06 Andrew BartlettRevert accidental commit - I'll need to do a fair bit...
2002-09-06 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
2002-08-31 Andrew BartlettAdd a bit of 'const' and move a lot of our 'repeditive...
2002-08-20 Andrew BartlettBased orginally by work by Kai, this patch moves our...
2002-08-17 Andrew BartlettChange which session key we negotiate. This uses the...
2002-08-16 Jim McDonoughRe-add the last empty item to the NTLMSSP info list...
2002-08-16 Andrew BartlettFix segfault in the new NTLMSSP code. jmcd: can you...
2002-08-15 Jim McDonoughFix NTLMSSP challenge command and auth response. We...
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-01 Andrew Tridgellmake sure we null terminate plaintext passwords
2002-07-31 Andrew BartlettRework parinioa to ensure we never get passwords longer...
2002-07-31 Andrew Tridgellfixed the length checking for plaintext passwords ...
2002-07-30 Andrew Tridgellthis fixes plaintext passwords with win2000
2002-05-31 Jeremy AllisonRemoved some unused variables - tidy up some formating...
2002-05-26 Andrew BartlettAdd support for NTLMv2 (tested!) with NTLMSSP.
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-16 Andrew Tridgellmake sure we don't walk past the end of the current...
2002-04-14 Andrew Tridgellit looks like it is possible for a w2k client to send...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-11 Andrew BartlettBack out the crazy notion that the NTLMSSP flags actual...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-06 Andrew BartlettGet this code back to where it belongs...
2002-01-06 Andrew BartlettSome more SPNEGO fixes.
2002-01-05 Andrew BartlettFix up the SPNEGO segfault.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-02 Jeremy Allisondebug statement fixups.
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-20 Andrew Tridgellcheck for a winbindd username when doing a kerberos...
2001-12-20 Andrew Tridgelldon't use server_info after its been freed
2001-12-20 Andrew Tridgellsupport "map to guest" with spnego
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-08 Andrew BartlettEnsure that 'use spnego' restricts, rather than just...
2001-12-05 Andrew BartlettEnsure we fill in the %U for NTLMSSP connections
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-11-29 Andrew BartlettMake better use of the ads_init() function to get the...
2001-11-28 Andrew Tridgellfixed some krb5 ifdefs
2001-11-27 Andrew Tridgellfixed another memory leak
2001-11-27 Andrew Tridgellmore memory leak fixes
2001-11-26 Andrew Tridgellwe can safely give NO_SUCH_USER if the ticket decodes...
2001-11-26 Tim Potterchallange -> challenge
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-20 Andrew Tridgelladd a hook to save the krb5 PAC
2001-11-12 Tim PotterSpelling fixes.
2001-11-12 Andrew BartlettCode duplication is bad. So add an add_signiture(...
2001-11-11 Andrew BartlettKill off 'restrict anonymous' becouse it is useless...
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-09 Andrew Tridgellfix the tree so it compiles again
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-03 Andrew Bartlettanonymous logins are guest logins, so mark them as...
2001-11-03 Andrew BartlettMove the test for non-SPNEGO session setups when using...
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettThis should fix up the compile with krb5.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-30 Andrew BartlettSpnego on the 'server' end of security=server just...
2001-10-23 Herb Lewisget rid of compiler warnings (casts and delete unused...
2001-10-22 Andrew Tridgell- fixed link order of krb5 libs
2001-10-21 Jeremy AllisonOk, I know it's a language thing and it shouldn't matte...
2001-10-21 Andrew Tridgellchange smbd to use HOST/hostname principle form until...
2001-10-21 Andrew Tridgellfixed the spnego detection code in session setup
2001-10-20 Andrew Tridgellcrude fix for anonymous session setup with extended...
next