Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-22 | s3:net_util: use server_name instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 | |
They should be the same. metze | |||||
2011-07-22 | s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-22 | s3:net_util: add some const to sockaddr_storage | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -2/+2 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 | |
2011-02-27 | s3: Make is_zero_addr take a sockaddr_storage | Volker Lendecke | 1 | -2/+2 | |
All callers had to cast this anyway Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in net_util.c | Günther Deschner | 1 | -13/+16 | |
Guenther | |||||
2011-02-01 | s3-net: add net_scan_dc non-ad variant. | Günther Deschner | 1 | -1/+67 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 17:48:40 CET 2011 on sn-devel-104 | |||||
2011-01-11 | s3:net: use ndr_dssetup_c.h instead of cli_dssetup.h | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-01-04 | s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation() | Stefan Metzmacher | 1 | -2/+8 | |
metze | |||||
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -3/+3 | |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -2/+2 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-01-24 | s3: Add --use-ccache to net | Volker Lendecke | 1 | -0/+4 | |
2010-01-19 | s3 net: Fix compile warnings | Kai Blin | 1 | -2/+2 | |
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 1 | -2/+2 | |
If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | |||||
2010-01-05 | s3 net: Add a few missing gettext calls. | Kai Blin | 1 | -4/+4 | |
Many many thanks to Adi Roiban from #ubuntu-translators for helping me find and fix my problems with the translations. | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+2 | |
samba. Guenther | |||||
2009-11-12 | Ensure all callers to the rpc_client/cli_pipe functions correctly | Jeremy Allison | 1 | -1/+1 | |
initialize return variables. Jeremy. | |||||
2009-08-11 | s3 net: i18n support for net utility functions | Kai Blin | 1 | -26/+29 | |
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 1 | -4/+4 | |
W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy. | |||||
2009-07-22 | Revert "net: Use samba default command line arguments." | Kai Blin | 1 | -18/+91 | |
This reverts commit fb262f79fab00374023e59476e8d05a1015a7041 and related commits c36031778e1983ddb11d3e1fcab35e738dbf94bc 72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b and 38cd0e086f50ce54d88a19aa5a6803469af90489 This change caused more trouble than it solved. We need to do this differently. Reverting so we don't accidently release this. | |||||
2009-05-25 | net: Use samba default command line arguments. | Kai Blin | 1 | -91/+18 | |
Attention: The meaning of the -N flag changed. To get the old meaning for net groupmap set, use the long option --ntname The long option for using kerberos changed from --kerberos to --use-kerberos net rpc commands will now prompt for a password if none is given. As a benefit, net will now accept an authentication file like other samba command line tools. So no need to specify the password on the command line in scripts anymore. This should fix bug #6357 Signed-off-by: Kai Blin <kai@samba.org> | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-17 | s3:net: add --request-timeout option | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -2/+1 | |
Jeremy. | |||||
2008-11-18 | s3-net: add net_scan_dc function. | Günther Deschner | 1 | -0/+38 | |
Guenther | |||||
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -2/+2 | |
otherwise (to clarify we can also pass in structs smaller than sockaddr_storage, such as sockaddr_in). | |||||
2008-09-26 | net: Make share type lookup a function. | Kai Blin | 1 | -0/+12 | |
2008-08-21 | Fix broken net rpc join message when DC can't be found. Ensure we pass in a ↵ | Jeremy Allison | 1 | -2/+3 | |
domain name. Jeremy. (This used to be commit 33019fe2b5f521c143fc79edb915eca69b9ed98d) | |||||
2008-07-31 | net: add "-k" switch for kerberos authentication (in preparation for #5416). | Günther Deschner | 1 | -3/+13 | |
Guenther (This used to be commit 4cce94d464b16d29b638da3a581d98a237959b63) | |||||
2008-07-21 | Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -2/+3 | |
(This used to be commit 0f77746f36b98acc5171727fa3fc236af9fd2000) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -4/+6 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779) | |||||
2008-06-21 | net: Don't crash on invalid command line options. | Kai Blin | 1 | -7/+0 | |
This backs out the workaround Jerry added in 4c3bfea9f8d238f9100eaa264b9b2941dff5a6dd. Thanks for the catch. (This used to be commit 20e0bb4800938863cb0aac1a19473748132043fc) | |||||
2008-06-19 | net: Fix crash when specifying invalid options on the command line | root | 1 | -0/+8 | |
(This used to be commit 4c3bfea9f8d238f9100eaa264b9b2941dff5a6dd) | |||||
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -51/+2 | |
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) | |||||
2008-06-10 | net: Add net_display_usage_from_functable() | Kai Blin | 1 | -0/+7 | |
(This used to be commit de0e15b35ea46cfcdd82f45eb3329c44d7aacb90) | |||||
2008-06-10 | net: Use functable2 to give a short help text for top-level functions. | Kai Blin | 1 | -0/+3 | |
(This used to be commit e9be24a2cbbd9bc7075c0fe75d44d51184f84dba) | |||||
2008-06-10 | net: Add net_run_function3 | Kai Blin | 1 | -0/+27 | |
(This used to be commit ba1108f06ae5860c8f418dc383b027068780abf9) | |||||
2008-06-10 | net: Move net_run_function/net_run_function2 to net_util.c | Kai Blin | 1 | -0/+46 | |
(This used to be commit 73fb5f392dbc1966ec34217e39d565200e071aaf) | |||||
2008-05-20 | net: Move more utility functions into net_util.c | Kai Blin | 1 | -0/+466 | |
(This used to be commit 0f5ebdf0bc5610bf93a4db67c9f9513683306c66) | |||||
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -1/+1 | |
(This used to be commit a8b567aac3b0e39cfe67fb97167b10312ca5e73a) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -1/+2 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf) | |||||
2008-04-08 | Move is_valid_policy_hnd() out of net. | Günther Deschner | 1 | -7/+0 | |
Guenther (This used to be commit aae4d91e726ef8dcad173cdd1d6f719d94462948) |