cube
44a5931b78
Add the compile hook for passwordfd plugin.
2005-02-20 11:14:37 +00:00
cube
f0a7dc0094
Make this use the new pppd version.
...
A few notes:
o pppd/sys-bsd.c, pppdump/pppdump.h are local file, they're kept
here. It is the case for the status plugin, too.
o tdb.[ch] is the TDB implementation we will use, from previous
pppd versions.
2005-02-20 11:12:42 +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
manu
32f1c835de
Don't make racoonctl.8 here, it's already done in src/usr.sbin/racoonctl
2005-02-20 10:44:15 +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
cube
55dc3e11f4
Add a couple of protocols (from ppp-2.4.3).
2005-02-20 10:23:13 +00:00
cube
a8a27dce29
Add MPPE definitions (from ppp-2.4.3).
2005-02-20 10:22:26 +00:00
grant
f079891560
cast return value of min_free() to uint64_t.
2005-02-20 09:04:18 +00:00
christos
5029779902
Add pam glue.
2005-02-20 08:52:10 +00:00
christos
128abffcbe
The quagga-0.98.2 tar archive is busted. It was created with an old tar
...
program, and then someone appended to it a ustar record. Detect this and
warn, but don't treat it as an error.
2005-02-20 07:35:47 +00:00
christos
eaa3f74abc
Fix radius set fallout, reported by: Hisashi T Fujinaka
2005-02-20 06:49:01 +00:00
christos
216d8f75cc
Add missing goto badlogin; noticed by: Hisashi T Fujinaka
2005-02-20 06:11:51 +00:00
christos
379a5c3295
rsh is done.
2005-02-20 05:47:13 +00:00
christos
6b2a62b742
PAMify.
2005-02-20 05:45:55 +00:00
onoe
9bd25f488a
re-enable smime encrypt. fix from openssl-0.9.7e
2005-02-20 03:33:47 +00:00
christos
b757d80462
ftpd is done.
2005-02-20 01:47:04 +00:00
christos
56c6171b31
whitespace
2005-02-20 01:46:42 +00:00
christos
99fd5044d3
Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined,
...
then we don't fall back to other authentications even if PAM fails due
to a system error (e.g. configuration problem).
2005-02-20 01:45:17 +00:00
matt
6dc6ca22f8
Add support for WARNS=4 (-std=c99)
2005-02-20 01:31:44 +00:00
manu
f232e7a4c6
Add missing racoonctl(8), build with libradius
2005-02-20 01:17:41 +00:00
wiz
fb1b5900a0
Remove duplicate .Pp. XXX: References non-existing rad_config(3).
2005-02-20 01:02:07 +00:00
christos
75e797d45f
Update.
2005-02-20 00:52:21 +00:00
manu
00b13c7897
Build libradius, imported from FreeBSD
2005-02-20 00:52:02 +00:00
christos
50aadbe526
More libradius changes from manu
2005-02-20 00:49:06 +00:00
christos
e08c88dc29
Add pam radius module.
2005-02-20 00:41:37 +00:00
christos
e944da2e57
Add radius include files.
2005-02-20 00:39:48 +00:00
christos
6683368b82
Add pam_radius.
2005-02-20 00:37:49 +00:00
christos
ccb28c34b3
Get rid of liblibradius; hi manu.
2005-02-20 00:36:47 +00:00
christos
907dfbe7a9
Add libradius
2005-02-20 00:35:02 +00:00
christos
23d6637ce7
Oops, include dir.
2005-02-20 00:32:18 +00:00
christos
28074938ee
Add include files.
2005-02-20 00:31:01 +00:00
christos
476ca6e1f0
Pass lint and WARNS=3
2005-02-20 00:28:20 +00:00
christos
e51566c11b
Add a status file so that we can coordinate who works on what.
2005-02-20 00:02:53 +00:00
manu
8809553739
Import FreeBSD's libradius as of 2005/02/20, plus minor tweaks to build
...
o nNetBSD and a Makefile for NetBSD.
2005-02-19 23:56:30 +00:00
christos
66e1a2c606
Make this compile if pam is present. XXX: this sucks, because we don't
...
really use PAM here, but libtelnet needs it.
2005-02-19 23:28:41 +00:00
christos
a6d2304b90
constify, whitespace.
2005-02-19 22:55:35 +00:00
christos
9485d63b3e
Fix whitespace.
2005-02-19 22:47:51 +00:00
christos
c8127943d0
Fix pk to use BN_ instead of libmp.
2005-02-19 22:47:10 +00:00
matt
832084d8ae
Regen. (no actual differences)
2005-02-19 22:19:02 +00:00
matt
16cf76fdc3
Add placeholders for sys_pselect and sys_pollts
2005-02-19 22:15:51 +00:00
thorpej
05597c360c
Enable building the lint library.
2005-02-19 22:03:49 +00:00
thorpej
3029ac0bc4
Use __inline instead of inline.
2005-02-19 22:02:59 +00:00
wiz
d46f00fa3c
latest ipsec-tools, afaict, is 0.5; update "Current Vers".
2005-02-19 21:59:16 +00:00
christos
1f09c87798
Add newer constants from FreeBSD and constify.
2005-02-19 21:57:19 +00:00
christos
185393efaa
PAM support from FreeBSD.
2005-02-19 21:55:52 +00:00
matt
039638a147
Add entry for matt-timespec.
2005-02-19 21:51:17 +00:00
thorpej
01db58f7e8
Bump shlib version to 2.1 as was intended with ipsec-tools integration.
2005-02-19 21:44:35 +00:00
thorpej
9ac89bdea9
Add new racoon roadwarrior example directories.
2005-02-19 21:43:19 +00:00