itojun
19a4d0910c
sync with sys/netinet/icmp6.h change (no bitfield for router renumber).
...
more logging. improve error handling/garbage collection. sync with kame.
2000-07-06 12:37:56 +00:00
itojun
0a1e211454
- do not use bitfield for router renumbering header.
...
- add protection mechanism against ND cache corruption due to bad NUD hints.
- more stats
- icmp6 pps limitation. TOOD: should implement ppsratecheck(9).
2000-07-06 12:36:18 +00:00
ad
c2554e1d5b
- Declare pw_getconf().
...
- ANSIfy.
2000-07-06 11:28:04 +00:00
ad
8a82d4a86e
Bump libutil minor (pw_getconf()).
2000-07-06 11:26:23 +00:00
ad
470c73e831
Xref passwd.conf.
2000-07-06 11:26:14 +00:00
ad
2fb062082f
Add passwd.conf.5.
2000-07-06 11:24:03 +00:00
ad
8cb27d79ff
Documentation for passwd.conf.
2000-07-06 11:23:10 +00:00
ad
17ae5d7c69
Adapt to addition of passwd.conf.
2000-07-06 11:20:30 +00:00
ad
34e4fc5261
- Pull in pwd.h since `struct passwd' is now used in extern.h.
...
- Use pwd_gensalt().
2000-07-06 11:19:39 +00:00
ad
44f550958a
Declare pwd_gensalt().
2000-07-06 11:17:25 +00:00
ad
a7d94ddf80
Add pwd_gensalt() - generates password salt/setting for crypt(), based upon
...
target user and information obtained from passwd.conf. From OpenBSD.
2000-07-06 11:16:50 +00:00
ad
ac9fc8f4e6
Handle non-DES encrypted passwords; currently only MD5.
2000-07-06 11:13:49 +00:00
ad
49de2aa1ce
Add __md5crypt(), for internal use by libcrypt. This behaves for the most
...
part like crypt() but uses a proprietry encryption scheme that utilises MD5.
From FreeBSD via OpenBSD.
2000-07-06 11:12:42 +00:00
ad
05ca1d3393
Add /etc/{hesiod,passwd}.conf.
2000-07-06 11:11:16 +00:00
ad
9500f6c8db
This product contains software developed by Niels Provos.
2000-07-06 11:09:54 +00:00
ad
7b3efebed5
Documentation for pw_getconf(). From OpenBSD.
2000-07-06 11:08:19 +00:00
ad
82be161e7c
- Add pw_getconf(). This is used to read configuration information from
...
passwd.conf. From OpenBSD.
- ANSIfy.
2000-07-06 11:06:12 +00:00
ad
481a5b226e
Define _PATH_PASSWDCONF and _PASSWORD_NONDES.
2000-07-06 11:05:06 +00:00
onoe
b4a8e334e8
hexadecimal digits for nwid.
2000-07-06 11:02:02 +00:00
ad
489f880428
Add rmd160.h.
2000-07-06 10:58:56 +00:00
jdolecek
53385f1dfd
adjust maximum number of vnodes in vnode cache according
...
to machine memory size upon boot if the number has not been specified
explicitly in kernel config - at this moment, 0.5% of system
memory is used for vnodes (but minimum NVNODE vnodes)
2000-07-06 09:51:54 +00:00
onoe
27f79f7369
cast u_char for ctype (nwid stuff) to fix possible overrun problems.
2000-07-06 08:20:51 +00:00
augustss
f744825091
Some fixes suggested by Sheldon Hearn <sheldonh@uunet.co.za> (FreeBSD).
2000-07-06 07:26:48 +00:00
augustss
555fde1163
Fix reversed test in umass_activate(). Probably fixes PR 10520.
2000-07-06 07:11:18 +00:00
thorpej
70140a566d
Some slight cleanup.
2000-07-06 04:34:26 +00:00
msaitoh
7f0eba7ad8
make spllower() return void.
2000-07-06 04:31:04 +00:00
tsubai
212a0a08d2
Implement powerpc spin lock functions.
2000-07-06 03:52:25 +00:00
jhawk
c4f2dfb0b9
Enable "old partition ID" compatibility by default, just as in biosboot.
2000-07-06 03:39:53 +00:00
enami
3268786888
- Process all passed option rather than ignoring silently except the first one.
...
- Centerize the check whether an interface is specified.
- Print maximum data length.
- Swap wi_type and wi_code in struct wi_table so that wi_type matches with
wi_type in wi_req.
2000-07-06 03:37:26 +00:00
christos
797c24d612
const poisoning.
2000-07-06 03:17:19 +00:00
christos
910cd9b309
fix non-portable bit-fields
2000-07-06 03:16:51 +00:00
christos
473ea2c4e7
add explicit casts to avoid parameter conversion warnings.
2000-07-06 03:14:05 +00:00
christos
6b283a58bd
avoid losing precision warnings
2000-07-06 03:13:22 +00:00
christos
deb154d2bc
add __RPC_GETXID macro
...
don't const castway __rpc_getconf and __rpc_getconfig. It might try to
write const strings
fix non-portable casts
remove duplicated prototypes
cast things to proper types
remove extraneous casts to NULL
fix variable cast mismatches
remove register var declarations
2000-07-06 03:10:34 +00:00
christos
b056680b9b
remove register
...
adjust types to match functions
elide non-portable casts
cast to proper types
2000-07-06 03:06:45 +00:00
christos
6a3d07cc2d
get prototypes from rpc/nettype.h
...
avoid non-portable casts
add explicit casts
2000-07-06 03:05:20 +00:00
christos
3ee90709fb
elide non-portable casts
2000-07-06 03:03:59 +00:00
christos
ea5394abfa
remove unnecessary casts to NULL
2000-07-06 03:03:30 +00:00
christos
ae40c8edb2
remove register
...
elide non-portable casts
2000-07-06 03:02:22 +00:00
christos
1c3b369611
add explicit casts
...
elide non-portable casts
2000-07-06 03:01:32 +00:00
christos
373996b8e8
add constcond lint directive
2000-07-06 03:00:39 +00:00
christos
bc44f19756
add explicit casts
...
elide non-portable casts
2000-07-06 03:00:16 +00:00
christos
e464ac9461
add explicit casts
2000-07-06 02:59:47 +00:00
christos
43264d6a9a
add argsused lint directives
...
add explicit casts
elide non-portable casts
2000-07-06 02:59:20 +00:00
christos
e9001c0972
elide non portable casts
...
add lint const castaway directives
2000-07-06 02:58:07 +00:00
christos
db34dc9efd
de-register
...
use the proper types for vars
2000-07-06 02:57:23 +00:00
christos
b5835eb63b
remove noop checks
2000-07-06 02:56:55 +00:00
christos
47197be00f
elide non-portable casts
2000-07-06 02:56:25 +00:00
christos
a0d18445ab
avoid non portable casts
2000-07-06 02:55:45 +00:00
christos
970724237c
avoid non-portable casts
2000-07-06 02:54:55 +00:00