summaryrefslogtreecommitdiff
path: root/source4/client
Commit message (Expand)AuthorAgeFilesLines
...
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-024-20/+31
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-2/+2
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-2/+2
* r26458: Janitorial: also free() var on continue.Kai Blin2007-12-211-0/+1
* r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin2007-12-211-3/+5
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-215-18/+23
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-3/+3
* r26360: Add some const.Jelmer Vernooij2007-12-211-14/+9
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-214-7/+7
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-212-3/+7
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-212-2/+2
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-5/+6
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-5/+5
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-212-7/+10
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-3/+3
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-212-4/+6
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-212-4/+4
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+1
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-3/+3
* 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-212-6/+6
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-212-2/+2
* 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-212-3/+3
* r25577: BOOL -> boolStefan Metzmacher2007-10-101-23/+23
* r25550: Convert to standard bool type.Jelmer Vernooij2007-10-103-86/+86
* r25530: Fix missing dependencyJelmer Vernooij2007-10-101-1/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-104-6/+6
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-1/+1
* r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macroStefan Metzmacher2007-10-101-0/+9
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-2/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+2
* r25028: Fix more warnings.Jelmer Vernooij2007-10-101-9/+5
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-10/+10
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-102-4/+4
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-7/+7
* r24698: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> to fix BugAndrew Bartlett2007-10-101-3/+4
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-107-21/+14
* r23521: NT_STATUS_OBJECT_NAME_NOT_FOUND is not an error eitherAndrew Tridgell2007-10-101-1/+2
* r23520: display shadow copy information in 'allinfo'Andrew Tridgell2007-10-101-0/+35
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-1/+2
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-101-5/+0
* r20647: add cluster codeAndrew Tridgell2007-10-101-0/+5
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r18824: fixed a bug in cifsdd when the file is exactly a multiple of the blockAndrew Tridgell2007-10-101-1/+2
* r18209: fix the ifdef for HAVE_HISTORY_LISTAndrew Tridgell2007-10-101-1/+1
* r18208: Mac OS X also doesn't have history_list()Andrew Tridgell2007-10-101-1/+1
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-102-3/+3