summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.c
Commit message (Expand)AuthorAgeFilesLines
* Handle unterminated quoted strings without dup'ing the last characterbrian1999-05-271-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+167
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* Parse IP addresses more securely - specifically, don't allowbrian1999-02-251-1/+38
* Remove redundant includesbrian1998-06-271-1/+3
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-5/+5
* srandomdev() isn't available in all 2.* versions. Onlybrian1998-05-291-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-61/+58
* Correct #ifdef for __FreeBSD__ < 3brian1998-03-131-2/+3
* Remove unused #includes.brian1998-01-211-2/+1
* Typo in error message.brian1997-12-301-2/+2
* Show who closes the diagnostic connection.brian1997-12-271-3/+4
* Cosmetic (style):brian1997-12-241-3/+3
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-231-2/+2
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Fix prototypes.brian1997-11-221-2/+7
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-181-1/+17
* Add id strings to tun.[ch].brian1997-11-171-1/+29
* Finish the security improvements:brian1997-11-111-2/+19
* Cosmetic (no functional changes):brian1997-10-261-0/+26
OpenPOWER on IntegriCloud