summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb_composite/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s4/libcli: do not use netbios name in NTLMv2 blobs w/o spnegoChristian Ambach2011-04-141-4/+22
* s4:libcli: remember operating system and lan manager strings from session setupStefan Metzmacher2009-05-011-0/+21
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* Fix the build.Jelmer Vernooij2008-11-021-4/+6
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+1
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-2/+2
* s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher2008-09-241-0/+9
* libcli/smb_composite: for spnego session setups check the smb signature manuallyStefan Metzmacher2008-09-231-23/+57
* Make the composite 'connect to server' code useful for security=serverAndrew Bartlett2008-04-251-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* Remove yet more global_loadparm instances.Jelmer Vernooij2008-02-211-6/+6
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+2
* r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2008-01-061-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+2
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-8/+8
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22628: convert to new composite apiStefan Metzmacher2007-10-101-29/+28
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r19481: - reset the vuid before trying a new session setupStefan Metzmacher2007-10-101-3/+14
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+5
* r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett2007-10-101-0/+2
* r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett2007-10-101-1/+52
* r14414: added some error checksAndrew Tridgell2007-10-101-0/+2
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-2/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.Andrew Bartlett2007-10-101-13/+25
* r13405: Allow a fallback if SPNEGO is somehow disabled in the client, to just...Andrew Bartlett2007-10-101-1/+7
* r13203: Make this comment clearer.Andrew Bartlett2007-10-101-1/+1
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-101-2/+2
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2007-10-101-71/+47
* r10598: Factor out common code, in preperation for a move elsewhere.Andrew Bartlett2007-10-101-11/+7
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+459