summaryrefslogtreecommitdiffstats
path: root/lib/util/util_net.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove unused "client_name"Volker Lendecke2013-08-121-1/+0
| | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* net: Don't register link local addresses with DNSKai Blin2011-09-241-0/+1
|
* util-net: added is_ipaddress_v6()Andrew Tridgell2011-06-061-0/+1
|
* lib/util Move set_socket_options() into common code.Andrew Bartlett2011-05-031-0/+2
|
* lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett2011-05-031-0/+35
| | | | | | This will help with the merge of the interfaces layer. Andrew Bartlett
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+28
| | | | These were causing thousands of warnings on solaris8
* Move prototype to header of common code for set_sockaddr_portAndrew Bartlett2010-03-111-0/+2
|
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-151-0/+46
This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett