summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve/resolve_lp.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-libcli: Remove obsolete support for file resolving.Andreas Schneider2014-12-181-2/+0
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4-resolve: Add lmhosts support into the source4 name resolve codeAndrew Bartlett2014-01-311-0/+2
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* s4-nbt: Ensure source4/ nbt client and server honour 'disable netbios'Andrew Bartlett2013-02-171-2/+6
| | | | | | | Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Feb 17 11:25:34 CET 2013 on sn-devel-104
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:libcli/resovle File based lookup module for DNS name typesAndrew Bartlett2010-03-111-0/+2
| | | | | | | | This uses the new common code to read a file containing DNS host names, so we don't have to use real DNS lookups in our test environment. Andrew Bartlett
* r26437: remove another use of global_loadparm.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 703f17bc0986775bf3fe489eb5c876937dabaa9d)
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-211-0/+46
(This used to be commit 801c8c766cb6a104751be8829593e0e123508134)