summaryrefslogtreecommitdiff
path: root/source/utils/testparm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-5/+5
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-8/+8
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-8/+8
* 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-4/+6
* r26344: Fix memory access.Jelmer Vernooij2007-12-211-2/+2
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-1/+1
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-211-3/+4
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-1/+0
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-85/+98
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-10/+10
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-2/+2
* r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij2007-10-101-9/+9
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-4/+4
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-22/+21
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22607: work with the solaris version of poptStefan Metzmacher2007-10-101-4/+4
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-1/+1
* r12732: This option does nothing.Andrew Bartlett2007-10-101-2/+1
* r12731: Simplify and re-implemenet support for --parameter-name=fooAndrew Bartlett2007-10-101-1/+1
* r12730: Reimplement --parameter-name, and bring in common samba options.Andrew Bartlett2007-10-101-7/+12
* r12729: Implement the --section-name option, for dumping only one section.Andrew Bartlett2007-10-101-3/+22
* r12728: Revive testparm.Andrew Bartlett2007-10-101-0/+219
* r852: remove unused utility progsStefan Metzmacher2007-10-101-338/+0
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-1/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+338