aboutsummaryrefslogtreecommitdiff
path: root/sbin/nos-tun/nos-tun.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-151-1/+1
* nos-tun(8): make WARNS=3 cleanUlrich Spörlein2010-03-101-12/+15
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* 64 bit fixes. in_addr_t is an uint32_t, not a u_long.Peter Wemm2003-10-261-1/+1
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.Mike Barcroft2002-09-161-8/+11
* o remove __PWarner Losh2002-03-211-1/+1
* from select(2):Bill Fumerola2002-01-201-3/+9
* s/adress/address/Kris Kennaway2001-07-231-2/+2
* Allow specification of which source address to use for encapsulation.Poul-Henning Kamp2001-03-281-3/+18
* Fix occurences of nos_tun to nos-tun, this improves internalJeroen Ruigrok van der Werven2000-06-091-6/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ability to set protocol number.Poul-Henning Kamp1999-03-291-4/+21
* Fixed printf format errors.Bruce Evans1998-08-021-2/+2
* Do not uppercase first letter in syslog() string.Philippe Charnier1998-07-151-22/+21
* Add usage() and rcsid. Getopt() returns -1 not EOF. Remove unused #includes.Philippe Charnier1998-05-051-10/+20
* Program which implements "nos" alias "ka9q" alias "IP-IP" tunnels.Poul-Henning Kamp1998-04-111-0/+345