summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pppd: Fix warningsSebastian Huber2016-04-252-2/+2
|
* cpukit: pppd: fix compile warningPeng Fan2016-04-1313-53/+0
| | | | | | rcsid is defined, but not used. So discard it. Signed-off-by: Peng Fan <van.freenix@gmail.com>
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-8/+1
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* pppd: Import change from NetBSDSebastian Huber2014-09-301-1/+1
| | | | | This avoids the use of gethostbyname() in case the "noipdefault" option is given. The gethostbyname() uses DNS by default.
* pppd: Fix warningsSebastian Huber2014-09-301-2/+11
|
* Regenerate all preinstall.am files.Chris Johns2014-08-291-6/+6
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* pppd: Delete exampleSebastian Huber2014-04-108-340/+0
| | | | This example is available via testsuites/samples/pppd.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-115-17/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-2/+0
|
* 2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-181-2/+1
| | | | * pppd/options.c: Remove unused var "ok".
* Whitespace removal.Ralf Corsepius2009-11-3015-73/+73
|
* Remove stray ';' introducing unreachable code.Ralf Corsepius2009-01-051-1/+1
|
* #include <stdint.h> instead of <rtems/stdint.h>.Ralf Corsepius2008-12-111-1/+1
|
* Add missing initializers.Ralf Corsepius2008-09-087-142/+147
|
* Stop using old-style function-definitions.Ralf Corsepius2008-08-2614-705/+705
|
* Use stdbool.h. Remove local bool.Ralf Corsepius2008-08-201-2/+1
|
* Add prototypes.Ralf Corsepius2008-08-031-22/+22
|
* 2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-131-1/+1
| | | | | * pppd/example/system.h: Fix path in example -- NOT COMPILED WITH CPUKIT.
* Convert to using C99 fixed-size types instead of BSD fixed-size types.Ralf Corsepius2007-09-1612-121/+121
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-8/+1
| | | | * pppd/Makefile.am: Reflect moving out md*.
* Remove (moved to libmd)Ralf Corsepius2007-06-124-725/+0
|
* Remove md5 and md4 from libpppd.a.Ralf Corsepius2007-06-121-1/+8
| | | | Add pppd/libmd.a.
* Don't include pppd.h.Ralf Corsepius2007-06-121-1/+0
|
* Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius2007-05-093-2/+3
|
* 2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-091-1/+1
| | | | | PR 1243 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference.
* 2007-04-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-161-2/+2
| | | | * pppd/utils.c: Use uintptr_t instead of unsigned long.
* Include <net/ppp_comp.h> instead of <net/ppp-comp.h>.Ralf Corsepius2007-03-272-2/+2
|
* Eliminate __P().Ralf Corsepius2007-03-2715-240/+229
|
* Eliminate __P().Ralf Corsepius2007-03-279-178/+170
|
* Regenerate.Ralf Corsepius2007-01-081-2/+2
|
* Regenerate.Ralf Corsepius2006-11-181-1/+1
|
* Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).Ralf Corsepius2006-11-181-1/+1
|
* Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version.Chris Johns2006-09-061-1/+1
|
* * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'Till Straumann2006-09-012-2/+2
| | | | | to 'pppuntimeout' to avoid name clash with [future] bsdnet kernel routine.
* *** empty log message ***Joel Sherrill2006-09-013-19/+23
|
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-312-22/+22
| | | | | | | | | | | | | | | * ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits.
* * pppd/sys-rtems.c: fixed error message so that the correctTill Straumann2006-07-131-1/+1
| | | | ioctl is reported.
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-0/+4
|
* Remove all-local.Ralf Corsepius2006-01-121-2/+0
|
* Regenerate.Ralf Corsepius2006-01-121-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-3/+3
|
* CleanupsRalf Corsepius2006-01-121-4/+0
|
* Regenerate.Ralf Corsepius2006-01-101-5/+5
|
* 2005-11-07 Michael Siers <mikes@poliac.com>Joel Sherrill2005-11-072-0/+22
| | | | | * pppd/rtemspppd.c, pppd/rtemspppd.h: Per confirmation from Michael add missing copyright notice.
* 2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-011-1/+1
| | | | * pppd/Makefile.am: Fix typo.
* New.Ralf Corsepius2005-10-271-0/+2
|