summaryrefslogtreecommitdiff
path: root/source3/utils/net_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-2/+2
* s3-net: prefer dcerpc_lsa_X functions in net_util.cGünther Deschner2011-02-021-13/+16
* s3-net: add net_scan_dc non-ad variant.Günther Deschner2011-02-011-1/+67
* s3:net: use ndr_dssetup_c.h instead of cli_dssetup.hStefan Metzmacher2011-01-111-1/+1
* s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-2/+8
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-3/+3
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3: Add --use-ccache to netVolker Lendecke2010-01-241-0/+4
* s3 net: Fix compile warningsKai Blin2010-01-191-2/+2
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-2/+2
* s3 net: Add a few missing gettext calls.Kai Blin2010-01-051-4/+4
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+2
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
* s3 net: i18n support for net utility functionsKai Blin2009-08-111-26/+29
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-4/+4
* Revert "net: Use samba default command line arguments."Kai Blin2009-07-221-18/+91
* net: Use samba default command line arguments.Kai Blin2009-05-251-91/+18
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-1/+1
* s3:net: add --request-timeout optionStefan Metzmacher2009-04-171-0/+2
* s3: remove POLICY_HND.Günther Deschner2009-03-181-1/+1
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+1
* s3-net: add net_scan_dc function.Günther Deschner2008-11-181-0/+38
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-2/+2
* net: Make share type lookup a function.Kai Blin2008-09-261-0/+12
* Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...Jeremy Allison2008-08-211-2/+3
* net: add "-k" switch for kerberos authentication (in preparation for #5416).Günther Deschner2008-07-311-3/+13
* Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-2/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-4/+6
* net: Don't crash on invalid command line options.Kai Blin2008-06-211-7/+0
* net: Fix crash when specifying invalid options on the command lineroot2008-06-191-0/+8
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-51/+2
* net: Add net_display_usage_from_functable()Kai Blin2008-06-101-0/+7
* net: Use functable2 to give a short help text for top-level functions.Kai Blin2008-06-101-0/+3
* net: Add net_run_function3Kai Blin2008-06-101-0/+27
* net: Move net_run_function/net_run_function2 to net_util.cKai Blin2008-06-101-0/+46
* net: Move more utility functions into net_util.cKai Blin2008-05-201-0/+466
* net: Use true/false instead of True/False.Kai Blin2008-05-201-1/+1
* net: Remove globalsKai Blin2008-05-101-1/+2
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-1/+1
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-081-7/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* 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
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
* r18271: Big change:Gerald Carter2007-10-101-2/+2