millert
d93b42ba80
Minor comment changes:
o utmp lives in /var/run, not /etc
o document EX_CONFIG
24 years ago
deraadt
703da8f559
prototyping for p{read,write}{,v}
24 years ago
millert
258337bfb7
Add srandomdev() from FreeBSD for use by sendmail and others.
24 years ago
millert
300af685b4
Expose MDXTransform functions to be consistent with sha1 and rmd160.
25 years ago
millert
b5559ee3ec
Add FNM_NOSYS, meaning "The implementation does not support this function",
for XPG conformance. We don't use it but programs might check for it.
25 years ago
todd
d29d5ce8db
implimented -> implemented
25 years ago
niklas
f7dac6d2af
A more normal way of building kerberos, faster, and it works with SUDO
25 years ago
millert
e079ac6af2
Make P_tmpdir point to /tmp/ not /var/tmp
Really, there should be a way to make configurable by the admin
at runtime (say, a gettmpdir() function).
25 years ago
todd
9c283bc975
$OpenBSD$
25 years ago
deraadt
2e407ed6c6
install crypto headers
25 years ago
hin
7e0be9982c
Include files for KerberosIV have moved.
(ok art@)
25 years ago
itojun
d148e30e7f
add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
in sync with kame and bsdi.
25 years ago
itojun
68fe588191
add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF.
NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.
25 years ago
millert
b98db3f883
Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow
off_t to be visible in stdio.h even in strict ansi mode. This is needed
for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack.
25 years ago
millert
662058799b
Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively
since fpos_t is actually a 64bit type.
25 years ago
deraadt
e462b3f68d
do not install /usr/include/dev/microcode/
25 years ago
deraadt
3c39f4289c
swapctl 2nd arg is const
25 years ago
itojun
e0d756a4f5
revise extended scoped address format support. delimiter and the order
is changed, based on discussion in ipngwg scoped address cabal.
past code: fe80::1@de0
now: de0%fe80::1
this will be in sync with next extended address format proposal
(which should be final - I don't want to make this kind of change again).
25 years ago
itojun
42c0283582
add IPv6-ready rcmd() friends.
rcmd(): IPv4 only
rcmd_af(): af independent
ruserok(): af independent
iruserok(): IPv4 only
iruserok_sa(): af independent
25 years ago
itojun
1cbdf97258
replace NRL get{addr,name}info with KAME get{addr,name}info.
removed functionality:
new code will not return AF_LOCAL addrinfo struct.
added funtionality:
SOCK_RAW is permitted as ai_socktype (no servname allowed).
draft-ietf-ipngwg-scopedaddr-format-00.txt
25 years ago
deraadt
ba56946420
rresvport_af() and bindresvport_af()
25 years ago
espie
ed31ea2769
dlopen and dlsym take const char * parameters.
Fix prototypes, propagate const where applicable.
25 years ago
espie
ecdb2b8203
In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.
Redefining it as a typedef is an error, as it prevents overloading
on e.g., int/wchar_t separately.
25 years ago
espie
106f3281ec
Generate g2c.h at prereq stage.
Install it under /usr/include
25 years ago
aaron
2f75ae5179
Typo in comment.
25 years ago
beck
049dca83c0
get httpd in WDIRS as well as the prereq dirs.
25 years ago
beck
32680871cc
add httpd to includes target so apache includes get grabbed.
25 years ago
deraadt
6b4056e763
put sbin:/usr/sbin in default path
25 years ago
millert
b01bfc6896
put back FTS_CHDIRROOT until next library major number crank
25 years ago
millert
afab65bb13
kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used
25 years ago
beck
93e3028091
remove /usr/include/openssl link before making it.
25 years ago
deraadt
d4b40e658e
openssl -> ssl
25 years ago
espie
37cd277feb
Copyright...
25 years ago
espie
5a36eeab8b
stdbool.h conforming to C9X
25 years ago
espie
f851e80d96
Be thorough about NULL as __null for C++.
25 years ago
deraadt
35b85f848f
proto bcrypt_gensalt()
25 years ago
deraadt
ed9e4a1a48
proto bcrypt_gensalt()
25 years ago
millert
a65a15a2f0
prototype mismatch for RMD160Update()
25 years ago
deraadt
24cbe5ea26
proto net_addrcmp()
25 years ago
deraadt
6491511267
install miscfs includes too
25 years ago
espie
1c92e2c0d1
Slight goof, repair symlinks target (noted by David Leonard)
25 years ago
cmetz
6acf79f4a8
Added some protocol independent interfaces (supposedly IPv6 support APIs, but
ones that are useful for all protocols, not just IPv6).
25 years ago
art
df6ce7fed9
install uvm includes
25 years ago
espie
de172e7c0c
Define NULL to be __null for C++: better quality of implementation.
__null is a magic constant of integral type that converts to a null pointer
as should be, but warns for ambiguity when used to resolved an overload
between an integral type and a pointer type.
25 years ago
deraadt
ef60c11b2d
getaddrinfo() info prototypes and such; cmetz
25 years ago
angelos
4ce3371b53
Add libkeynote target for includes
25 years ago
espie
e13aed530b
proper const semantics for dirname & basename.
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
25 years ago
espie
194fbcd9ee
Link in egcs, kill gcc and libg++
25 years ago
weingart
63929f59f5
Add swapctl(2) prototype.
25 years ago
espie
cb37c452aa
typo
25 years ago