Volker Lendecke
b02c46bef9
Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"
...
This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993.
2009-11-08 19:43:46 +01:00
Volker Lendecke
53f2a1595e
s3: Make run_rpc_command take strings instead of a ndr_interface_table
2009-11-08 13:12:15 +01:00
Volker Lendecke
2aa0af9867
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
2009-11-07 09:14:15 +01:00
Günther Deschner
60bf0eb607
s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.
...
Guenther
2009-11-06 13:31:17 +01:00
Günther Deschner
6ca8a40976
s3-net: better use memory credential cache in net_ads_kerberos_pac().
...
Guenther
2009-11-06 12:51:29 +01:00
Günther Deschner
58184b5fd4
s3-net: allow to call "net ads kerberos pac <impersonation principal> -P".
...
Guenther
2009-11-06 12:44:45 +01:00
Björn Jacke
0ba004dc7d
s3:net: fix output of net rpc trustdom list
...
Move some messages from stderr to stdout. When some trusting DCs were
unreachable we lacked \n's on stdout which screwed up whole the output.
2009-10-28 14:45:49 +01:00
Günther Deschner
96bffa5bbd
s3-net: acct_flags are uint32_t in net_sam_set_userflag().
...
Guenther
2009-10-28 12:37:39 +01:00
Michael Adam
8fdef14305
s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff time
...
Use "never" as argument to set this to unlimited.
Michael
2009-10-27 15:39:09 +01:00
Günther Deschner
8b247f3538
s3-net: fix build warning (missing default in switch).
...
Guenther
2009-10-16 02:04:03 +02:00
Björn Jacke
e33c23dc5c
s3:net: simplify padding to single printf call
2009-10-14 00:22:08 +02:00
Björn Jacke
6deb1fcc88
s3:net simplify padding to single printf call
2009-10-14 00:19:35 +02:00
Volker Lendecke
8a27fdea89
s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain names
...
That was a complicated way to say "%-20.s"... But that code was from 2002 ...
2009-10-13 23:09:05 +02:00
Günther Deschner
ebe0e64ba9
s3: use enum netr_SchannelType all over the place.
...
Guenther
2009-10-13 10:21:46 +02:00
Günther Deschner
4a1b50afd5
s3-netlogon: pass down account name to remote password set functions.
...
Guenther
2009-10-13 00:07:45 +02:00
Björn Jacke
faad888e1a
ѕ3: fix domain trust documentation confusion
...
fix some trusted/trusting mixups, make documentation more precise
and man page more verbose.
2009-10-12 22:42:27 +02:00
Günther Deschner
55b12d032c
s3-net: print error when "net rpc changetrustpw" has failed.
...
Guenther
2009-10-05 13:01:53 +02:00
Günther Deschner
c6a7ecf28b
s3-registry: move rpccli_winreg_Connect to the only file it belongs.
...
Guenther
2009-10-01 11:40:31 +02:00
Günther Deschner
ad836c4d48
s3-registry: use pull_reg_sz() where appropriate.
...
(and move away from rpcstr_pull and rpcstr_pull_talloc).
Guenther
2009-10-01 11:40:30 +02:00
Günther Deschner
b0a66496f5
s3: use pull_reg_multi_sz in rpcclient and net.
...
Guenther
2009-09-30 00:31:42 +02:00
Günther Deschner
2c11b73391
s3-registry: use push_reg_sz().
...
Guenther
2009-09-30 00:29:49 +02:00
Volker Lendecke
0cf317f36f
s3: Remove the lua interpreter again
...
This was meant to support async winbind. But as the hairy parts of async
winbind (getgrent) are done without it, it can go again.
2009-09-29 13:51:43 +02:00
Volker Lendecke
30a4695b27
s3:smbstatus: Fix bug 6703, allow smbstatus as non-root
...
We only require a ctdb connection when clustering is enabled. This limits the
restriction for only-root smbstatus to the clustering case.
2009-09-18 18:32:25 +02:00
Volker Lendecke
89e80bfe4f
s3:smbstatus: Fix some nonempty blank lines
2009-09-18 18:32:23 +02:00
Kouhei Sutou
f8dae40fc8
spnego: Support ASN.1 BIT STRING and use it in SPNEGO.
...
Signed-off-by: Günther Deschner <gd@samba.org>
2009-09-17 20:10:54 +02:00
Günther Deschner
503d035814
spnego: share spnego_parse.
...
Guenther
2009-09-17 01:12:20 +02:00
Günther Deschner
537ac20a92
s3-eventlogadm: Fix Coverity #938 : UNINIT.
...
Guenther
2009-09-16 10:29:43 +02:00
Günther Deschner
d3af0346c8
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
...
Guenther
2009-09-15 17:49:34 +02:00
Günther Deschner
bea8e5fa60
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
...
Guenther
2009-09-11 09:59:04 +02:00
Günther Deschner
032e01e7c1
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and cli_rpc_pipe_open_ntlmssp.
...
Guenther
2009-09-11 09:59:04 +02:00
Günther Deschner
d9bdf2a02f
s3-ntlm_auth: fix two segfaults in diagnostics mode.
...
Guenther
2009-09-04 00:04:40 +02:00
Günther Deschner
5268783e5c
s3-net: allow to exit "net rpc sh" with "q" as well.
...
Guenther
2009-09-02 23:19:20 +02:00
Olaf Flebbe
5359e397ff
make smbcontrol smbd ping work proper checking for arguments handle short pid_t correctly
2009-08-24 16:17:43 +02:00
Kai Blin
49d1eec8ea
s3 net: Add getauthuser/setauthuser commands.
...
These replace the functionality of wbinfo --get-auth-user/--set-auth-user
2009-08-18 19:53:38 +02:00
Jeremy Allison
88fd98b7c4
Fix EVERY SINGLE build on the buildfarm that doesn't have
...
bindtextdomain or textdomain. C'mon, this is what configure.in
is *FOR*.
Jeremy.
2009-08-12 17:44:48 -07:00
Michael Adam
a038f1e05b
s3:smbcacls: forbid change of debug level from config file
...
Michael
2009-08-12 00:34:33 +02:00
Kai Blin
4f0d93531f
s3 net: i18n support for net utility functions
2009-08-11 09:34:25 +02:00
Kai Blin
84a93491b8
s3 net: i18n support for net usershare
2009-08-11 09:34:24 +02:00
Kai Blin
2388b9039d
s3 net: i18n support for net user
2009-08-11 09:34:24 +02:00
Kai Blin
a8c8432247
s3 net: i18n support for net time
2009-08-11 09:34:24 +02:00
Kai Blin
5810f7f094
s3 net: i18n support for net status
2009-08-11 09:34:24 +02:00
Kai Blin
7e4bd16c70
s3 net: i18n support for net share
2009-08-11 09:34:24 +02:00
Kai Blin
a0eb906f7e
s3 net: i18n support for net sam
2009-08-11 09:34:24 +02:00
Kai Blin
3eeb988248
s3 net: i18n support for net rpc shell
2009-08-11 09:34:24 +02:00
Kai Blin
d8af037aab
s3 net: i18n support for net rpc service
2009-08-11 09:34:23 +02:00
Kai Blin
77b96cc0bf
s3 net: i18n support for net rpc samsync
2009-08-11 09:34:23 +02:00
Kai Blin
303e49b2f1
s3 net: i18n support for net rpc rights
2009-08-10 19:41:03 +02:00
Kai Blin
e2433b86d2
s3 net: i18n support net rpc registry
2009-08-10 19:40:54 +02:00
Kai Blin
0ef723a682
s3 net: i18n support for net rpc printer
2009-08-10 19:40:43 +02:00
Kai Blin
ef04e4538c
s3 net: i18n support for net rpc join
2009-08-10 19:40:32 +02:00