summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb_composite
Commit message (Expand)AuthorAgeFilesLines
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-034-2/+8
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-024-5/+26
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-024-6/+16
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-214-6/+7
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+2
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-1/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-104-8/+8
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-4/+7
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-11/+11
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-104-4/+4
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-106-18/+12
* 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
* r19480: - clear the whole session struct (only let the pid untouched)Stefan Metzmacher2007-10-101-1/+4
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r16464: split client and server min/max protocol settingsStefan 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
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14414: added some error checksAndrew Tridgell2007-10-101-0/+2
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-102-2/+3
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-103-12/+12
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+1
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-0/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-103-14/+14
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-104-0/+5
* 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
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-106-6/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-101-2/+2
* r11533: Be a bit less intrusiveVolker Lendecke2007-10-101-1/+2
* r11532: Enable kerberos session setup for winbind smb connectionsVolker Lendecke2007-10-101-0/+9
* r11424: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-102-223/+7
* r11264: Winbind does not rely on the hostname resolution mechanisms ofVolker Lendecke2007-10-101-1/+5
* r11248: Fix anon fallback with spnegoVolker Lendecke2007-10-101-0/+5
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2007-10-101-71/+47
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-104-2/+85