Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getifaddrs() can return entries where ifa_addr is NULL. Check for this | 2020-12-29 | 1 | -3/+8 | |
| | | | | | before accessing anything in ifa_addr. ok claudio@ | ||||
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -65/+65 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | 2019-01-22 | 1 | -4/+4 | |
| | | | | | | where the "wrong" #define was used. ok dlg@ | ||||
* | Remove dead get_host_seed() function; Martin Natano | 2015-09-12 | 1 | -10/+1 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | SIOCAIFADDR can fail with EEXIST either if the local or the destination | 2008-10-08 | 1 | -4/+7 | |
| | | | | | address already exists so mention both addresses in the error message. From PR4584 (alexander at beard dot se) I just tuned the error message a bit. | ||||
* | bye bye ipx | 2007-06-04 | 1 | -103/+2 | |
| | |||||
* | Better message if interface is not available. Hint from Daniel Polak. | 2004-05-26 | 1 | -6/+4 | |
| | | | | ok henning@ jmc@ | ||||
* | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | 2003-08-19 | 1 | -52/+31 | |
| | |||||
* | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | 2003-05-14 | 1 | -4/+4 | |
| | | | | deraadt ok | ||||
* | strlcpy and snprintf; various people ok | 2003-04-04 | 1 | -6/+4 | |
| | |||||
* | Paul Mackerras and the Australian National University have worked things | 2002-09-13 | 1 | -16/+31 | |
| | | | | | out, and as a result, Paul now owns copyright on all these files, with the proper terms. | ||||
* | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | 2002-07-01 | 1 | -3/+40 | |
| | | | | | | pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story. | ||||
* | pid_t cleanup | 2002-05-26 | 1 | -8/+9 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -4/+4 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0' | 2001-06-23 | 1 | -26/+14 | |
| | |||||
* | pppd 2.3.5 | 1998-05-08 | 1 | -4/+21 | |
| | |||||
* | Aliases... | 1998-03-20 | 1 | -2/+4 | |
| | |||||
* | ppp-2.3.3 + some -Wall | 1998-01-17 | 1 | -5/+4 | |
| | |||||
* | do not let fd_set overflow | 1997-12-17 | 1 | -10/+24 | |
| | |||||
* | Fix setting of crtscts. It was not being set in set_up_tty() if the | 1997-11-30 | 1 | -3/+3 | |
| | | | | | local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead. | ||||
* | Allow pppd to change interface addr when demand dialing & dynamic addressing. | 1997-09-28 | 1 | -2/+10 | |
| | | | | Fix from Dave Huang <khym@bga.com> based on what ifconfig does. | ||||
* | ppp 2.3.1 | 1997-09-05 | 1 | -28/+69 | |
| | |||||
* | long nightmares | 1997-06-27 | 1 | -3/+3 | |
| | |||||
* | better failure msg; martin@rumolt.teuto.de | 1997-04-27 | 1 | -4/+5 | |
| | |||||
* | pppd 2.3b3 import. some minor buf oflow fixes and so. | 1996-12-23 | 1 | -60/+109 | |
| | | | | | try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel. | ||||
* | netbsd pr#2623: fix VJ compression and active filter, John Kohl | 1996-07-14 | 1 | -3/+13 | |
| | | | | <jtk@kolvir.arlington.ma.us> | ||||
* | sync to netbsd 960418 | 1996-04-21 | 1 | -3/+8 | |
| | |||||
* | From NetBSD: merge of 960317 | 1996-03-25 | 1 | -130/+460 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1135 | |