| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
administrator specified number.
Notes:
svn path=/stable/5/; revision=138677
|
| |
|
|
|
|
|
|
|
| |
Correct a potential DoS vulnerability, as described at
http://www.securityfocus.com/archive/1/379450
Notes:
svn path=/stable/5/; revision=137864
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
Notes:
svn path=/head/; revision=133196
|
| |
|
|
|
|
|
|
| |
PR: bin/9379
Obtained from: NetBSD
Notes:
svn path=/head/; revision=128062
|
| |
|
|
|
|
|
|
|
|
| |
CBCP (Call Back Configuration Protocol). Document 'callback phone_number'.
Obtained from: NetBSD (pppd/pppd.8, rev. 1.26)
MFC after: 3 weeks
Notes:
svn path=/head/; revision=126384
|
| |
|
|
|
|
|
| |
neglected here.
Notes:
svn path=/head/; revision=121701
|
| |
|
|
|
|
|
| |
not a time_t.
Notes:
svn path=/head/; revision=121557
|
| |
|
|
|
|
|
|
| |
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
Notes:
svn path=/head/; revision=117978
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
|
|
|
| |
Approved by: re (amd64 "safe" ifdefs etc)
Notes:
svn path=/head/; revision=114954
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Echo-Request and Echo-Reply packets may only be sent in the LCP
Opened state. Echo-Request and Echo-Reply packets received in any
state other than the LCP Opened state SHOULD be silently discarded.
PR: 45760
Submitted by: Eugene Grosbein
MFC after: 2 weeks
Notes:
svn path=/head/; revision=113221
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113091
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
|
|
|
| |
Add FreeBSD Id tag where missing.
Notes:
svn path=/head/; revision=108470
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108317
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time_t. Deal with the possibility that time_t != int32_t. This boils
down to this sort of thing:
- time(&ut.ut_time);
+ ut.ut_time = time(NULL);
and similar for ctime(3) etc. I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.
Approved by: re (jhb)
Notes:
svn path=/head/; revision=106966
|
| |
|
|
|
|
|
|
|
| |
the module compiled in or loaded instead of bogusly checking for ppp0.
Also if and only if the caller is actually root and the kernel does not
have ppp support, try to load the ppp module before giving up.
Notes:
svn path=/head/; revision=106444
|
| |
|
|
|
|
|
| |
Approved by: peter
Notes:
svn path=/head/; revision=103493
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102413
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100900
|
| |
|
|
|
|
|
|
|
| |
PR: 37680
Submitted by: Scott Bertilson <scott@nts.umn.edu>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=96104
|
| |
|
|
|
|
|
|
|
|
|
| |
PR: i386/34607
Not objected by: peter
Approved by: ru
Obtained from: ppp-2.4.1b2
MFC after: 1 week
Notes:
svn path=/head/; revision=91675
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/share/examples/pppd.
Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8.
Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.
Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved
with a repo copy. Note it in the logs with a forced commit to these
two.
Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
Notes:
svn path=/head/; revision=89936
|
| |
|
|
|
|
|
|
|
| |
PR: 11989
Submitted by: Phil Homewood <phil@rivendell.apana.org.au>
MFC after: 1 week
Notes:
svn path=/head/; revision=80739
|
| |
|
|
|
|
|
|
|
|
|
| |
in the signal handlers which may pose a risk when executable by untrusted
users.
Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
MFC After: 3 days
Notes:
svn path=/head/; revision=80244
|
| |
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74532
|
| |
|
|
|
|
|
| |
Compatability is not an existing english word.
Notes:
svn path=/head/; revision=72093
|
| |
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69260
|
| |
|
|
|
|
|
|
|
| |
This should fix the buildworld problems some people were seeing.
Approved by: jkh
Notes:
svn path=/head/; revision=57921
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=57841
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57711
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57625
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57451
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
|
|
|
|
|
| |
incarnated, it just matches other deficiencies related to crunchgen
and friends... and we already have similar code in ppp/Makefile.
RELEASE_CRUNCH should be axed, but for now let's be consistent.
Submitted by: Patrick Powell <papowell@astart.com>
Notes:
svn path=/head/; revision=48830
|
| |
|
|
|
|
|
|
|
|
| |
the reported connection time.
PR: 11943
Submitted by: Peter Mutsaers <plm@xs4all.nl>
Notes:
svn path=/head/; revision=47988
|
| |
|
|
|
|
|
|
|
|
|
|
| |
sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len.
Otherwise the increment will be wrong in certain cases.
Obtained from: Whistle source tree
For the record: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> suggests
SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
Notes:
svn path=/head/; revision=47754
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Enable MS-CHAP support.
release/Makefile:
Build a separate NOCRYPT version of pppd, to keep This Great
Nation's top-secret cryptographic tools out of the filthy hands
of those evil furriners.
Notes:
svn path=/head/; revision=46179
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
MD4Update(), but our version in libmd expects a byte count.
This code is not currently compiled or linked into pppd, so I'm
reasonably sure I didn't break anything. :-) I added the necessary
statements to the Makefile, but left them commented out because we
are in feature freeze. When the code is enabled, we must be careful
to build it only if the DES library is available.
Notes:
svn path=/head/; revision=40236
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39496
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37122
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37083
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37069
|
| |
|
|
|
|
|
|
|
|
| |
24 (which is magnalink!) rather than the correct (according to the rfc) 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
Notes:
svn path=/head/; revision=34775
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34773
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34767
|