summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_util.c
Commit message (Expand)AuthorAgeFilesLines
* net: Use samba_getpass() function in net util.Andreas Schneider2012-12-031-3/+7
* Remove unused function.Jeremy Allison2012-02-241-21/+0
* s3-utils: Remove unused connect_to_ipc_krb5()Andrew Bartlett2012-02-231-53/+0
* s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-3/+4
* s3:net_util: use server_name instead of cli->desthostStefan Metzmacher2011-07-221-1/+1
* s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex()Stefan Metzmacher2011-07-221-1/+1
* s3:net_util: add some const to sockaddr_storageStefan Metzmacher2011-07-221-8/+8
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* 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: 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