espie
4cbc49a8f1
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
24 years ago
deraadt
1b49ff3dbc
proto svc_getreqset2
24 years ago
millert
6df46d482b
Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX
section.
24 years ago
millert
c24c30dbae
login.conf code from BSDi. This does not include the bsd auth code
which will come later. At this stage it is primarily used for setting
resource limits.
24 years ago
mickey
70cc2f081a
from freebsd:
strtofflags/fflagstostr to convert file flags
to/from binary from/into a string as used in chflags(1).
use u_int32_t instead of u_long (as freebsd does).
increase libc minor.
millert@ ok.
24 years ago
itojun
0194f6fae7
ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes
ipv6 address.
24 years ago
deraadt
fbafed2c42
er, no _PATH_NOLOGIN is the "do not let users login file"; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
24 years ago
millert
f1af74c19a
nologin lives in /sbin
24 years ago
itojun
485eb3c523
correct type of 2nd argument to meet RFC2553. (this should raise no ABI
problem due to type promotion). PR 1228.
24 years ago
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