summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
...
* Start the packet signing engine in the kerberos case in the same placeJeremy Allison2003-07-251-3/+8
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-1/+1
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-2/+8
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-9/+26
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-12/+16
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-1/+4
* really make sure to include the version in the lanman string; tested spnego u...Gerald Carter2003-05-201-8/+9
* spellingTim Potter2003-05-141-1/+1
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* Merge comment with HEADAndrew Bartlett2003-04-221-3/+3
* Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-171-27/+55
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-19/+20
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+2
* additional fix for CR 601Gerald Carter2003-02-271-0/+15
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-35/+25
* check pointer before dereferencing itGerald Carter2003-02-071-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-281-262/+109
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-0/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-22/+18
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-49/+70
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-28/+60
* 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