Commit Graph

134466 Commits

Author SHA1 Message Date
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
jdolecek d58eded060 g/c obsolete comment for _bus_dmamap_load_buffer() 2005-02-19 21:40:21 +00:00
martti 0b9144f791 ipf 4.1.6 2005-02-19 21:38:46 +00:00
martti 460bbcc960 Upgraded IPFilter to 4.1.6 2005-02-19 21:30:24 +00:00
martti 76b5d9e30f Import IPFilter 4.1.6 2005-02-19 21:26:02 +00:00
christos 6cc7a7474f Skip empty lines, and free the line buffer so that we don't leak. 2005-02-19 20:50:26 +00:00
christos 5422e51834 PR/29457: Joachim Kuebart: pppoectl's config file does not allow # in passwords
Fixed, by passing FPARSELN_UNESCALL in parsing.
2005-02-19 18:26:09 +00:00
tsutsui 1b4b48e1ea Add (missed) fabs.c to SRCS. 2005-02-19 18:18:53 +00:00
perry ac4f38d372 Try to explain what this file does a little bit better. 2005-02-19 17:25:16 +00:00
matt f19d600803 Don't include the powerpc64 definitions in here. Since lint is a host
tool, the hosts definition of _LP64 will confuse things.
2005-02-19 17:15:56 +00:00
thorpej 33f19ef5cf Additional cleanup pass. 2005-02-19 17:05:02 +00:00
wiz bb506c5a68 Newer entries at the bottom. 2005-02-19 17:02:02 +00:00
dsl c2abea4a9e Move definition od SRCS into global Makefile.inc (crunchgen no longer needs
to determine the list of source files).
Add -DWSKBD to amd64 (probably should go into many others as well)
2005-02-19 17:00:38 +00:00
thorpej c5aea678b7 Additional cleanup pass. 2005-02-19 16:58:26 +00:00
rearnsha 3351f73643 Add on-board CompactFlash device. 2005-02-19 16:57:58 +00:00
rearnsha 7af50b5bf5 Add support for the on-board CompactFlash card. 2005-02-19 16:56:04 +00:00
rearnsha 575ff76f8f Add bus-space write-multi-2 and read-multi-2 methods. 2005-02-19 16:55:11 +00:00
thorpej 354f2a1004 Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.
2005-02-19 16:55:02 +00:00
tsutsui 31cb734598 Include "ioconf.h" for struct cfdriver *_cd decls. 2005-02-19 16:31:49 +00:00
tsutsui 067a87d594 - options<space><tab>
- bump SYMTAB_SPACE
2005-02-19 16:19:58 +00:00
tsutsui 3a03be0a7a u_intNN_t -> uintNN_t 2005-02-19 15:43:13 +00:00
tsutsui 63478f4368 - ANSI function decls (func() -> func(void))
- u_intNN_t -> uintNN_t
- some KNF
2005-02-19 15:42:33 +00:00
tsutsui eff817e362 - u_intNN_t -> uintNN_t
- ANSI function decls
- ntohl -> be32toh, htonl -> htobe32, htons -> htobe16
- bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
- some KNF
2005-02-19 15:40:15 +00:00
tsutsui cb6453db10 - u_intNN_t -> uintNN_t
- more ANSI function decls
- sone KNF
2005-02-19 15:37:34 +00:00
jdolecek 59f4eae270 nawk updat 2004-12-22 2005-02-19 14:32:51 +00:00
dsl b731f371c5 amd64 doesn't have 'BOOTMODEL', so set TERM to wsvt25 (not pc3) so that
the line drawing chars are available.
Remove the 9600 from the stty line (done to i386 a while ago)
2005-02-19 11:45:42 +00:00
christos c4362dc746 Move duplicate block for pam to the 1.5 dispatch block where it belongs.
Restore KRB4 and KRB5 blocks to the 1.5 dispatch block.
XXX: Should we remove the KRB4 block from the 2.0 dispatch block?
2005-02-19 03:08:23 +00:00
yamt 65c714ad60 mention port-evbsh3/29334. 2005-02-19 02:34:41 +00:00
tsutsui 11b735f28a u_intNN_t -> uintNN_t 2005-02-18 22:39:31 +00:00