summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-7/+28
2008-12-13s3: correctly detect if the current dc is the closest oneStefan Metzmacher1-1/+1
2008-10-23Use common error definitions.Jelmer Vernooij1-1/+1
2008-10-20s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner1-0/+1
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij1-2/+2
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-1/+1
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+2
2008-09-25s3-nbt: remove double nbt netlogon opcodes.Günther Deschner1-4/+4
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner1-4/+4
2008-08-11libnetjoin: support kerberized joining/unjoing (fix #5416).Günther Deschner1-2/+8
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+2
2008-06-24net ads: Fix typos.Karolin Seeger1-2/+2
2008-06-13net: Fix bug #5542 (samsync contains empty passwords).Günther Deschner1-2/+0
2008-06-12net: Fix net_ads.c build for the HAVE_ADS == 0 case.Kai Blin1-1/+1
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-14/+14
2008-06-10net: Make "net ads" use functable3Kai Blin1-214/+512
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