summaryrefslogtreecommitdiff
path: root/source3/utils/net_dom.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett1-6/+6
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-01-28s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner1-1/+1
2010-11-24s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett1-1/+2
2010-08-06s3-net: only include netapi header when needed.Günther Deschner1-0/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-3/+9
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-3/+3
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke1-13/+6
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke1-6/+13
2009-07-30s3 net: i18n support for net domKai Blin1-32/+32
2009-07-22Revert "net: Use samba default command line arguments."Kai Blin1-5/+3
2009-05-25net: Use samba default command line arguments.Kai Blin1-3/+5
2009-05-11s3-net: add "net dom renamecomputer" to rename machines in a domain.Günther Deschner1-1/+113
2009-04-30s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner1-1/+2
2008-09-08net: use NETSETUP flags consistently.Günther Deschner1-1/+1
2008-08-29netapi: use NETSETUP join flags in examples.Günther Deschner1-4/+4
2008-07-31netapi: when using NetApi functions forward net's kerberos setting.Günther Deschner1-0/+3
2008-07-22Fix warnings on FreeBSD-based platformsZach Loafman1-8/+8
2008-07-21Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-5/+6
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Make "net dom" use functable3Kai Blin1-10/+25
2008-05-20net: The top level help function for net cmd is always net_cmd_usageKai Blin1-14/+6
2008-05-16net: use the netapi_ctx from the net_context struct.Günther Deschner1-20/+12
2008-05-10net: Remove globalsKai Blin1-31/+35
2008-04-16net/libnetapi: Include netapi headers early and free on exit.Günther Deschner1-3/+0
2008-02-28Use libnetapi_get_error_string() in "net dom" commands.Günther Deschner1-2/+2
2008-01-11Fix libnetapi error string callers.Günther Deschner1-2/+2
2007-12-22Fix net_dom_join & net_dom_unjoin.Günther Deschner1-19/+38
2007-12-21Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner1-8/+8
2007-12-12Some cleanups for "net dom join".Günther Deschner1-4/+9
2007-12-03Actually implement reboot feature for net dom join/unjoin.Günther Deschner1-6/+75
2007-11-30Add "net dom unjoin" code.Günther Deschner1-0/+52
2007-11-30Add "net dom join" code.Günther Deschner1-0/+116