summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* nbt-cli: display all known NBT_SERVER flags.Günther Deschner2014-10-241-2/+6
* s3-net: display full value of "msDS-SupportedEncryptionTypes".Günther Deschner2014-10-081-4/+3
* s3-net: add "net ads enctypes {list,set,delete}".Günther Deschner2014-09-261-0/+308
* s3-net: add a new "net ads kerberos pac save" tool.Günther Deschner2014-03-121-0/+52
* s3-net: modify the current "net ads kerberos pac" command.Günther Deschner2014-03-121-38/+77
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-121-1/+4
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-121-1/+16
* s3-net: allow to provide custom local_service in "net ads kerberos pac".Günther Deschner2014-03-121-3/+11
* s3-net: change the way impersonation principals are used in "net ads kerberos...Günther Deschner2014-03-121-4/+10
* s3-libads: pass down local_service to kerberos_return_pac().Günther Deschner2014-03-121-0/+8
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* net ads join: Add support for specifying the machine account passwordAndrew Bartlett2013-03-061-0/+11
* 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