summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_cmdline.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-lib: Do not require a password with --use-ccache.Andreas Schneider2014-12-021-1/+2
| | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=10279 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* util: Use new samba_getpass() function.Andreas Schneider2012-12-031-4/+5
| | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke2012-06-121-0/+12
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider2012-02-011-1/+1
| | | | | | This creates its own header file for util_cmdline so it doesn't need to link against popt. This should fix linking on FreeBSD.
* s3:lib: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-4/+5
| | | | metze
* s3:lib: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
| | | | metze
* s3-lib Remove unused get_cmdline_auth_info_copyAndrew Bartlett2011-07-141-24/+0
|
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
| | | | | | | | There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc.
* s3-util: separate out cmdline helpers.Günther Deschner2011-04-121-0/+277
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 12 13:06:27 CEST 2011 on sn-devel-104