summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-04net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner1-2/+7
2008-05-20net: The top level help function for net cmd is always net_cmd_usageKai Blin1-4/+4
2008-05-20net: Split out "net group"Kai Blin1-1/+1
2008-05-20net: Split out "net user"Kai Blin1-1/+1
2008-05-20net: Use true/false instead of True/False.Kai Blin1-13/+13
2008-05-12net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude1-0/+1
2008-05-10Fix the build with DNS_UPDATESVolker Lendecke1-1/+1
2008-05-10net: Remove globalsKai Blin1-175/+176
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner1-2/+2
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-10/+10
2008-04-21cldap: add talloc context to ads_cldap_netlogon().Günther Deschner1-2/+2
2008-04-21libads: Use libnbt for CLDAP reply parsing.Günther Deschner1-24/+21
2008-04-17net: Be more tolerant while joining.Günther Deschner1-4/+9
2008-04-14libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner1-6/+12
2008-04-14net: abort when lp_realm is not set in net_ads_leave().Günther Deschner1-0/+5
2008-04-14net: exit early in net_ads_join() if the domain is not set.Günther Deschner1-0/+6
2008-04-14net: use WERROR for check_ads_config().Günther Deschner1-9/+7
2008-04-14net: the success of secrets_init is checked by libnetjoin now.Günther Deschner1-6/+0
2008-03-23Fix Coverity ID 480Volker Lendecke1-1/+1
2008-03-07Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner1-2/+2
2008-03-04Move talloc_init to the right place in "net ads join".Günther Deschner1-6/+6
2008-02-28Remove original copy of now redundant join code.Günther Deschner1-330/+0
2008-02-28Some fixes for net ads join (uninitialized vars).Günther Deschner1-9/+8
2008-02-28Use libnet_Join() for "net ads join".Günther Deschner1-150/+33
2008-02-28Nicen error output in net_ads_leave.Günther Deschner1-2/+3
2008-02-28Re-arrange dns update block during "net ads join" a little.Günther Deschner1-20/+22
2008-02-28Use libnet_Unjoin() for "net ads leave".Günther Deschner1-47/+37
2008-02-28Some cosmetics for net_derive_salting_principal().Günther Deschner1-3/+1
2008-02-17Fix some more callers of PAC_DATA.Günther Deschner1-3/+5
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-3/+4
2008-01-15Fix some warnings -- Jeremy, please checkVolker Lendecke1-6/+5
2008-01-10Remove unused string.Günther Deschner1-3/+0
2008-01-08Use ads_get_upn() in net_derive_salting_principal().Günther Deschner1-15/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-4/+4
2007-12-04The usual !pstring...Jeremy Allison1-4/+9
2007-11-30Move param helper routines to one place.Günther Deschner1-14/+0
2007-11-27Remove some staticsVolker Lendecke1-2/+5
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-15/+21
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-10/+10
2007-10-10r25201: Fight those red bars...Michael Adam1-182/+183
2007-10-10r25200: Fix a debug message.Michael Adam1-1/+1
2007-10-10r25198: Change net_rpc_join_ok() to return NTSTATUS for betterMichael Adam1-2/+6
2007-10-10r24853: Rename function as Jerry asked.Rafal Szczesniak1-2/+2
2007-10-10r24789: Add implementation of machine-authenticated connection to netlogonRafal Szczesniak1-2/+2
2007-10-10r24432: Expand kerberos_return_pac() so that it can be used in winbindd.Günther Deschner1-1/+8
2007-10-10r24107: Fix bug 4849. Thanks to Matthijs Kooijman <matthijs@stdin.nl>Volker Lendecke1-1/+1
2007-10-10r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...Günther Deschner1-0/+111
2007-10-10r23968: Harmonize net's password prompts.Günther Deschner1-5/+2
2007-10-10r23888: move elements belonging to the current ldap connection to aStefan Metzmacher1-13/+13
2007-10-10r23834: Allow to pass an ADS_STRUCT pointer down to the dump function callbac...Günther Deschner1-1/+1