aboutsummaryrefslogtreecommitdiffstats
path: root/servport.c
Commit message (Collapse)AuthorAgeFilesLines
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-3/+3
| | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895
* * When looking up ports for a service, the lookup succeeds and the Matthias Andree2006-06-281-1/+3
| | | | | | | | returned address family isn't IPv4 or IPv6, properly free the allocated memory from the service lookup. Found by Uli Zappe. * When looking up ports for a service, only look up TCP ports. svn path=/branches/BRANCH_6-3/; revision=4855
* Fix bogus "cannot resolve service * to port number" error. Simon Barner.Matthias Andree2005-09-211-0/+2
| | | | svn path=/trunk/; revision=4311
* When getaddrinfo() fails resolving a service, log getaddrinfo() error.Matthias Andree2005-09-211-2/+5
| | | | svn path=/trunk/; revision=4310
* Revise error messages, suggested by Thomas Wolff.Matthias Andree2005-09-211-1/+2
| | | | svn path=/trunk/; revision=4305
* Large protocol independence patch.Matthias Andree2005-08-281-6/+19
| | | | svn path=/trunk/; revision=4280
* Fix FreeBSD compiler warning from broken includes.Matthias Andree2005-08-021-2/+3
| | | | svn path=/trunk/; revision=4230
* Add new servport.c file to resolve service -> port for non-IPv6 builds.Matthias Andree2005-08-021-0/+62
svn path=/trunk/; revision=4216