summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3-net: mention optional impersonation principal for PAC retrieval.Günther Deschner2013-02-011-1/+1
* net: Use new samba_getpass() function for 'net ads'.Andreas Schneider2012-12-031-1/+9
* BUG 9326: Fix net ads join message for the dns domain.Andreas Schneider2012-10-291-1/+1
* s3-net: Fix DEBUG() location.Günther Deschner2012-10-021-1/+1
* s3-net: give more control how to update/register DNS entries.Günther Deschner2012-10-021-1/+12
* s3-net: move out some prototypes to net_dns.h.Günther Deschner2012-10-021-8/+1
* s3-net: pass down struct net_context to the dns update calls.Günther Deschner2012-10-021-9/+11
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+8
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+8
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett2012-05-261-1/+1
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-231-1/+1
* s3-ads-dns: Break dependency on lp_parmSimo Sorce2012-05-231-2/+6
* s3-net: Fix typo in comment.Karolin Seeger2012-05-081-1/+1
* s3:net ads join: remove a useless empty comment blockMichael Adam2012-01-311-2/+1
* s3:net ads join: add a comment for the call to _net_ads_join_dns_update()Michael Adam2012-01-311-0/+5
* s3:net ads join: reduce indentation in _net_ads_join_dns_updates()Michael Adam2012-01-311-46/+47
* s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...Michael Adam2012-01-311-77/+84
* s3:net ads join: improve comment for dns update blockMichael Adam2012-01-311-4/+4
* s3:net ads join: improve status evaluation for call to net_update_dns()Michael Adam2012-01-311-2/+5
* s3:net ads join: interpret return code of ads_kinit_password() in dns update ...Michael Adam2012-01-311-1/+8
* s3:net ads join: check for malloc success and react accordingly in dns update...Michael Adam2012-01-311-0/+5
* s3:net ads join: check for success of fetching machine password in dns update...Michael Adam2012-01-311-0/+5
* s3:net ads join: untangle assignment from check, fix return code and improve ...Michael Adam2012-01-311-2/+8
* s3:net ads join: reduce indentation and improve logging in the dns update cod...Michael Adam2012-01-311-13/+17
* s3:net ads join: untangle assignment from check.Michael Adam2012-01-311-1/+2
* s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3: fix typo in net ads join outputDavid Disseldorp2011-10-311-1/+1
* s3-net: Make sure to always re-use the "good" dc for the DNS updates as well.Günther Deschner2011-10-281-1/+1
* s3-net: when all DNS servers fail to operate, the overal DNS registration resultGünther Deschner2011-10-101-0/+2
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-12/+12
* Fix const warning.Jeremy Allison2011-06-011-1/+1
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-4/+4
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes... getting near the end now.Jeremy Allison2011-05-061-1/+1
* More simple const fixups.Jeremy Allison2011-05-051-3/+3
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-4/+3
* s3-waf: try to fix the non-ldap-but-krb5 build.Günther Deschner2011-04-151-1/+1
* s3: Retry the join with the short nameVolker Lendecke2011-04-121-0/+5
* s3-build: remove -I../lib/addns.Günther Deschner2011-03-101-1/+1
* Fix some typesJelmer Vernooij2011-02-281-2/+2
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-net: use correct spoolss header in net_ads.c.Günther Deschner2011-01-181-1/+1
* s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ha...Günther Deschner2011-01-061-6/+21
* Fix a warning message.Jeremy Allison2010-12-221-1/+2
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-1/+1
* s3:net ads dns register: use "cluster addresses" option if configured (bug #7...Stefan Metzmacher2010-12-171-3/+11
* s3:net ads dns register: add support for specifying addresse on the commandli...Michael Adam2010-12-171-3/+40
* s3:net: add net_update_dns_ext() that accepts a list of addresses as paramete...Michael Adam2010-12-171-12/+27