millert
c71980a843
The data pointer passed to the transform function may not be properly
aligned so copy it in a way that a) is endian indepenent and b) does
not rely on alignment. Problem found and solution tested by hshoexer@
20 years ago
jmc
fc7f44a3cc
typo in SEE ALSO;
20 years ago
millert
1e36196ad9
more KNF
20 years ago
millert
224ee4053e
Some KNF
20 years ago
millert
6766bb800e
KNF: function names should be at column 0 for easier grepping.
20 years ago
millert
ed861eb432
Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.
20 years ago
millert
9eef84d714
Don't build lib/libc/md, build md[45] in lib/libc/hash instead.
20 years ago
millert
93807fbee0
md[45] man page
20 years ago
millert
dbbc112215
Xr sha2(3)
20 years ago
millert
6a5149bdf9
PD md4 code derived from Colin Plumb's md5 routines.
20 years ago
millert
2ee8a23109
Rename members of struct MD5Context to match other hash routines.
Add constants for buffer lengths and use them.
Make bit count 64bit based on changes by niklas@ long ago.
Conver htole32n() to macros and unroll loops.
20 years ago
millert
95118666b1
PD version of md5(3) based on code written by Colin Plumb.
20 years ago
deraadt
a32eb59352
spacing
20 years ago
henning
5085be96f6
add /etc/isakmpd/pubkeys/{fqdn,ipv4,ipv6,ufqdn}, theo markus ok
20 years ago
markus
7cb9289915
generate a isakmpd (host) key; ok henning, deraadt, cedric
20 years ago
millert
14ad1886b5
Add __bounded__ attributes like the other hash functions have.
With help from avsm@
20 years ago
millert
dc5a1f903b
Make the bit count u_int64_t instead of two u_int32_t. Adapted from
changes Niklas made to the md5 code long ago. OK hshoexer@
20 years ago
mcbride
51f5b17de1
Fix typo in ifstated.conf. Reported by matthew zeier, then forgotten...
re-reported by Jan Filipovsky.
20 years ago
millert
9b2dd21027
Use a common source file for all the hash helper functions that
previously lived in foohl.c. The foohl.c files are now generated
via sed, though perhaps cpp could be used in the future.
Use u_int8_t instead of unsigned char for the buffers struct fooContext.
Add constants for buffer lengths and use them in function prototypes
and the man pages.
This is basically cosmetic surgery; there should be no functional changes.
OK deraadt@
20 years ago
deraadt
7bcb432182
double check that the carp* interfaces exist before knocking them down,
mcbride and i think this diff looks good but do not feel like doing the
250 meter walk to go test it
20 years ago
beck
a319435c75
add spamd.conf to /etc/changelist and mtree/special
from Dmitry Medvedev, ok deraadt@
20 years ago
miod
ef1e45b2f7
Regen
20 years ago
miod
0637018130
Populate /etc for luna88k
20 years ago
miod
d562f4e5e4
Add luna88k related directories and information to the build infrastructure.
ok deraadt@, millert@, krw@ - mdoc ok jmc@
20 years ago
jmc
35fc1dffbe
kill whitespace at eol;
20 years ago
millert
fb3c830539
Adapt to new pw_copy() API, closes PR 3698.
20 years ago
millert
d0d2e5a2ff
Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.
This allows an application to only update a password entry if it is
in the state it expects. Additionally, if the old passwd struct
is specified the new one may have a different pw_name field since
matching is done on the original. Adapted from FreeBSD.
20 years ago
deraadt
c5df8306b5
some naming cleanup
20 years ago
deraadt
25cf5891f6
spelling error by henning who cannot commit from near kamloops; openbsd@rukh.net
20 years ago
henning
bf2fa238ed
new user/group _tftpd, theo ok
20 years ago
henning
ac017e47aa
user/group _mopd for, well, mopd. theo ok
20 years ago
itojun
cbdc6bf7b4
implement RFC3493 AI_NUMERICSERV. tedu ok
20 years ago
millert
923f039b2d
Add /dev/fd/ and /var/empty/; ok henning@ and krw@
20 years ago
henning
ce256bfc87
new _dhcp user for, well, dhcp stuff, theo ok
20 years ago
tdeval
55664fb425
Clean up malloc_active state when aborting.
This allows for safe abort handling, without tripping into
false recursivity problems.
Ok tedu@, deraadt@
20 years ago
millert
dd17913d32
regen
20 years ago
millert
e1795eec10
Add back a lie about tty* do that MAKEDEV works again. todd@ can fix...
20 years ago
millert
ae5f7e59c9
Regen for for pty changes (62 per letter instead of just 16)
20 years ago
millert
5b6db43831
Update for pty changes (62 per letter instead of just 16)
20 years ago
millert
a46364db49
Crank max ptys to 992. We now have 62 pty/tty pairs for each letter
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just
/dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run:
# cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*
20 years ago
jmc
51666fa855
typos from Jon Mosco, plus further tweak;
ok deraadt@
20 years ago
jmc
863eba8e46
s:removeable:removable:
from Jon Mosco;
20 years ago
david
d9affc6242
repair ntpd_flags; from Jeff Ito <jeffi@rcn.com>
ok miod@ krw@
20 years ago
djm
720fa3edf8
some of these functions are prototyped in pwd.h; ok deraadt@
20 years ago
djm
47a42edf4e
prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@
20 years ago
avsm
eed750edd0
fix non-gnu ansi compilers by not using 'inline' but '__inline' instead.
lets tendra build again.
ok deraadt@, pvalchev@, millert@
20 years ago
brad
4869ccc04e
remove sparc64/gcc2 workaround.
ok millert@ deraadt@ jason@
20 years ago
henning
2faf461d71
dumped is really spelled with one p and not two
from Daniel Lucq
20 years ago
otto
2e9faaddb7
Allow spamd_flags banner to contain spaces. Resolves PR 3720.
ok beck@ millert@
20 years ago
krw
4435146cfe
Add rc.conf.local to mtree/special. From Dmitry Medvedev. ok deraadt@.
20 years ago