summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-05s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...Stefan Metzmacher1-0/+1
2012-06-26s3:net registry import: add option --precheckGregor Beck1-0/+1
2012-01-18s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett1-1/+1
2011-10-12s3:net: add command registry checkGregor Beck1-0/+3
2011-05-06s3-includes: finally only include client.h when libsmb is used.Günther Deschner1-0/+2
2011-04-13s3-build Remove distinct LOCALEDIR subsystemAndrew Bartlett1-1/+0
2011-04-04s3-net: add command "net idmap check"Gregor Beck1-0/+3
2011-03-30s3: include ../librpc/gen_ndr/lsa.h where needed.Günther Deschner1-0/+1
2011-02-15s3: no need to globally include intl.h.Günther Deschner1-0/+1
2011-02-09s3:net add option --dbGregor Beck1-0/+1
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-0/+1
2010-08-06s3-net: only include netapi header when needed.Günther Deschner1-1/+0
2010-07-13s3-libnet: better separate headers.Günther Deschner1-1/+0
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-01-24s3: Add --use-ccache to netVolker Lendecke1-0/+1
2010-01-24s3: Fix a bug in net's use of poptVolker Lendecke1-1/+1
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke1-2/+1
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke1-1/+2
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner1-0/+1
2009-07-29s3 net: Initial top level support.Kai Blin1-0/+13
2009-07-22Revert "net: Use samba default command line arguments."Kai Blin1-2/+7
2009-05-25net: Use samba default command line arguments.Kai Blin1-7/+2
2009-04-17s3:net: add --request-timeout optionStefan Metzmacher1-0/+1
2008-11-18s3-net: add net_dc_info struct.Günther Deschner1-0/+10
2008-09-10net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin1-1/+0
2008-08-01vampire keytab: add command line switch --clean-old-entries .Michael Adam1-0/+1
2008-08-01vampire keytab: introduce switch --single-obj-repl.Michael Adam1-0/+1
2008-08-01net rpc vampire: rename --repl-nodiff to --force-full-repl.Michael Adam1-1/+1
2008-08-01vampire keytab: add switch --repl-nodiff to trigger full replication.Michael Adam1-0/+1
2008-07-31net: add "-k" switch for kerberos authentication (in preparation for #5416).Günther Deschner1-0/+1
2008-07-21Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-1/+1
2008-06-24net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL).Günther Deschner1-0/+2
2008-06-17net_vampire: move some samsync functions to libnet.Günther Deschner1-43/+0
2008-06-13net_vampire: restructure internal code more.Günther Deschner1-0/+30
2008-06-13net_vampire: start using talloc for the ldif vampire code.Günther Deschner1-6/+6
2008-06-13net: Fix bug #5542 (samsync contains empty passwords).Günther Deschner1-0/+1
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-11/+0
2008-06-10net: Autogenerate "net help" output from net's functable.Kai Blin1-0/+1
2008-06-10net: Use functable3Kai Blin1-1/+1
2008-06-10net: Add net_run_function3Kai Blin1-0/+1
2008-06-10net: Move includes to net.hKai Blin1-40/+64
2008-06-05net: fix debuglevel handling.Günther Deschner1-1/+0
2008-05-20net: Split out common help functions.Kai Blin1-0/+1
2008-05-10net: Remove globalsKai Blin1-40/+48
2008-05-10net: Some whitespace clean-up.Kai Blin1-10/+10
2008-04-21net: Add libnetapi context to net's impressive list of globals.Günther Deschner1-0/+1
2008-04-16net/libnetapi: Include netapi headers early and free on exit.Günther Deschner1-0/+2
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-1/+1
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-4/+4