Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth(). | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-03-06 | net ads join: Add support for specifying the machine account password | Andrew Bartlett | 1 | -0/+11 | |
This allows a predictable password to be specified, just like --machinepass does on samba-tool domain join. Andrew Bartlett Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-02-01 | s3-net: mention optional impersonation principal for PAC retrieval. | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-12-03 | net: Use new samba_getpass() function for 'net ads'. | Andreas Schneider | 1 | -1/+9 | |
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2012-10-29 | BUG 9326: Fix net ads join message for the dns domain. | Andreas Schneider | 1 | -1/+1 | |
We don't get a realm back from the server which is useable as a realm on Unix. On Unix they are case sensitive and on Windows they aren't. This confuses uses and if we write realm they try to use it as it came back in lowercase. Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Mon Oct 29 18:26:19 CET 2012 on sn-devel-104 | |||||
2012-10-02 | s3-net: Fix DEBUG() location. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Oct 2 18:06:17 CEST 2012 on sn-devel-104 | |||||
2012-10-02 | s3-net: give more control how to update/register DNS entries. | Günther Deschner | 1 | -1/+12 | |
Guenther | |||||
2012-10-02 | s3-net: move out some prototypes to net_dns.h. | Günther Deschner | 1 | -8/+1 | |
Guenther | |||||
2012-10-02 | s3-net: pass down struct net_context to the dns update calls. | Günther Deschner | 1 | -9/+11 | |
Guenther | |||||
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -2/+8 | |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -2/+8 | |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 | |
This is in preperation for the parameter table being made common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2012-05-26 | s3-utils: Use ads_do_search_retry in net ads search | Andrew Bartlett | 1 | -1/+1 | |
This makes it possible to search against a slow server, as will fallback from 1000 to (eventually) 125 users at a time. Andrew Bartlett Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat May 26 03:53:34 CEST 2012 on sn-devel-104 | |||||
2012-05-23 | Move source3/libads/dns.c to lib/addns | Simo Sorce | 1 | -1/+1 | |
2012-05-23 | s3-ads-dns: Break dependency on lp_parm | Simo Sorce | 1 | -2/+6 | |
In preparation of making this code common to s3 and s4 | |||||
2012-05-08 | s3-net: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-01-31 | s3:net ads join: remove a useless empty comment block | Michael Adam | 1 | -2/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Jan 31 18:37:45 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3:net ads join: add a comment for the call to _net_ads_join_dns_update() | Michael Adam | 1 | -0/+5 | |
2012-01-31 | s3:net ads join: reduce indentation in _net_ads_join_dns_updates() | Michael Adam | 1 | -46/+47 | |
2012-01-31 | s3:net ads join: move dns update code out to new function ↵ | Michael Adam | 1 | -77/+84 | |
_net_ads_join_dns_updates() | |||||
2012-01-31 | s3:net ads join: improve comment for dns update block | Michael Adam | 1 | -4/+4 | |
2012-01-31 | s3:net ads join: improve status evaluation for call to net_update_dns() | Michael Adam | 1 | -2/+5 | |
untangle assignment from check and log error code in message if failed. | |||||
2012-01-31 | s3:net ads join: interpret return code of ads_kinit_password() in dns update ↵ | Michael Adam | 1 | -1/+8 | |
block If failed, print according error message and skip the attempt to do dns update. | |||||
2012-01-31 | s3:net ads join: check for malloc success and react accordingly in dns ↵ | Michael Adam | 1 | -0/+5 | |
update block | |||||
2012-01-31 | s3:net ads join: check for success of fetching machine password in dns ↵ | Michael Adam | 1 | -0/+5 | |
update block log and cleanup accordingly if failed | |||||
2012-01-31 | s3:net ads join: untangle assignment from check, fix return code and improve ↵ | Michael Adam | 1 | -2/+8 | |
error logging only the dns update failed, not the join. Also do proper memory cleanup | |||||
2012-01-31 | s3:net ads join: reduce indentation and improve logging in the dns update ↵ | Michael Adam | 1 | -13/+17 | |
code block by doing an early goto done upon error condition | |||||
2012-01-31 | s3:net ads join: untangle assignment from check. | Michael Adam | 1 | -1/+2 | |
2011-11-03 | s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-31 | s3: fix typo in net ads join output | David Disseldorp | 1 | -1/+1 | |
Space missing from "DNS update in aclustered setup". Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Mon Oct 31 16:01:35 CET 2011 on sn-devel-104 | |||||
2011-10-28 | s3-net: Make sure to always re-use the "good" dc for the DNS updates as well. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 28 19:13:49 CEST 2011 on sn-devel-104 | |||||
2011-10-10 | s3-net: when all DNS servers fail to operate, the overal DNS registration result | Günther Deschner | 1 | -0/+2 | |
must be a failure. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 10 15:59:20 CEST 2011 on sn-devel-104 | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -12/+12 | |
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-06-01 | Fix const warning. | Jeremy Allison | 1 | -1/+1 | |
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 1 | -4/+4 | |
strncasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 | |
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-05-06 | More const fixes... getting near the end now. | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 00:57:00 CEST 2011 on sn-devel-104 | |||||
2011-05-05 | More simple const fixups. | Jeremy Allison | 1 | -3/+3 | |
2011-04-28 | s3-libads Pass a struct sockaddr_storage to cldap routines | Andrew Bartlett | 1 | -4/+3 | |
This avoids these routines doing a DNS lookup that has already been done, and ensures that the emulated DNS lookup isn't thrown away. Andrew Bartlett | |||||
2011-04-15 | s3-waf: try to fix the non-ldap-but-krb5 build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-04-12 | s3: Retry the join with the short name | Volker Lendecke | 1 | -0/+5 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-10 | s3-build: remove -I../lib/addns. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 | |
2011-01-18 | s3-net: use correct spoolss header in net_ads.c. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-06 | s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ↵ | Günther Deschner | 1 | -6/+21 | |
has failed. Initial patch from Patrik Martinsson <patrik.martinsson@smhi.se>. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 6 17:29:11 CET 2011 on sn-devel-104 | |||||
2010-12-22 | Fix a warning message. | Jeremy Allison | 1 | -1/+2 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 22 03:59:18 CET 2010 on sn-devel-104 | |||||
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -1/+1 | |
2010-12-17 | s3:net ads dns register: use "cluster addresses" option if configured (bug ↵ | Stefan Metzmacher | 1 | -3/+11 | |
#7871) metze Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 17 16:49:14 CET 2010 on sn-devel-104 |