Commit Graph

41 Commits

Author SHA1 Message Date
joerg 9184fcb3a1 Simplify. 2011-10-07 10:42:54 +00:00
drochner ebb3b30048 minimal ansification/constification 2010-09-12 16:03:39 +00:00
christos bbd9165a6e Apply changes from 2.4.5. Supposedly fixes some 3G issues. 2010-08-07 20:38:13 +00:00
dholland 810cb26dbe Don't attempt to store bitmasks in a variable of type 'bool'.
From Shuichiro URATA in PR 42390. Should be pulled up to -5.
2010-07-31 21:21:17 +00:00
pgoyette e11dcd85ce Insert missing ) 2010-04-03 02:08:30 +00:00
christos 23b25caf0c handle ctime returning NULL. 2010-04-02 15:40:14 +00:00
joerg d87aa4973c Fix \\ encoding 2010-03-30 14:26:16 +00:00
joerg 68825f5128 Fix markup. Fix backslashes to surive roff. 2009-11-02 00:40:23 +00:00
joerg 3f3c419d37 Fix markup. 2009-10-14 17:35:41 +00:00
wiz b10ceebb6d New sentence, new line. 2009-05-04 19:52:34 +00:00
martin 11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
dyoung 099d1a6a37 #include <stdbool.h> for bool, instead of typedeffing our own. 2008-01-21 20:47:38 +00:00
cube c725329722 Remove 3rd clause and my name from all the licences which were only in my
name.
2007-09-10 10:35:51 +00:00
christos 8f80c199b2 remove uucp references; from Anon-Ymous 2007-07-18 18:36:57 +00:00
martin 956703a5a2 Patch from Christos Zoulas:
rework syslog handling to fix PR 33926.
2006-11-05 09:16:20 +00:00
christos a5239739d0 PR/34656: Geoff C. Wing: pppd has stuffed up wtmpx code 2006-09-29 15:44:46 +00:00
christos 847ba49a2c fix typo. 2006-06-29 21:53:33 +00:00
christos 561776c05e resolve conflicts. 2006-06-29 21:50:16 +00:00
christos 1edf903634 Import pppd-2.4.4 2006-06-29 21:46:38 +00:00
christos d8cec01f6f PR/33722: Scott Presnell: pppd 2.4.3 active-filter functions botched 2006-06-13 22:12:37 +00:00
christos 653a86901d XXX: GCC uninitialized 2006-05-14 02:10:41 +00:00
mrg 084c052803 quell GCC 4.1 uninitialised variable warnings.
XXX: we should audit the tree for which old ones are no longer needed
after getting the older compilers out of the tree..
2006-05-10 21:53:14 +00:00
elad 7cc919d464 fix typo. pr 33344. forwarded to paulus at samba dot org. 2006-04-23 19:01:08 +00:00
tls 1189bd8566 Make this locking compatible with that of the new tip/cu: we still try
the old-style UUCP locks (this is harmless, since pppd must run as root,
but should perhaps be removed later) but now also try to flock the device
node, and error out if it fails.
2006-04-03 16:16:00 +00:00
he ce943c094b Fix previous correctly. The "quiet" variable was not local.
Instead, the problem was declarations which followed a non-declaration
statement, which gcc 2.95 doesn't like, so reshuffle the order.
2006-03-25 21:56:29 +00:00
he 9fb6f0e876 Don't default the type of a local variable. Fixes build for vax. 2006-03-23 19:25:09 +00:00
christos dee21a2f06 Coverity CID 586: Remove dead code. 2006-03-18 04:34:41 +00:00
christos 06b02ffc92 Coverity CID 1284: Handle -1 return from open(2) 2006-03-18 03:49:37 +00:00
christos f5b784887f Coverity CID 1462: Static buffer overrun; off by 2. 2006-03-18 03:45:34 +00:00
christos 16fbed8bd1 Coverity CID 1616: Memory leak. 2006-03-18 03:43:13 +00:00
christos fd8155f293 Coverity CID 1617: Memory leak 2006-03-18 03:39:57 +00:00
christos 67c67fc5bf Coverity CID 2059: Memory leak. 2006-03-18 03:35:41 +00:00
wiz 64506871c4 Drop trailing whitespace. 2006-03-02 22:23:51 +00:00
christos f696f0c430 Handle slip statistics too. 2006-03-02 17:32:28 +00:00
christos 665ee4ef5d rename debug to pppd_debug 2006-02-02 20:18:44 +00:00
christos 6ffa88f118 bring in changes from 2.4.4b1; we will import 2.4.4 once it is released. 2005-12-31 08:58:50 +00:00
lukem 5318a10f1e Remove uninitialized and unused (except for debug printf) 'dlen'.
Detected with gcc -Wuninitialized.
2005-06-02 09:09:43 +00:00
cube bd797f6b31 We don't want README.sol2 next time. 2005-02-20 10:51:52 +00:00
cube d62a80864e Add a helper script for future pppd import. 2005-02-20 10:51:07 +00:00
cube 2b974d094e Bring in the diffs we had against the previous versions of pppd.
That includes:
	o Manpage fixes
	o to{lower,upper,whatever} fixes
	o strl* use
	o use of getopt() in chat(8)
	o use of NetBSD's md5 and sha1 APIs
	o support for utmp and utmpx
	o a slightly different way of handling active and pass filters, to
	  avoid depend on "inbound" and "outbound" keywords of libpcap
	o addition of plug-in hooks for LCP
	o use of the former TDB code (ppp-2.4.3 uses a GPL version, which
	  was removed prior to the import)
	o changes in the compressor API.
2005-02-20 10:47:16 +00:00
cube ee7ef76378 Import of pppd 2.4.3 (ppp-2.4.3), with GPL'd components removed as well as
things we won't use.  OK'd by christos.
2005-02-20 10:28:32 +00:00