jdolecek
7b8c1ad3eb
add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:57:02 +00:00
jdolecek
989b421981
add nsmb(4) for NetBSD/amiga
...
Fixes PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:49:49 +00:00
christos
03b16f4fe5
Put back exit on warning for lint.
2005-02-20 17:06:33 +00:00
christos
595789382e
Fix lint on 64 bit machines.
2005-02-20 17:06:16 +00:00
jdolecek
3e2c744d33
add ciphy(4)
2005-02-20 16:58:59 +00:00
jdolecek
4805ad6f16
add ciphy(4) manpage
2005-02-20 16:53:10 +00:00
jdolecek
517e5bf2be
regen: Cicada PHY addition
2005-02-20 16:37:10 +00:00
jdolecek
f8cfdfba75
Add driver for 10/100/1000 copper PHY integrated on VIA Networking Technologies
...
VT6122 gigabit ethernet chips
From FreeBSD
2005-02-20 16:35:56 +00:00
jdolecek
b1370d628b
claim vge
2005-02-20 16:29:50 +00:00
martin
bf9e950197
This needs work to pass lint - whic I'm not going to invest.
...
Make lint not treat warnings as errors.
2005-02-20 16:20:36 +00:00
jdolecek
2a0d290c56
use VLAN_* macros for VLAN tag extraction/addition
2005-02-20 15:56:03 +00:00
jdolecek
2bba43d247
use VLAN_* macros for VLAN tag extraction/addition
...
XXX the HW VLAN tagging code stays disabled, same as before
2005-02-20 15:55:54 +00:00
manu
4194bac041
Remove KAME racoon, we switched to ipsec-tools
2005-02-20 15:54:02 +00:00
manu
a7d348371a
Remove KAME racoon distribution, which is not used anymore
2005-02-20 15:50:02 +00:00
jdolecek
dc8941eb32
use VLAN_* macros for VLAN tag extraction/addition
...
also restructure and simplify input VLAN ID code handling somewhat, to not use
local have_vlan/vlan_tag variables, and use the appropriate cur_rx condition
on the one place where it's needed
2005-02-20 15:48:35 +00:00
jdolecek
4c60443769
expose the new VLAN macros only within kernel
2005-02-20 15:41:48 +00:00
jdolecek
8b0dfe8d52
add several VLAN tagging related macros, to reduce code duplication
...
in various ethernet adapter drivers and improve code consistency; mostly
FreeBSD-compatible, with exception of VLAN_OUTPUT_TAG(), which takes
(struct ethercom *) rather than (struct ifnet *) as first parameter
since the information cannot be extracted via (struct ifnet)
also add VLAN_ATTACHED(ec), which tests if any VLAN is attached to the
ethernet device
2005-02-20 15:29:03 +00:00
grant
196c8f5e9b
initialise a variable before using it. pkg_info binpkg.tgz would pass
...
garbage on the command line to tar(1).
2005-02-20 14:41:05 +00:00
taca
694db424b0
Update Berkeleys DB's version (4.3.27).
2005-02-20 14:30:04 +00:00
tsutsui
d3dc0553bb
Use ANSI function decls.
2005-02-20 13:59:27 +00:00
cube
d9e01c8989
Note import of pppd-2.4.3.
2005-02-20 11:17:01 +00:00
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