aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
/** \file servport.c Resolve service name to port number.
 * \author Matthias Andree
 * \date 2005 - 2006
 *
 * Copyright (C) 2005 by Matthias Andree
 * For license terms, see the file COPYING in this directory.
 */
#include "fetchmail.h"
#include "getaddrinfo.h"
#include "i18n.h"

#include <errno.h>
#include <stdlib.h>
#includeFix a compilation screwup.
Commit message (Expand)AuthorAgeFilesLines
* Add a comment.Matthias Andree2006-12-301-1/+1
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-251-2/+2
* Fix missing interface_init() link failure on non-Linux/non-FreeBSD systems.Matthias Andree2005-09-191-5/+4
* Fix build problem (missing interface_init()) on FreeBSD.Matthias Andree2005-09-171-2/+3
* Large protocol independence patch.Matthias Andree2005-08-281-8/+11
* Don't read more data from ifname than fits in the result buffer.Matthias Andree2005-07-201-3/+3
* Fix version check to work on major >= 3.Eric S. Raymond1999-08-281-2/+2
* Changes from the road.Eric S. Raymond1999-08-171-2/+2
* Better MONITOR_SLOP fix.Eric S. Raymond1999-08-011-5/+25
* Before applying Brian Boutel's lexer fix.Eric S. Raymond1999-07-311-4/+12
* Fix typo.Eric S. Raymond1999-04-251-1/+1
* Changed George's email address.Eric S. Raymond1999-02-101-1/+1
* Better portability.Eric S. Raymond1999-02-071-3/+2
* FreeBSD support.Eric S. Raymond1999-02-071-3/+168
* Simplify error reporting further.Eric S. Raymond1999-02-031-8/+17
* Use a system-independent way to get version.Eric S. Raymond1999-02-021-1/+1
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-12/+19
* Move /proc/net/dev derivation to runtime.Eric S. Raymond1999-01-311-8/+25
* Autoconfigure detection of whether we have 2.2.Eric S. Raymond1999-01-311-1/+1
* A step towards functioning with 2.2.Eric S. Raymond1999-01-301-2/+16
* This version appears ready to ship.Eric S. Raymond1999-01-301-3/+3
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-8/+8
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-5/+5
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
* Fixed Debian bug report Bug#29913Eric S. Raymond1998-11-261-1/+1
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-8/+11
* Cleanup.Eric S. Raymond1998-11-221-1/+1
* Preserve interface string through parsing.Eric S. Raymond1998-05-231-2/+14
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-2/+2
* Fix interface option.Eric S. Raymond1997-10-201-2/+12
* Compilation cleanups.Eric S. Raymond1997-09-191-0/+2
* Supply inet_aton if needed.Eric S. Raymond1997-09-111-0/+28
* Ian T. Zimmerman's `interface' option.Eric S. Raymond1997-08-041-14/+19
n class="w"> = u; } return port; err: report(stderr, GT_("Cannot resolve service %s to port number.\n"), service); report(stderr, GT_("Please specify the service as decimal port number.\n")); return -1; } /* end of servport.c */