deraadt
98afedd6e6
ansification; checked by pval
21 years ago
millert
7d5166497f
Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).
Use "extern __inline" instead of "static __inline" since the extern
flavor behaves more like a macro (which is what we want).
OK deraadt@ and tested on all platforms by various folks.
21 years ago
henning
8cb311b079
don't tell people to use -u for identd any more, runs as _identd by default
now
21 years ago
deraadt
32f62cb8b8
another term 3 & 4 from tholo after permission
21 years ago
mickey
06f0e69e20
by means of utilising -f avoid some warnings when rotating accounting files; millert@ ok
21 years ago
millert
6014de925d
Use an ISC-tyle license for all my code; it is simpler and more permissive.
21 years ago
millert
679cd5d050
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
21 years ago
millert
cc6797b16c
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
21 years ago
jmc
134f7e2634
- section reorder
- clean up .Xr's
21 years ago
markus
98d2c98958
swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles
get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@
21 years ago
deraadt
f4b36578a7
remove terms 3 and 4 of some of my licences
21 years ago
millert
20542d1d50
Remove some lies
21 years ago
millert
9b93b7bc74
Use the getopt() in getopt_long.c which supports some GNU extensions.
getopt.c is no longer compiled and will eventually be removed.
21 years ago
jmc
fdc9cd7b4e
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
21 years ago
jmc
edfb378ba7
- section reorder
- whitespace at EOL
21 years ago
jmc
3445741ae0
- section reorder in crypt(3)
- use .An/.Aq for authors
21 years ago
millert
0d36779ed4
typo
21 years ago
millert
46ecf54354
Say POSIX-2001 instead of Single Unix v3. They are the same but we generally
mention POSIX compliance, not Single Unix compliance.
21 years ago
jmc
ecfaa349ba
- typos
- new sentence, new line
21 years ago
jason
e3575d4593
- use : instead of . for chown
- add bpp devices
21 years ago
jason
9701a1b652
Use : instead of . in chown (were this not sync'd correctly when the
original commit was done?)
21 years ago
jason
a32dc894d3
add bpp devices; with much help from todd
21 years ago
mho
d2af1a0a27
Add /usr/include/kerberosV; ok millert
21 years ago
miod
276c8f6f0e
Remove /usr/include/kerberosIV
21 years ago
david
44890a6e06
add _kdc, _kadmin, and _isakmpd pseudo-accounts; ok deraadt@
21 years ago
ian
3b9490ce8c
New: fmt_scaled() and scan_scaled() convert to and from "human readable"
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's
code for "df -h"; scan_scaled is new. Significantly commented on
and reworked by pjanzen@; other comments from millert@. OK pjanzen@.
21 years ago
jakob
b02d4f668c
add _isakmpd user/group for privsep. ok millert@
21 years ago
hin
3a61525ff3
_kdc and _kadmin users and groups added. Will be used by the kerberos kdc
and admin servers
ok deraadt@
21 years ago
ian
eeaf337659
No more gated. ok krw@, deraadt@, commments from David Krause, jakob@.
21 years ago
tdeval
2fc00a431b
Unbreak 64-bit archs...
21 years ago
tdeval
0106adef12
Pointer cleaning. ok ian@, tedu@, krw@
21 years ago
mho
d946d76de6
Remove krb4 support.
21 years ago
krw
31a3573e90
Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not
have it. We don't even have the directory /usr/share/doc/papers.
ok millert@.
21 years ago
mho
3d0f6a5f72
Don't mention krb4.
21 years ago
pjanzen
16c2e5fccb
Ideas from NetBSD: document nmemb and include sradixsort in the NAME section.
Also, stomp a comma splice.
21 years ago
miod
0235ddf796
Do not let userland access the swapon system call anymore (nothing uses it
anyway).
ok deraadt@ weingart@
21 years ago
jmc
a7d1a88bc4
typos;
21 years ago
jmc
959aa9b10a
typos;
21 years ago
millert
96691bd73a
Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL
21 years ago
millert
697db374e9
assembler versions of insque and remque for m68k, also from 4.4BSD
21 years ago
millert
4448841b95
insque and remque are VAX instructions, no need for C functions; From 4.4BSD
21 years ago
millert
f4d64656f8
Include string.h for memset() proto; noticed by lebel@
21 years ago
millert
0c18cf7d6b
Install sha2.h
21 years ago
millert
7466664b6f
Oops, forgot to add remque.c here
21 years ago
millert
7d1570f34c
Add sha2 routines based on code by Aaron D. Gifford with minor
massaging and a man page by me. I used the phk-derived stuff for
sha2hl.c instead of Aaron's for consistency with our other hash
routines.
21 years ago
millert
4f2de66d7b
Clear the digest local var w/ memset() in the End function.
21 years ago
millert
d1a476799c
move insque(3) and remque(3) from libcompat -> libc; they are now POSIX
21 years ago
millert
b4da3af000
move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX
21 years ago
pvalchev
29fb6dacab
mention shlib_dirs entries are separated by space; ok many people
21 years ago
jmc
980cdd8e8c
updated URL from Leandro Costa;
ok millert@
21 years ago