summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb_composite/connect.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli: add support for SMB_EXTENDED_SIGNATURES during SMBtconXStefan Metzmacher2012-08-041-0/+6
* s4:libcli: send the TCONX_FLAG_EXTENDED_RESPONSE flagStefan Metzmacher2012-08-021-2/+2
* s4:libcli/raw: remove unused smbcli_session->user_session_keyStefan Metzmacher2012-08-011-1/+0
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-15/+13
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-301-41/+13
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-301-14/+26
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* s4:libcli Use integrated name resolution when connecting SMBAndrew Bartlett2010-03-111-38/+9
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* ѕ4: fix a "not handled in switch" compile warningBjörn Jacke2009-04-221-0/+2
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-5/+5
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix the build.Jelmer Vernooij2008-11-021-0/+1
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-0/+1
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-1/+1
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-1/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-1/+1
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-4/+1
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-301-1/+4
* Reorder this function in the file, so it reads bottom-up.Andrew Bartlett2008-05-051-19/+18
* Revert to using the old CIFS connection API.Andrew Bartlett2008-04-251-16/+8
* Make the composite 'connect to server' code useful for security=serverAndrew Bartlett2008-04-251-11/+31
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-5/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26674: smb_composite: Avoid use of global_loadparm.Jelmer Vernooij2008-01-051-2/+3
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-5/+2
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-1/+2
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-5/+4
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-4/+8
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+2
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+1
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-5/+5
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-3/+6
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19480: - clear the whole session struct (only let the pid untouched)Stefan Metzmacher2007-10-101-1/+4
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+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
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r11533: Be a bit less intrusiveVolker Lendecke2007-10-101-1/+2