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