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
espie
61c20d92d9
Change include links shennannigans to make more sense,
so that machine -> i386, and not the other way around,
or, for arches such as amiga/m68k, make amiga & m68k true directories
and let machine -> amiga.
25 years ago
aaron
976f423820
use UTC when abbreviating Coordinated Universal Time, not CUT
25 years ago
aaron
7445f852db
appropiate -> appropriate
25 years ago
millert
0fc6b0a96d
c++ clasess for ncurses
25 years ago
millert
37b3ece184
mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated
25 years ago
rahnds
cc03007ece
powerpc does not support shared libraries and thus should not ship
link.h or dlfcn.h
26 years ago
pjanzen
c830d1f32b
Daylight Saving Time, not savings
26 years ago
niklas
ea55b126b2
Some style issues, make stuff neded before depend be built by beforedepend.
Also make them prereq in the case of make includes
26 years ago
niklas
63e446254e
Provide a method to do prerequisites needed before
installation of includes can happen. Do these before and not run via ${SUDO}.
26 years ago
deraadt
d63c17e8c3
skipjack in libc; isakmpd and such will want it
26 years ago
millert
0be6da5c32
constify getcap(3). This fixes a warning in libcurses and doesn't
really change the API since those parameters that was been constified
really are not modified by getcap(3) routines.
26 years ago
millert
d4cf62e866
real dbm_rdonly
26 years ago
millert
2532e0e63d
Update HASHKEY macro from db 1.8.6. I didn't update that initially as I thought it related to the new hash code--it does not
26 years ago
millert
be999a6bec
missed this in the libc/db update
26 years ago
millert
926b3f4f9f
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage
26 years ago
millert
d007a399f2
add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)
26 years ago
angelos
d51d3afea3
Add syslogd's paths.
26 years ago
angelos
456867e3f5
Add some useful defines (used by ssyslog).
26 years ago