summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/connect.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_reqStefan Metzmacher2011-04-281-9/+11
* s4:libcli/smb2: move smb2_connect_tcon_done()Stefan Metzmacher2011-04-281-20/+22
* s4:libcli/smb2: move smb2_connect_session_done()Stefan Metzmacher2011-04-281-36/+38
* s4:libcli/smb2: move smb2_connect_negprot_done()Stefan Metzmacher2011-04-281-69/+71
* s4:libcli/smb2: move smb2_connect_socket_done()Stefan Metzmacher2011-04-281-55/+57
* s4:libcli/smb2: move smb2_connect_resolve_done()Stefan Metzmacher2011-04-281-36/+35
* s4:libcli/smb2: rename step functions of smb2_connect_*()Stefan Metzmacher2011-04-281-26/+10
* s4:libcli/smb2: convert smb2_connect_*() to tevent_reqStefan Metzmacher2011-04-281-107/+196
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constantsStefan Metzmacher2009-05-261-2/+5
* s4:libcli/smb2: fill in transport->negotiate.secblob with the correct dataStefan Metzmacher2009-05-201-0/+2
* s4 libcli: Add back Longhorn beta dialect as a constantZach Loafman2009-03-181-4/+3
* s4 libcli: Add SMB2.1 dialect to libcliZach Loafman2009-03-171-1/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-5/+9
* Fix the build.Jelmer Vernooij2008-11-021-2/+0
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-4/+7
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-7/+7
* Move calls to lp_* higher up in the call stack.Jelmer Vernooij2008-11-011-6/+15
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-2/+1
* s4:libcli/smb2: remove unused headerStefan Metzmacher2008-09-291-1/+0
* for use in python we need to use global_loadparmAndrew Tridgell2008-09-241-1/+1
* - use the current dialect first, for servers that only look at theAndrew Tridgell2008-09-241-3/+10
* libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher2008-08-141-1/+7
* libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-281-4/+4
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-5/+49
* remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2008-05-201-0/+3
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-4/+4
* libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher2008-04-171-3/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-141-1/+1
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-1/+1
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-1/+7
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+3
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-2/+3
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-4/+4
* r26337: Move global_loadparm to a higher caller.Jelmer Vernooij2007-12-211-1/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-2/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17318: make better usage of the composite apiStefan Metzmacher2007-10-101-18/+4
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r11796: Two more uses of !composite_is_okVolker Lendecke2007-10-101-20/+5
* r11795: used a couple more of volkers composite helper functions. TheyAndrew Tridgell2007-10-101-39/+9