summaryrefslogtreecommitdiff
path: root/source3/utils/net_lookup.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-11net: Use dns_rr_srv->ss_s in "net lookup ldap"Volker Lendecke1-9/+13
2020-12-11net: Use ads_dns_query_srv() in net_lookup_ldap()Volker Lendecke1-11/+17
2020-12-11net: Add "sitename" support to "net lookup ldap"Volker Lendecke1-3/+9
2020-09-15s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison1-1/+1
2020-09-15s3: utils: Make net_lookup_dc() use get_sorted_dc_list_sa().Jeremy Allison1-5/+5
2020-09-15s3: libsmb: Rename get_kdc_list_sa() back to get_kdc_list().Jeremy Allison1-2/+2
2020-09-15s3: utils: Make net_lookup_kdc() use get_kdc_list_sa().Jeremy Allison1-5/+5
2020-09-15lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...Jeremy Allison1-1/+1
2020-09-07s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison1-1/+1
2020-09-07s3: net lookup: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_ta...Jeremy Allison1-3/+10
2020-09-07s3: libads: Rename get_kdc_list_talloc() -> get_kdc_list().Jeremy Allison1-2/+2
2020-09-07s3: utils: net_lookup. Convert to use get_kdc_list_talloc().Jeremy Allison1-5/+11
2020-09-07s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison1-1/+2
2019-01-28s3:utils: Use C99 initializer in functable in net_lookupAndreas Schneider1-10/+39
2018-12-19utils: Add kerberos tracingSwen Schillig1-4/+3
2018-12-11net: Use dom_sid_str_bufVolker Lendecke1-2/+4
2018-11-22utils: Free host realm after processingSwen Schillig1-4/+5
2018-11-22utils: Free krb5 context for net_lookup_kdcSwen Schillig1-0/+3
2018-04-11libsmb: Give dsgetdcname.c its own headerVolker Lendecke1-0/+1
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2018-02-13net: Slightly simplify net_lookup_dsgetdcname()Volker Lendecke1-2/+2
2018-02-13net: Add some {}Volker Lendecke1-1/+2
2014-12-18addns: Remove support for dns_host_file.Andreas Schneider1-6/+10
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison1-12/+5
2013-06-21s3:utils/net_lookup fix a format-errorChristian Ambach1-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-02-09s3-net: Don't use an internal krb5 for kdc lookup.Andreas Schneider1-19/+23
2011-06-01Fix const warning.Jeremy Allison1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-06More const fixes... getting near the end now.Jeremy Allison1-1/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2010-12-15Fix bug 7866 - "net" in v3-6-test broken.Jeremy Allison1-0/+6
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-1/+1
2010-07-13s3-libnet: better separate headers.Günther Deschner1-0/+1
2010-07-01s3-libads: move ads_dns out of main includes.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-02-23s3 move the sitename cache in its own fileSimo Sorce1-0/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-6/+13
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-4/+4
2009-07-30s3 net: i18n support for net lookupKai Blin1-12/+12
2009-07-28Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison1-2/+2
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-2/+6
2008-05-15net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner1-12/+2
2008-05-10net: more whitespace cleanupKai Blin1-3/+3
2008-05-10net: Remove globalsKai Blin1-19/+19
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-1/+1
2008-02-28Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner1-2/+5