summaryrefslogtreecommitdiffstats
path: root/source4/libcli/cliconnect.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-1/+1
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-7/+16
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-301-9/+3
* s4:libcli: use smbcli_sock_connect() in smbcli_socket_connect()Stefan Metzmacher2011-11-301-5/+11
* s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher2011-11-301-18/+11
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-301-1/+11
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-5/+1
* s4-torture: allow host-only in unc lists in smbtortureAndrew Tridgell2010-02-091-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-2/+4
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+5
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-2/+4
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-4/+8
* Cope with API changes.Jelmer Vernooij2008-09-301-2/+4
* Explicitly pass on session options to session setup function.Jelmer Vernooij2008-09-301-4/+2
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-301-1/+5
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-6/+6
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-3/+5
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-3/+4
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-3/+5
* r26384: Fix another global_loadparm instance.Jelmer Vernooij2007-12-211-2/+3
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+2
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-3/+7
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-2/+2
* r26224: Remove another use of global_loadparm.Jelmer Vernooij2007-12-211-3/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-11/+11
* 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-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-101-5/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22616: allow the unclist file to not specify a share name, and insteadAndrew Tridgell2007-10-101-0/+3
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-2/+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
* r13387: Make sure smbcli_parse_unc reports a failure for strings ofJames Peach2007-10-101-10/+25
* r13255: New CIFS dd client for use in performance testing. The guts of this isJames Peach2007-10-101-7/+27
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-101-6/+2
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-0/+1
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2007-10-101-1/+1
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-2/+2
* r8777: make sure that the tree connect is a child of the return cli state str...Andrew Tridgell2007-10-101-8/+3
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-101-8/+0