r5917: First step in using the new cli_credentials structure. This patch
authorJelmer Vernooij <jelmer@samba.org>
Mon, 21 Mar 2005 02:08:38 +0000 (02:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:08 +0000 (13:11 -0500)
commit02075be0bbc2095073f8898350fded64a7c97c79
tree28ea2820f79dfc766b745515848c840bf98b2a88
parent105660d3f9b537fa47fe6e33c0418a1d8f85e0e9
r5917: First step in using the new cli_credentials structure. This patch
puts support for it into popt_common, adds a few utility functions
(in lib/credentials.c) and the callback functions for the command-line
(lib/cmdline/credentials.c). Comments are welcome :-)
(This used to be commit 1d49b57c50fe8c2683ea23e9df41ce8ad774db98)
25 files changed:
source4/build/m4/rewrite.m4
source4/build/smb_build/main.pm
source4/client/client.c
source4/include/credentials.h
source4/include/includes.h
source4/lib/basic.mk
source4/lib/cmdline/config.m4
source4/lib/cmdline/config.mk [new file with mode: 0644]
source4/lib/cmdline/credentials.c [new file with mode: 0644]
source4/lib/cmdline/getsmbpass.c [moved from source4/lib/getsmbpass.c with 100% similarity]
source4/lib/cmdline/popt_common.c
source4/lib/cmdline/popt_common.h
source4/lib/credentials.c [new file with mode: 0644]
source4/lib/registry/tools/regdiff.c
source4/lib/registry/tools/regpatch.c
source4/lib/registry/tools/regshell.c
source4/lib/registry/tools/regtree.c
source4/libcli/climessage.c
source4/torture/torture.c
source4/utils/net/net.c
source4/utils/net/net.h
source4/utils/net/net_join.c
source4/utils/net/net_password.c
source4/utils/net/net_time.c
source4/utils/net/net_user.c