summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc_shell.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-2/+2
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett2010-11-241-1/+2
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-0/+1
* s3-net: only include netapi header when needed.Günther Deschner2010-08-061-0/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-build: only use ndr_samr.h where needed.Günther Deschner2010-05-281-0/+1
* 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
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
* Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke2009-11-081-13/+8
* 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
* 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
* net: Use samba default command line arguments.Kai Blin2009-05-251-3/+6
* net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needsGünther Deschner2008-08-291-0/+9
* Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-3/+2
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+4
* net: Make "net rpc" use functable3Kai Blin2008-06-101-2/+3
* net: Use true/false instead of True/False.Kai Blin2008-05-201-9/+9
* net: Remove globalsKai Blin2008-05-101-21/+24
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-1/+1
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-1/+1
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-4/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-101-3/+4
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r16346: Allow to exit a "net rpc shell" with 'quit' or 'exit'.Günther Deschner2007-10-101-0/+4
* r13579: Next try to fix the AIX build. Thanks to Björn for nagging...Volker Lendecke2007-10-101-22/+20
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-101-1/+7
* r13337: Attempt to fix the AIX buildVolker Lendecke2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+270