History log of /openbsd/usr.sbin/pppd/pppd.h (Results 1 – 23 of 23)
Revision Date Author Comments
# 6798d9df 09-Aug-2024 deraadt <deraadt@openbsd.org>

ansi functions and prototypes
ok denis


# 7c1d736f 17-Nov-2017 jca <jca@openbsd.org>

Use explicit_bzero to erase secrets

from Scott Cheloa, ok tb@


# dab586c4 06-Dec-2015 tobias <tobias@openbsd.org>

Use __progname instead of manually handling argv[0].

ok deraadt, mmcc, tedu


# ce2fc43e 12-Sep-2015 miod <miod@openbsd.org>

Remove dead get_host_seed() function; Martin Natano


# 7f8ecfe2 12-Jun-2015 mikeb <mikeb@openbsd.org>

Perform a copy with a memmove for potentially overlapping regions.

Reported and fixed by Sergey Ryazanov <ryazanov ! s ! a at gmail ! com>,
thanks!


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 21756d7e 30-Apr-2011 nicm <nicm@openbsd.org>

Remove some unused code, from Michael W Bombardieri. ok yasuoka


# c454d3c2 04-Jun-2007 henning <henning@openbsd.org>

bye bye ipx


# d2e1ab8b 25-Apr-2003 deraadt <deraadt@openbsd.org>

comment cleanup


# 842cf550 01-Jul-2002 deraadt <deraadt@openbsd.org>

license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,
pushed for by tygs@netcologne.de. Apparently we also now known how to talk
to the lawyers there, if we were so mad. Note

license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,
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.

show more ...


# e7beb4a7 19-Feb-2002 millert <millert@openbsd.org>

We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

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 don

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.

show more ...


# 72ebabf7 12-Jul-1998 angelos <angelos@openbsd.org>

Implement demand_drop() for demand mode pppd; try to avoid mbuf
exhaustion while setting up a connection.


# a3adf44f 08-May-1998 millert <millert@openbsd.org>

pppd 2.3.5


# 694a077d 17-Jan-1998 millert <millert@openbsd.org>

ppp-2.3.3 + some -Wall


# 17b3de34 25-Oct-1997 millert <millert@openbsd.org>

Set CLOCAL for chat script by default. Add new option "modem_chat"
to override the default for people using cua devices who want chat
to detect loss of carrier.


# ba05f447 05-Sep-1997 millert <millert@openbsd.org>

ppp 2.3.1


# 89157726 25-Jul-1997 mickey <mickey@openbsd.org>

#if __STDC__ --> #ifdef __STDC__


# 3410bcec 23-Dec-1996 mickey <mickey@openbsd.org>

pppd 2.3b3 import. some minor buf oflow fixes and so.
try it out ppl, but i've got it running talking to cisco w/ all the AFs
enabled in kernel.


# bb688669 20-Jul-1996 joshd <joshd@openbsd.org>

Update pppd to 2.3a4:
Add redo option error-reporting, add PAM, add microsoft compatibility
kludges, bzero stuff at important places, add one or two options
other generic enhancements. From: Paul.Ma

Update pppd to 2.3a4:
Add redo option error-reporting, add PAM, add microsoft compatibility
kludges, bzero stuff at important places, add one or two options
other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au

show more ...


# 608f9123 25-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960317


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree