millert
|
8822f49aa7
|
Minor style points.
|
27 years ago |
millert
|
616645b01b
|
Todd kant spel.
|
27 years ago |
millert
|
ec6f7d0de6
|
Install sha1(3) and links.
|
27 years ago |
millert
|
faefdad350
|
#include <sha1.h> not #include "sha1.h"
|
27 years ago |
millert
|
6b9f7695b9
|
Use term type of sun--works better than the ansi-m in our termcap.
|
27 years ago |
millert
|
b1dcc2f442
|
Man page for SHA1*
|
27 years ago |
millert
|
a607d546f9
|
A -> An
|
27 years ago |
millert
|
ad6cecfcaa
|
Be consistent wrt unsigned vs. u_*
|
27 years ago |
millert
|
0c044b6e92
|
Different sha1 functions (taken from netinet's if_sha1.c) that
are more consistent with md4/md5 functions.
|
27 years ago |
millert
|
eb34995d3c
|
Add more system users. From Marshall M. Midden <m4@umn.edu>
|
27 years ago |
millert
|
5daeee95dc
|
Clean up some -Wall flowers.
|
27 years ago |
millert
|
75a2acb9f8
|
Clarify strncat(3) count param.
|
27 years ago |
downsj
|
c1c7c9080f
|
Add ppi, fix dca.
|
27 years ago |
downsj
|
353ced31c3
|
Example (commented out) entry for running newsyslog -m.
|
27 years ago |
graichen
|
626a4c78a0
|
correct ipl entry to match pmax's conf.c
|
27 years ago |
downsj
|
aa1d35499f
|
Add apci, major 35.
|
27 years ago |
niklas
|
b5e31a52f9
|
wd and acd support
|
27 years ago |
millert
|
81c581b9d6
|
Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong).
|
27 years ago |
millert
|
2f68d51273
|
Move prototype for bindresvport(3) to <netiniet/in.h> as it is
not rpc-specific and other stuff uses it now.
|
27 years ago |
provos
|
09f9399c57
|
fix that repeating passwords yield same hash + increment minor
|
27 years ago |
millert
|
dbf726cb6e
|
Include <stdlib.h> for malloc() proto.
|
27 years ago |
provos
|
2dc9544348
|
relocated header files
|
27 years ago |
millert
|
281d3b7ded
|
Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>.
|
27 years ago |
deraadt
|
e385c811bb
|
surely not long!
|
27 years ago |
kstailey
|
e5efaaa94d
|
add gnu/usr.sbin to $cdpath
|
27 years ago |
millert
|
13286d26c2
|
/etc/profile should be checked along with .profile for consistency with
/etc/csh.login and .login. From Chris Jones <cjones@rupert.oscs.montana.edu>
|
27 years ago |
millert
|
b46ec22f4b
|
Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive
lock. This fixes a DOS bug where a user could run passwd(1) and
send it a SIGKILL, thus leaving /etc/ptmp in place.
|
27 years ago |
tholo
|
9d77d4a158
|
Make sure we don't get stuck in a loop when trying to clean up stdio
|
27 years ago |
gene
|
5fef23a096
|
The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple
thing that makes people's lives easier.
|
27 years ago |
deraadt
|
ca5679152b
|
add ELOOP support; shigio@wafu.netgate.net
|
27 years ago |
deraadt
|
fd918f6e20
|
if screenblank exists, start it
|
27 years ago |
deraadt
|
f7fc307897
|
typecastorama
|
27 years ago |
millert
|
f20458d134
|
Add mkdtemp(3)
|
27 years ago |
niklas
|
d4d287d62b
|
Put in hooks to start ypserv with flags
|
27 years ago |
niklas
|
031b0dada6
|
Put in hooks to start rpc.yppasswdd with flags
|
27 years ago |
niklas
|
58f7db1ec4
|
Add support to handle password files in directories other than /etc
|
27 years ago |
kstailey
|
f64bcca54d
|
even more global.dummy -> .global.dummy
|
27 years ago |
dm
|
86d135e659
|
Default file causes lots of "dummy names should start with `.'" syslog
messages. Comment out global.dummy and make it .global.dummy.
|
27 years ago |
millert
|
6d6a774a5e
|
First cut at documentinf tsearch(3) -- needs work.
|
27 years ago |
niklas
|
093fdb1617
|
Add ttye6, bug noticed by Ulrich Flegel
|
27 years ago |
millert
|
f1026de800
|
Fix decl for tfind(3)
|
27 years ago |
deraadt
|
fb6d1cf25b
|
damn, no tsearch(3)
|
27 years ago |
deraadt
|
fbf0194420
|
PD tsearch as reqd by xpg; by esr
|
27 years ago |
millert
|
4d819f11e1
|
Add https
|
27 years ago |
deraadt
|
b723fb2a30
|
whitespace support; some netbsd pr..
|
27 years ago |
millert
|
650c48e81c
|
Add commented out entry for scon (pcvt console setup)
|
27 years ago |
deraadt
|
2dad0eaeab
|
be more careful, george
|
27 years ago |
deraadt
|
f4546c942f
|
use /etc/namedb/tmp/ for storage, until we merge some 8.1 derivative
|
27 years ago |
gene
|
79ac7c164a
|
Get major number for ss* and ipl* right, so these start working.
Add a missing asc* (rudimentary Apple Sound Chip) entry. & fix a comment.
|
27 years ago |
downsj
|
c7c668e8b6
|
Bad example netmask.
|
27 years ago |