summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/nat_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with OpenBSD ifdefsBrian Somers1998-09-171-2/+6
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* Remove redundant includesBrian Somers1998-06-271-2/+1
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-9/+29
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-51/+47
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Correct copyright.Brian Somers1997-12-241-24/+3
* Charles Mott created these (and told me via email thatBrian Somers1997-12-211-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Correct return values from alias routines.Brian Somers1997-12-151-7/+9
* Fix prototypes.Brian Somers1997-11-221-37/+38
* Cosmetic (no functional changes):Brian Somers1997-10-261-30/+21
* Make the code format more in line with style(9).Brian Somers1997-08-251-158/+145
* Overhaul ppp:Brian Somers1997-06-091-33/+45
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-32/+22
* Include <alias.h>, not "alias.h"Brian Somers1997-05-251-2/+1
* Finish updating for the latest alias code.Brian Somers1997-05-231-0/+211