index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_spppsubr.c
Age
Commit message (
Expand
)
Author
2010-02-08
The IMPs are history so is splimp, this needs now splnet so update comment.
Claudio Jeker
2009-11-03
rtables are stacked on rdomains (it is possible to have multiple routing
Claudio Jeker
2009-07-27
tiemout_add -> timeout_add_sec
Bret Lambert
2009-07-13
Do the same rdomain checking in sppp as we do in the Ethernet case.
Claudio Jeker
2009-02-18
Free authentication data when detaching sppp from interface.
Can Erkin Acar
2009-02-16
allocate the large structures instead of putting them on the stack, and
Theo de Raadt
2009-02-16
Allow username and password to be up to 255 characters in length.
Can Erkin Acar
2009-02-06
Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_t
Alexander Yurchenko
2009-01-31
u_char is not compatible with default argument promotion type thus
Alexander Yurchenko
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-06-08
Don't spam dmesg with sppp messages, instead use log(9).
Claudio Jeker
2008-05-17
Initialize the timeouts only once instead of everytime they are started
Can Erkin Acar
2008-05-11
Check to make sure pp_tlf is not NULL in sppp_keepalive() before calling it.
Brad Smith
2008-05-11
When passing opt[] array as an argument, use opt instead of &opt. While
Can Erkin Acar
2007-12-04
1500 is a 'magic number' in the protocol that all implementations
Claudio Jeker
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-11-21
simplify sppp_chap_scr() now that we are using arc4random_bytes()
Can Erkin Acar
2007-11-16
use arc4random_bytes() instead of multiple arc4random() calls;
Damien Miller
2007-11-01
correct fix
Theo de Raadt
2007-11-01
tsk tsk tsk, noone tested this; spotted by canacar
Theo de Raadt
2007-10-31
Don't leak potentially secret authname through ioctl interface.
Mike Belopuhov
2007-09-25
Handle incoming protocol reject packets now that we have
Can Erkin Acar
2007-09-05
IPv6 support for sppp layer, based on NetBSD version.
Can Erkin Acar
2007-08-28
The m_pulldown used for aligning was not copying the header,
Can Erkin Acar
2007-08-20
Align the packet after the ppp header.
Can Erkin Acar
2007-08-14
Make sure all the packet is in one continuous mbuf.
Can Erkin Acar
2007-08-07
Use the length of the mbuf instead of the packet.
Can Erkin Acar
2007-06-06
remove remaining IPX hooks. all inside #ifdef IPX, so no actual change
Henning Brauer
2007-05-28
Users of arc4random() should include dev/rndvar.h directly.
Ryan Thomas McBride
2007-05-20
Handle IP address stuff in tls/tlf state messages
Can Erkin Acar
2007-04-18
Typo in comment. From Brad.
Marco Pfatschbacher
2007-04-17
Add support for setting the address of the ppp peer.
Marco Pfatschbacher
2007-03-19
Use u_int32_t instead of u_long for IP addresses.
Marco Pfatschbacher
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2007-02-11
Remove _KERNEL_OPT leftovers.
Miod Vallat
2006-12-06
Missing newline in printf.
Bernd Ahlers
2006-08-28
Check for illegal option lengths when parsing LCP packets
Can Erkin Acar
2006-07-11
Only print link state changes if interface is in debug mode.
Can Erkin Acar
2006-07-04
logging should be in debug mode only. if every network driver did a
Theo de Raadt
2006-07-02
diff from peter phillip at freenet dot de:
Reyk Floeter
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2006-02-24
Another gem from the the-world-runs-on-i386 departement. Using u_long in
Claudio Jeker
2005-10-07
Report interface link state changes in sppp layer
Can Erkin Acar
2005-08-12
Use actual packet contents when sending protocol rejects. Fixes PR 4305.
Can Erkin Acar
2005-08-03
prevent unaligned memory access when processing LCP echo packets,
Can Erkin Acar
2005-06-08
bye bye netns (and a few leftover DECNET bits while here)
Henning Brauer
2005-05-13
Fix for a panic experienced when authenticating a pppoe session on an amd64 s...
Brad Smith
2005-04-24
Fix cisco-mode check in lcp up/down.
Can Erkin Acar
2005-04-11
Ignore lcp up/down events in cisco mode
Can Erkin Acar
2005-04-01
do not mess with lcp if we are in cisco mode
Can Erkin Acar
[next]