summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/connect.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij1-5/+9
2008-11-02Fix the build.Jelmer Vernooij1-2/+0
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-1/+2
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij1-4/+7
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij1-7/+7
2008-11-01Move calls to lp_* higher up in the call stack.Jelmer Vernooij1-6/+15
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij1-2/+1
2008-09-29s4:libcli/smb2: remove unused headerStefan Metzmacher1-1/+0
2008-09-24for use in python we need to use global_loadparmAndrew Tridgell1-1/+1
2008-09-24- use the current dialect first, for servers that only look at theAndrew Tridgell1-3/+10
2008-08-14libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher1-1/+7
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher1-4/+4
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-5/+49
2008-05-20remember the server time fields on negotiate. Needed for gentestAndrew Tridgell1-0/+3
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-4/+4
2008-04-17libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher1-3/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-1/+1
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-1/+1
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell1-1/+7
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+3
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-2/+3
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-4/+4
2007-12-21r26337: Move global_loadparm to a higher caller.Jelmer Vernooij1-1/+1
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-2/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17318: make better usage of the composite apiStefan Metzmacher1-18/+4
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-1/+1
2007-10-10r11796: Two more uses of !composite_is_okVolker Lendecke1-20/+5
2007-10-10r11795: used a couple more of volkers composite helper functions. TheyAndrew Tridgell1-39/+9
2007-10-10r11791: simplify the SMB2 connect code following some suggestions from volkerAndrew Tridgell1-22/+24
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-2/+2
2007-10-10r11693: added a full async composite function for SMB2 that does:Andrew Tridgell1-0/+280