Commit Graph
81 Commits
Author SHA1 Message Date
Ralf Corsepius 63a88eb0bc Regenerate. 2007-01-08 08:43:28 +00:00
Ralf Corsepius c1427d2758 Regenerate. 2006-11-18 02:31:32 +00:00
Ralf Corsepius 3fe615bae8 Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING). 2006-11-18 02:28:35 +00:00
Chris Johns b59eff1c13 Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version. 2006-09-06 05:13:42 +00:00
Till Straumann d8f86d925a * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'
to 'pppuntimeout' to avoid name clash with [future]
	bsdnet kernel routine.
2006-09-01 21:16:19 +00:00
Joel Sherrill 300c914c64 *** empty log message *** 2006-09-01 18:15:01 +00:00
Joel Sherrill a009d94459 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* 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.
2006-08-31 01:10:02 +00:00
Till Straumann 60426fed46 * pppd/sys-rtems.c: fixed error message so that the correct
ioctl is reported.
2006-07-13 00:32:41 +00:00
Ralf Corsepius 2eb7d07e17 Regenerate. 2006-01-14 06:20:35 +00:00
Ralf Corsepius 19a0136c82 Regenerate. 2006-01-12 10:02:32 +00:00
Ralf Corsepius 4e971660a1 Remove all-local. 2006-01-12 09:57:43 +00:00
Ralf Corsepius 956dfedfd6 Regenerate. 2006-01-12 04:56:37 +00:00
Ralf Corsepius 6ce2a66b94 Regenerate. 2006-01-12 04:24:13 +00:00
Ralf Corsepius dbe8e5194c Cleanups 2006-01-12 04:19:28 +00:00
Ralf Corsepius b46f6fb219 Regenerate. 2006-01-10 17:57:23 +00:00
Joel Sherrill 689b7b7a50 2005-11-07 Michael Siers <mikes@poliac.com>
* pppd/rtemspppd.c, pppd/rtemspppd.h: Per confirmation from Michael add
	missing copyright notice.
2005-11-07 16:17:14 +00:00
Ralf Corsepius 0850b08764 2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Fix typo.
2005-11-01 16:48:29 +00:00
Ralf Corsepius 8d5d40640b New. 2005-10-27 03:23:18 +00:00
Ralf Corsepius bdf2c0e475 Misc. minor fixes. 2005-10-26 17:40:12 +00:00
Ralf Corsepius 95dacd745c Regenerate 2005-10-26 16:25:50 +00:00
Ralf Corsepius 8f19e3007c Install rtemsdialer.h, rtemspppd.h to $(includedir)/rtems. 2005-10-26 16:22:49 +00:00
Ralf Corsepius d2970aae3c Remove (unused). 2005-10-26 16:21:39 +00:00
Ralf Corsepius 994eb05d49 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am: Use preinstall.am.
2005-09-19 03:31:55 +00:00
Ralf Corsepius c315c99003 New. 2005-09-19 03:29:23 +00:00
Joel Sherrill 9f114a806a 2005-05-20 Sergei Organov <osv@topconrd.ru>
PR 750/networking
	* libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
	wait_input().
2005-05-20 19:33:23 +00:00
Ralf Corsepius bd2fa0a582 2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
2005-05-08 09:20:38 +00:00
Ralf Corsepius abb63593da 2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 755/rtems
	* libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
	Remove local declarations of rtems_bsdnet_nameservers,
	rtems_bsdnet_nameservers_count.
2005-02-03 06:46:57 +00:00
Joel Sherrill 9c858e562f 2005-01-31 Sergei Organov <osv@topconrd.ru>
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-31 22:21:19 +00:00
Joel Sherrill 4ca43d72e1 2005-01-20 Joel Sherrill <joel@OARcorp.com>
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-20 17:00:38 +00:00
Ralf Corsepius 4f647b954a 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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-07 07:02:33 +00:00
Ralf Corsepius 44213adda5 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am,
	libnetworking/rtems_servers/Makefile.am,
	libnetworking/rtems_telnetd/Makefile.am:
	Remove build-variant support.
2005-01-02 00:54:34 +00:00
Ralf Corsepius 41d0d94ec3 2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
	* libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
2004-10-19 13:46:47 +00:00
Joel Sherrill 7452b8557d 2004-09-29 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
	libnetworking/pppd/utils.c: i960 obsoleted and all references
	removed.
2004-09-29 20:36:20 +00:00
Ralf Corsepius 73b5bd5d0e Remove stray white spaces. 2004-04-15 13:33:58 +00:00
Joel Sherrill 7220366a50 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
PR 599/pppd
	* libnetworking/pppd/chat.c: Fre memory that is allocated to fix leak.
2004-04-03 16:40:09 +00:00
Ralf Corsepius 6436254a70 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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-09 14:57:18 +00:00
Ralf Corsepius b5d91addb9 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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-02-03 06:21:42 +00:00
Ralf Corsepius 633456e920 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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).
2004-01-15 03:47:28 +00:00
Ralf Corsepius 0725ce327f 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* rtems_servers/Makefile.am: Ditto.
	* rtems_telnetd/Makefile.am: Ditto.
	* rtems_webserver/Makefile.am: Ditto.
2004-01-14 07:26:51 +00:00
Ralf Corsepius 19fb5d33ac 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
	* rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
	* rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
	* rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-12 15:58:16 +00:00
Ralf Corsepius 58ce601f62 2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
	* pppd/Makefile.am: Cosmetics.
	* wrapup/Makefile.am: Cosmetics.
2003-12-09 12:19:06 +00:00
Ralf Corsepius 45d7f4c961 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/Makefile.am: Remove all-local: $(ARCH).
	* rtems_servers/Makefile.am: Remove all-local: $(ARCH).
	* rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
	* rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
	* wrapup/Makefile.am: Remove all-local: $(ARCH).
2003-12-02 04:41:19 +00:00
Ralf Corsepius 7406623261 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reformat. Apply dirstamps to preinstallation.
	* pppd/Makefile.am: Ditto.
	* rtems_servers/Makefile.am: Ditto.
	* rtems_telnetd/Makefile.am: Ditto.
	* rtems_webserver/Makefile.am: Ditto.
	* wrapup/Makefile.am: Ditto.
2003-12-01 08:43:12 +00:00
Ralf Corsepius 6a8e52d3aa 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
	pppd/Makefile.am: Reflect having moved automake.
	rtems_servers/Makefile.am: Reflect having moved automake.
	rtems_telnetd/Makefile.am: Reflect having moved automake.
	rtems_webserver/Makefile.am: Reflect having moved automake.
	wrapup/Makefile.am: Reflect having moved automake.
2003-08-16 12:12:10 +00:00
Ralf Corsepius 4078e82ae5 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* .cvsignore, Makefile.am, pppd/Makefile.am,
	rtems_servers/Makefile.am, rtems_telnetd/Makefile.am,
	rtems_webserver/Makefile.am, wrapup/Makefile.am:
	Reflect having merged configure.ac into ../configure.ac
2003-07-25 06:15:38 +00:00
Joel Sherrill 1a5787d289 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* pppd/chat.c: Removed warnings.
2003-06-13 13:20:47 +00:00
Ralf Corsepius e78994b3d0 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/fsm.c: Make peer_mru global again.
2003-05-28 00:26:48 +00:00
Ralf Corsepius 03bd4aeb4f 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/magic.c: Remove *rand48.
	* pppd/chap.c: Remove prototypes of *rand48.
2003-05-16 08:57:09 +00:00
Joel Sherrill 48cdb95aa2 2003-04-10 Joel Sherrill <joel@OARcorp.com>
PR 371/pppd
	* pppd/auth.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/lcp.c,
	pppd/options.c, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c:
	Change many symbols to static. There are still global symbols in
	rtemspppd.h which might need to be changed or converted into member
	of a structure which is dereferenced with a pointer that is managed
	as a per task variable. But this patch should avoid many conflicts.
2003-04-10 16:20:38 +00:00
Ralf Corsepius dc135ad136 Merger from rtems-4-6-branch. 2003-03-24 10:11:20 +00:00