]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:lib: Move popt_common_credentials to separate file
authorChristof Schmitt <cs@samba.org>
Mon, 13 Aug 2018 22:39:08 +0000 (15:39 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 7 Sep 2018 15:26:14 +0000 (17:26 +0200)
commitb7464fd89bc22b71c82bbaa424bcbfcf947db651
treeaa08e3107ae41fe5a71074ab54468588eb15f97e
parentdff1028e8ba4c70e726283c12531853681034014
s3:lib: Move popt_common_credentials to separate file

This is only used by command line utilities and has additional
dependencies. Move to a separate file to contain the dependencies to the
command line tools.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
16 files changed:
source3/client/client.c
source3/include/popt_common.h
source3/include/popt_common_cmdline.h [new file with mode: 0644]
source3/lib/popt_common.c
source3/lib/popt_common_cmdline.c [new file with mode: 0644]
source3/rpcclient/cmd_spoolss.c
source3/rpcclient/rpcclient.c
source3/rpcclient/wscript_build
source3/utils/net.c
source3/utils/regedit.c
source3/utils/smbcacls.c
source3/utils/smbcquotas.c
source3/utils/smbget.c
source3/utils/smbtree.c
source3/utils/wscript_build
source3/wscript_build