summaryrefslogtreecommitdiff
path: root/source4/libcli/smb_composite
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+2
2007-10-10r19481: - reset the vuid before trying a new session setupStefan Metzmacher1-3/+14
2007-10-10r19480: - clear the whole session struct (only let the pid untouched)Stefan Metzmacher1-1/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+0
2007-10-10r17277: we need to trigger an event when we return directly,Stefan Metzmacher1-1/+1
2007-10-10r16464: split client and server min/max protocol settingsStefan Metzmacher1-1/+1
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+5
2007-10-10r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett1-0/+2
2007-10-10r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett1-1/+52
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14414: added some error checksAndrew Tridgell1-0/+2
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij2-2/+3
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij2-0/+2
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher3-12/+12
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+1
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-0/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher3-14/+14
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij4-0/+5
2007-10-10r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.Andrew Bartlett1-13/+25
2007-10-10r13405: Allow a fallback if SPNEGO is somehow disabled in the client, to just...Andrew Bartlett1-1/+7
2007-10-10r13203: Make this comment clearer.Andrew Bartlett1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij6-6/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell1-2/+2
2007-10-10r11533: Be a bit less intrusiveVolker Lendecke1-1/+2
2007-10-10r11532: Enable kerberos session setup for winbind smb connectionsVolker Lendecke1-0/+9
2007-10-10r11424: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2-223/+7
2007-10-10r11264: Winbind does not rely on the hostname resolution mechanisms ofVolker Lendecke1-1/+5
2007-10-10r11248: Fix anon fallback with spnegoVolker Lendecke1-0/+5
2007-10-10r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett1-71/+47
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke4-2/+85
2007-10-10r10677: Add smb_composite_connectmulti: Send out multiple SYN packets at once...Volker Lendecke5-10/+245
2007-10-10r10598: Factor out common code, in preperation for a move elsewhere.Andrew Bartlett1-11/+7
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher8-0/+2290