summaryrefslogtreecommitdiffstats
path: root/sbin/nos-tun/nos-tun.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
|
* 64 bit fixes. in_addr_t is an uint32_t, not a u_long.peter2003-10-261-1/+1
|
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.mike2002-09-161-8/+11
|
* o remove __Pimp2002-03-211-1/+1
| | | | o remove main prototype
* from select(2):billf2002-01-201-3/+9
| | | | | | | | | Any of readfds, writefds, and exceptfds may be given as nil pointers if no descriptors are of interest. neither wfds nor efds were of interest so now they are nil. also, do a little better then making an educated guess for nfds.
* s/adress/address/kris2001-07-231-2/+2
| | | | | Inspired by: OpenBSD MFC After: 1 week
* Allow specification of which source address to use for encapsulation.phk2001-03-281-3/+18
| | | | | PR: 25847 Submitted by: Eugene Polovnikov <eugene@brain-fag.org>
* Fix occurences of nos_tun to nos-tun, this improves internalasmodai2000-06-091-6/+6
| | | | | | | | consistency as well as an usage printout. PR: 10538 Submitted by: piazza Nudged by: nrahlstr
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add ability to set protocol number.phk1999-03-291-4/+21
| | | | | PR: 10753 Submitted by: Isao SEKI <iseki@gongon.com>
* Fixed printf format errors.bde1998-08-021-2/+2
|
* Do not uppercase first letter in syslog() string.charnier1998-07-151-22/+21
|
* Add usage() and rcsid. Getopt() returns -1 not EOF. Remove unused #includes.charnier1998-05-051-10/+20
| | | | Use .An/.Aq in man page.
* Program which implements "nos" alias "ka9q" alias "IP-IP" tunnels.phk1998-04-111-0/+345
PR: 1154 Reviewed by: phk Manpage by: phk Submitted by: Nickolay N. Dudorov nnd@itfs.nsk.su
OpenPOWER on IntegriCloud