summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-24s3: Add --use-ccache to netVolker Lendecke1-0/+3
2010-01-19s3 net: Fix compile warningsKai Blin1-93/+169
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-8/+8
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-90/+90
2010-01-14Fix bug #7036 - net rpc getsid fails in hardened windows environments.Jeremy Allison1-1/+7
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-4/+3
2010-01-03s3: Convert cli_tdis to the async APIVolker Lendecke1-2/+8
2009-11-30Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke1-1/+2
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+7
2009-11-22s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke1-10/+23
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke1-140/+86
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke1-86/+140
2009-11-07s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke1-1/+2
2009-10-28s3:net: fix output of net rpc trustdom listBjörn Jacke1-3/+5
2009-10-14s3:net simplify padding to single printf callBjörn Jacke1-8/+2
2009-10-13s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain namesVolker Lendecke1-8/+2
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-1/+1
2009-10-13s3-netlogon: pass down account name to remote password set functions.Günther Deschner1-0/+1
2009-10-12ѕ3: fix domain trust documentation confusionBjörn Jacke1-11/+11
2009-10-05s3-net: print error when "net rpc changetrustpw" has failed.Günther Deschner1-1/+9
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-2/+2
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner1-1/+1
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner1-0/+2
2009-08-07s3 net: i18n support for net rpcKai Blin1-560/+617
2009-07-22Revert "net: Use samba default command line arguments."Kai Blin1-49/+25
2009-05-25net: Use samba default command line arguments.Kai Blin1-25/+49
2009-05-13s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be...Günther Deschner1-1/+1
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-2/+2
2009-05-03Fix some warnings due to uint16_t!=-1 always being trueVolker Lendecke1-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-4/+3
2009-04-28s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...Günther Deschner1-0/+13
2009-04-21s3-secdesc: move all winreg access bits to IDL.Günther Deschner1-3/+3
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-4/+4
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett1-10/+9
2009-04-17s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher1-9/+8
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-1/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-3/+6
2009-03-20s3-net: Fix Coverity #861 (UNINIT).Günther Deschner1-1/+1
2009-03-20s3-net: Fix Coverity #898 (UNINIT).Günther Deschner1-1/+1
2009-03-18s3: remove POLICY_HND.Günther Deschner1-37/+37
2009-03-18s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner1-18/+18
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-1/+1
2009-02-05s3: use samr_RidWithAttribute instead of DOM_GID.Günther Deschner1-1/+1
2009-02-05s3-net: remove unused ENUM_HND.Günther Deschner1-3/+0
2009-02-01Fix some type-punned warningsVolker Lendecke1-3/+3
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-2/+1
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-2/+2
2009-01-22Actually complete 3662c2b...Volker Lendecke1-1/+1
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-2/+10
2009-01-06s3-samr: avoid all init_samr_user* functions.Günther Deschner1-25/+5