summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline
AgeCommit message (Expand)AuthorFilesLines
2013-02-14waf: Make sure we link against samba-util.Andreas Schneider1-0/+1
2012-12-03cmdline: Use new samba_getpass() function.Andreas Schneider1-5/+9
2012-11-15popt_common: Fix typos.Karolin Seeger1-2/+2
2012-03-16Stop installing popt_common.h as its symbols are in a private library.Jelmer Vernooij1-1/+0
2012-02-10s4-cmdline: Remove unused popt_common_dont_ask()Andrew Bartlett2-10/+0
2011-08-18credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij1-2/+2
2011-07-29s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett1-1/+1
2011-06-21s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett3-12/+12
2011-04-04s4-credentials Add a command line hook to set the kerberos credentials cacheAndrew Bartlett1-1/+13
2011-03-29s4-cmdline: moved loadparm init after fault setupAndrew Tridgell1-2/+1
2011-03-23fault: fixed call to fault_setup() to use new syntaxAndrew Tridgell1-1/+1
2010-11-29s4-loadparm: use loadparm_init_global() instead of loadparm_init()Andrew Tridgell1-1/+1
2010-11-07credentials: Lowercase library name,Jelmer Vernooij1-2/+2
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-21/+0
2010-10-30s4-cmdline: make cmdline-credentials a private libraryAndrew Tridgell1-6/+6
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-2/+2
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-2/+2
2010-10-11popt_credentials: Implement pending machine account manually, rather than thr...Jelmer Vernooij1-5/+10
2010-10-11credentials: Split up into several subsystems.Jelmer Vernooij1-1/+1
2010-09-08popt_common: Add missing dependency on libsamba-hostconfig.Jelmer Vernooij1-3/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-14/+14
2010-05-21Doh! If you're going to give advice in "useage", make sure it's correct.Jeremy Allison1-2/+2
2010-05-21Add comments to usage error message for -k to make it obvious what this needs.Jeremy Allison1-2/+3
2010-05-21Revert "Make -k a simple non-bool option."Andrew Bartlett1-0/+9
2010-05-20Make -k a simple non-bool option.Jeremy Allison1-9/+0
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-3/+3
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06s4-waf: install the rest of the headersAndrew Tridgell1-2/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+22
2010-03-24s4:cmdline Add --sign and --encrypt options to our common command lineAndrew Bartlett1-1/+28
2010-02-13s4:popt_common.c - fix intendationMatthias Dieter Wallnöfer1-1/+1
2009-08-24s4:cmdline: setup talloc log and abort functionsStefan Metzmacher1-0/+7
2009-03-17fix build on sles8 and other old popt installationsBjörn Jacke1-0/+4
2008-11-02Remove global_loadparm.Jelmer Vernooij2-6/+2
2008-11-02Move check of SMB_CONF_PATH to loadparm code.Jelmer Vernooij1-5/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-0/+3
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-2/+2
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-2/+4
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-4/+4
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-3/+6
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-1/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26392: cmdline: remove unused varStefan Metzmacher1-2/+0
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-0/+1
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-9/+14
2007-12-21r26350: More tests.Jelmer Vernooij1-3/+3
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij1-3/+3
2007-12-21r26308: Split up big popt common callback function.Jelmer Vernooij2-32/+58