summaryrefslogtreecommitdiff
path: root/source/client/smbmount.c
Commit message (Expand)AuthorAgeFilesLines
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-2/+4
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-1/+1
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-5/+5
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-211-5/+7
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+3
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-211-2/+2
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-5/+5
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-211-3/+3
* r26224: Remove another use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-2/+2
* r25577: BOOL -> boolStefan Metzmacher2007-10-101-23/+23
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNSAndrew Tridgell2007-10-101-1/+0
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-101-2/+2
* r7916: - got rid of the in_client globalAndrew Tridgell2007-10-101-4/+0
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-101-6/+6
* r7530: Simply calling convention of lp_load().Andrew Bartlett2007-10-101-1/+1
* r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get itTim Potter2007-10-101-2/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-2/+2
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-1/+1
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-1/+1
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-101-1/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-20/+20
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-2/+2
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+930