summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc_shell.c
Commit message (Collapse)AuthorAgeFilesLines
* s3 net: Fix compile warningsKai Blin2010-01-191-2/+1
|
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-2/+2
| | | | | | If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty.
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
| | | | | initialize return variables. Jeremy.
* Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke2009-11-081-13/+8
| | | | This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993.
* s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke2009-11-081-8/+13
|
* s3-net: allow to exit "net rpc sh" with "q" as well.Günther Deschner2009-09-021-1/+3
| | | | Guenther
* s3 net: i18n support for net rpc shellKai Blin2009-08-111-16/+16
|
* Revert "net: Use samba default command line arguments."Kai Blin2009-07-221-6/+3
| | | | | | | | | | This reverts commit fb262f79fab00374023e59476e8d05a1015a7041 and related commits c36031778e1983ddb11d3e1fcab35e738dbf94bc 72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b and 38cd0e086f50ce54d88a19aa5a6803469af90489 This change caused more trouble than it solved. We need to do this differently. Reverting so we don't accidently release this.
* net: Use samba default command line arguments.Kai Blin2009-05-251-3/+6
| | | | | | | | | | | | | | | | | | Attention: The meaning of the -N flag changed. To get the old meaning for net groupmap set, use the long option --ntname The long option for using kerberos changed from --kerberos to --use-kerberos net rpc commands will now prompt for a password if none is given. As a benefit, net will now accept an authentication file like other samba command line tools. So no need to specify the password on the command line in scripts anymore. This should fix bug #6357 Signed-off-by: Kai Blin <kai@samba.org>
* net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needsGünther Deschner2008-08-291-0/+9
| | | | | | | to use netapi as well. Guenther (This used to be commit 2f730649b73dcd11734d12921bfdad982fe75717)
* Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-3/+2
| | | | (This used to be commit 85c8363d5179e7053adc05e8abce2fb26cf9b968)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+4
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
* net: Make "net rpc" use functable3Kai Blin2008-06-101-2/+3
| | | | (This used to be commit 428b56863c3963ecd041b8398d5683c92fa64307)
* net: Use true/false instead of True/False.Kai Blin2008-05-201-9/+9
| | | | (This used to be commit a8b567aac3b0e39cfe67fb97167b10312ca5e73a)
* net: Remove globalsKai Blin2008-05-101-21/+24
| | | | (This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e)
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-1/+1
| | | | (This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf)
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-1/+1
| | | | | In utils/ I was a bit lazy... (This used to be commit 60e830b0f4571bd5d9039f2edd199534f2a4c341)
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-4/+10
| | | | | | Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-101-3/+4
| | | | | | | return NTSTATUS to allow for better error propagation. Michael (This used to be commit 46093004a788dae83a4ddb888ca5d72f555c236c)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r16346: Allow to exit a "net rpc shell" with 'quit' or 'exit'.Günther Deschner2007-10-101-0/+4
| | | | | Guenther (This used to be commit 232566e1cb1eaaa6ae09e9de8a8a82d91acdfda7)
* r13579: Next try to fix the AIX build. Thanks to Björn for nagging...Volker Lendecke2007-10-101-22/+20
| | | | | Volker (This used to be commit 4cf5109c7a1355f0adb42891ff490f03ae677347)
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
| | | | | macro which sets the freed pointer to NULL. (This used to be commit b65be8874a2efe5a4b167448960a4fcf6bd995e2)
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-101-1/+7
| | | | | | | | | | | Implement 'net rpc shell account' -- An editor for account policies nt_time_to_unix_abs changed its argument which to me seems wrong, and I could not find a caller that depends on this. So I changed it. Applied some more const in time.c. Volker (This used to be commit fc73690a7000d5a3f0f5ad34461c1f3a87edeac5)
* r13337: Attempt to fix the AIX buildVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit b129b4f94f6ff1d963ac316cf180662f5cecf9f6)
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+270
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)