summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2013-03-06net ads join: Add support for specifying the machine account passwordAndrew Bartlett1-0/+11
2013-02-01s3-net: mention optional impersonation principal for PAC retrieval.Günther Deschner1-1/+1
2012-12-03net: Use new samba_getpass() function for 'net ads'.Andreas Schneider1-1/+9
2012-10-29BUG 9326: Fix net ads join message for the dns domain.Andreas Schneider1-1/+1
2012-10-02s3-net: Fix DEBUG() location.Günther Deschner1-1/+1
2012-10-02s3-net: give more control how to update/register DNS entries.Günther Deschner1-1/+12
2012-10-02s3-net: move out some prototypes to net_dns.h.Günther Deschner1-8/+1
2012-10-02s3-net: pass down struct net_context to the dns update calls.Günther Deschner1-9/+11
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+8
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+8
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-05-26s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett1-1/+1
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce1-1/+1
2012-05-23s3-ads-dns: Break dependency on lp_parmSimo Sorce1-2/+6
2012-05-08s3-net: Fix typo in comment.Karolin Seeger1-1/+1
2012-01-31s3:net ads join: remove a useless empty comment blockMichael Adam1-2/+1
2012-01-31s3:net ads join: add a comment for the call to _net_ads_join_dns_update()Michael Adam1-0/+5
2012-01-31s3:net ads join: reduce indentation in _net_ads_join_dns_updates()Michael Adam1-46/+47
2012-01-31s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...Michael Adam1-77/+84
2012-01-31s3:net ads join: improve comment for dns update blockMichael Adam1-4/+4
2012-01-31s3:net ads join: improve status evaluation for call to net_update_dns()Michael Adam1-2/+5
2012-01-31s3:net ads join: interpret return code of ads_kinit_password() in dns update ...Michael Adam1-1/+8
2012-01-31s3:net ads join: check for malloc success and react accordingly in dns update...Michael Adam1-0/+5
2012-01-31s3:net ads join: check for success of fetching machine password in dns update...Michael Adam1-0/+5
2012-01-31s3:net ads join: untangle assignment from check, fix return code and improve ...Michael Adam1-2/+8
2012-01-31s3:net ads join: reduce indentation and improve logging in the dns update cod...Michael Adam1-13/+17
2012-01-31s3:net ads join: untangle assignment from check.Michael Adam1-1/+2
2011-11-03s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-10-31s3: fix typo in net ads join outputDavid Disseldorp1-1/+1
2011-10-28s3-net: Make sure to always re-use the "good" dc for the DNS updates as well.Günther Deschner1-1/+1
2011-10-10s3-net: when all DNS servers fail to operate, the overal DNS registration resultGünther Deschner1-0/+2
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-12/+12
2011-06-01Fix const warning.Jeremy Allison1-1/+1
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-4/+4
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-2/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06More const fixes... getting near the end now.Jeremy Allison1-1/+1
2011-05-05More simple const fixups.Jeremy Allison1-3/+3
2011-04-28s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett1-4/+3
2011-04-15s3-waf: try to fix the non-ldap-but-krb5 build.Günther Deschner1-1/+1
2011-04-12s3: Retry the join with the short nameVolker Lendecke1-0/+5
2011-03-10s3-build: remove -I../lib/addns.Günther Deschner1-1/+1
2011-02-28Fix some typesJelmer Vernooij1-2/+2
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-01-18s3-net: use correct spoolss header in net_ads.c.Günther Deschner1-1/+1
2011-01-06s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ha...Günther Deschner1-6/+21
2010-12-22Fix a warning message.Jeremy Allison1-1/+2
2010-12-20s3: Remove unused "retry" from cli_full_connectionVolker Lendecke1-1/+1
2010-12-17s3:net ads dns register: use "cluster addresses" option if configured (bug #7...Stefan Metzmacher1-3/+11