summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Misc. minor fixes.Ralf Corsepius2005-10-266-12/+14
|
* RegenerateRalf Corsepius2005-10-261-12/+24
|
* Install rtemsdialer.h, rtemspppd.h to $(includedir)/rtems.Ralf Corsepius2005-10-261-9/+6
|
* Remove (unused).Ralf Corsepius2005-10-262-1520/+0
|
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-18/+2
| | | | * libnetworking/pppd/Makefile.am: Use preinstall.am.
* New.Ralf Corsepius2005-09-191-0/+27
|
* 2005-05-20 Sergei Organov <osv@topconrd.ru>Joel Sherrill2005-05-201-4/+12
| | | | | | PR 750/networking * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in wait_input().
* 2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-081-1/+1
| | | | * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
* 2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-031-4/+3
| | | | | | | PR 755/rtems * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>. Remove local declarations of rtems_bsdnet_nameservers, rtems_bsdnet_nameservers_count.
* 2005-01-31 Sergei Organov <osv@topconrd.ru>Joel Sherrill2005-01-312-16/+16
| | | | | | | | | | | PR 771/pppd * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix committed to fix PR736 breaks pppd. chat.c should have its own static ttyfd for pppd to work correctly. The symptom is that second invokation of chat (for connect script) fails due to pppd_ttyfd set to -1 by previous chat invokation (for init script). In addition, this patch fixes leaving of dangling pointer in the abort_stbring[] by chat_send().
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-206-31/+32
| | | | | | | | PR 736/pppd * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c, libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c, libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd should not be static and should have a name more specific to pppd.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-071-1/+1
| | | | | | | | * libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-021-17/+8
| | | | | | | * libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am: Remove build-variant support.
* 2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-191-1/+1
| | | | | * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority. * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-1/+1
| | | | | | * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h, libnetworking/pppd/utils.c: i960 obsoleted and all references removed.
* Remove stray white spaces.Ralf Corsepius2004-04-153-3/+0
|
* 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>Joel Sherrill2004-04-031-101/+144
| | | | | PR 599/pppd * libnetworking/pppd/chat.c: Fre memory that is allocated to fix leak.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-091-1/+0
| | | | | | | | * libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, support/Makefile.am: Don't include lib.am.
* 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-031-1/+3
| | | | | | | * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-151-21/+19
| | | | | | | | | | | | | * Makefile.am: Remove wrapup. * pppd/Makefile.am: Build libpppd. Use automake-compilation rules. * rtems_servers/Makefile.am: Build libftpd. Use automake-compilation rules. * rtems_telnetd/Makefile.am: Build libtelnetd. Use automake-compilation rules. * rtems_webserver/Makefile.am: Build libhttpd. Use automake-compilation rules. * wrapup/Makefile.am: Remove (Unused).