summaryrefslogtreecommitdiffstats
path: root/source4/lib/cmdline
Commit message (Collapse)AuthorAgeFilesLines
* s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -kAndrew Bartlett2015-03-061-1/+1
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* waf: Make sure we link against samba-util.Andreas Schneider2013-02-141-0/+1
| | | | | | | | | | libcmdline-credentials.so needs samba_getpass() from libsamba-util.so, so we need to link against it. Reviewed-by: Andrew Bartlet <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Feb 14 16:56:29 CET 2013 on sn-devel-104
* cmdline: Use new samba_getpass() function.Andreas Schneider2012-12-031-5/+9
| | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* popt_common: Fix typos.Karolin Seeger2012-11-151-2/+2
| | | | | | | | | | Karolin Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Nov 15 01:31:50 CET 2012 on sn-devel-104
* Stop installing popt_common.h as its symbols are in a private library.Jelmer Vernooij2012-03-161-1/+0
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Mar 16 17:39:31 CET 2012 on sn-devel-104
* s4-cmdline: Remove unused popt_common_dont_ask()Andrew Bartlett2012-02-102-10/+0
| | | | | | Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-2/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
* s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett2011-07-291-1/+1
| | | | | | | In commit 3c9d01e3e58e2217915317406541ac8c6f6dcf92 I changed the priority order and added DEBUG_DEFAULT_STDOUT, but did not check all the callers. Andrew Bartlett
* s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett2011-06-213-12/+12
| | | | | | | | These same names are use in the source3 popt code, which is called from in libsmbclient and libnet. These are then included in the smbtorture binary for testing Andrew Bartlett
* s4-credentials Add a command line hook to set the kerberos credentials cacheAndrew Bartlett2011-04-041-1/+13
| | | | | | | | This allows this to be specified independent of the KRB5CCNAME environment variable (in this case, it's harder than it should be to set up in the make test for s3 that way). Andrew Bartlett
* s4-cmdline: moved loadparm init after fault setupAndrew Tridgell2011-03-291-2/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* fault: fixed call to fault_setup() to use new syntaxAndrew Tridgell2011-03-231-1/+1
|
* s4-loadparm: use loadparm_init_global() instead of loadparm_init()Andrew Tridgell2010-11-291-1/+1
| | | | | | | this prevents us having two lp_ctx contexts in these tools which leads to bizarre behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* credentials: Lowercase library name,Jelmer Vernooij2010-11-071-2/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-21/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* s4-cmdline: make cmdline-credentials a private libraryAndrew Tridgell2010-10-301-6/+6
|
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+2
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-2/+2
|
* popt_credentials: Implement pending machine account manually, rather than ↵Jelmer Vernooij2010-10-111-5/+10
| | | | through credentials.
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-111-1/+1
|
* popt_common: Add missing dependency on libsamba-hostconfig.Jelmer Vernooij2010-09-081-3/+2
|
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-14/+14
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Doh! If you're going to give advice in "useage", make sure it's correct.Jeremy Allison2010-05-211-2/+2
| | | | Jeremy.
* Add comments to usage error message for -k to make it obvious what this needs.Jeremy Allison2010-05-211-2/+3
| | | | Jeremy.
* Revert "Make -k a simple non-bool option."Andrew Bartlett2010-05-211-0/+9
| | | | | | | | | | | | | | This reverts commit 2bbf055dbb15ea99b80ae66adc906ad5494a3999. This change broke 'make test', because the current syntax is deliberate and an integral part of how Samba4 uses Kerberos. If a change like this is to be implemented, then careful review of all our test scripts must be taken first, and then new options such as --dont-use-kerberos, --may-use-kerberos and --must-use-kerberos should be added. Andrew Bartlett
* Make -k a simple non-bool option.Jeremy Allison2010-05-201-9/+0
| | | | Jeremy.
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-3/+3
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-2/+2
|
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+22
|
* s4:cmdline Add --sign and --encrypt options to our common command lineAndrew Bartlett2010-03-241-1/+28
| | | | | | | This allows ldbsearch to accept --sign and --encrypt. I'll soon work to integrate with the --signing= option in smbclient. Andrew Bartlett
* s4:popt_common.c - fix intendationMatthias Dieter Wallnöfer2010-02-131-1/+1
|
* s4:cmdline: setup talloc log and abort functionsStefan Metzmacher2009-08-241-0/+7
| | | | metze
* fix build on sles8 and other old popt installationsBjörn Jacke2009-03-171-0/+4
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Remove global_loadparm.Jelmer Vernooij2008-11-022-6/+2
|
* Move check of SMB_CONF_PATH to loadparm code.Jelmer Vernooij2008-11-021-5/+1
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-0/+3
| | | | remove some unused functions.
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
| | | | (This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-2/+2
| | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
* Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-181-2/+4
| | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-4/+4
| | | | (This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
* Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-3/+6
| | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
| | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
* r26392: cmdline: remove unused varStefan Metzmacher2007-12-211-2/+0
| | | | | metze (This used to be commit 844da106e91e1363df5f201caa703cea8e98aa16)
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-9/+14
| | | | (This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd)
* r26350: More tests.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 87799f55d5d85bf9a15a9637143faa32183b181b)
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 1e02cd8db1d65ff72b747833904a10b47749b1fb)