summaryrefslogtreecommitdiffstats
path: root/source/utils/net_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-021-2/+6
* net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner2008-05-151-12/+2
* net: more whitespace cleanupKai Blin2008-05-101-3/+3
* net: Remove globalsKai Blin2008-05-101-19/+19
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-1/+1
* Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-2/+5
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-1/+1
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-1/+1
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-2/+2
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-1/+1
* Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-021-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-35/+58
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner2007-10-101-5/+100
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-10-101-2/+2
* r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner2007-10-101-2/+4
* r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-10-101-6/+15
* r19416: Fix some c++ warnings.Günther Deschner2007-10-101-2/+2
* r18271: Big change:Gerald Carter2007-10-101-2/+2
* r18047: More C++ stuffVolker Lendecke2007-10-101-3/+3
* r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke2007-10-101-1/+1
* r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter2007-10-101-29/+43
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+52
* r12045: More warning fixes... Just a few more to go.Jeremy Allison2007-10-101-1/+1
* r11864: fix build breakage with solaris LDAP patch (my fault)Gerald Carter2007-10-101-2/+2
* r11551: Add a few more initialize_krb5_error_tableVolker Lendecke2007-10-101-0/+1
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-101-1/+2
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* Fix for bug #73. Name types can be specified using name#type notation.Tim Potter2003-09-051-7/+31
* large change:Gerald Carter2003-06-251-4/+4
* Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-301-1/+1
* Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).Jeremy Allison2003-01-281-1/+1
* [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-8/+8
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-3/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+171
* Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough2002-03-151-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+0
* added net lookup commandAndrew Tridgell2001-12-201-0/+62