deraadt
c90e0a2436
proto _assert2()
21 years ago
jmc
bad23052ea
fix function description in SYNOPSIS;
21 years ago
mho
416353430e
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
21 years ago
otto
eb145cfead
Fix two cases where malloc() returns NULL but does not set errno to ENOMEM.
ok tdeval@ henning@ millert@
21 years ago
millert
647d0cdbb1
when testing passwd(5) expire field, force its value to an int before
checking for non-zero since an empty field is equivalent to 0.
Problem noted by Graeme Lee.
21 years ago
millert
c3a8fa3c18
Fix setting of umaskset. Also, there is no need to use TMP3 for
umask detection.
21 years ago
millert
d3feed920b
Add /etc/isakmpd dir as well as isakmpd.conf and isakmpd.policy files.
henning@ OK
21 years ago
david
88989bee2b
now that there is multicast routing documentation in netstart(8),
reference it rather than /etc/netstart
ok henning@ millert@
21 years ago
millert
ba8f3ee996
We need the "/ 10" in the group writability check after all; marc@
21 years ago
millert
c877ad0d6f
Make the test for unsafe umask more bullet-proof. With help from marc@
21 years ago
avsm
ef01e76670
some more extra mktemp randomness; millert@ ok
21 years ago
avsm
707c834a5a
spacing nit, and a bit more randomness for mktemp
millert@ ok
21 years ago
david
bf4d53e8c8
remove kerberosIV configuration files
ok hin@ deraadt@ pb@
21 years ago
jason
384d178b51
Better value for vax MAXFLOAT
21 years ago
jason
530cbd715c
redefine MAXFLOAT in vax terms
21 years ago
avsm
b75b1238ee
backout the __bounded__ attributes for a while; requested by deraadt@
21 years ago
avsm
3ab653a0d9
Mark various standard library functions with the __bounded__ attribute.
You must have an up-to-date gcc for this!
deraadt@ ok
21 years ago
jmc
47f2359b9a
use ; to separate selectors;
ok millert@
21 years ago
deraadt
0c743cc175
ansi and protos
21 years ago
deraadt
18e2ca0116
protos
21 years ago
deraadt
9ebc81f93f
proto getgrgid_r and getgrnam_r
21 years ago
deraadt
b34f7b9403
missing const; millert ok
21 years ago
avsm
0c6b29846c
clarify these functions by changing references from strings to buffers
ok deraadt@, millert@, jmc@, suggested by espie@
21 years ago
pvalchev
d223f49f9b
add "microsoft-ds"; Dries Schellekens
21 years ago
todd
9a668a95b7
sync
21 years ago
todd
dd6fcb707d
switch to share/misc/license.template
21 years ago
millert
4f09d8e4af
Sync with share/misc/license.template and add missing DARPA credit
where applicable.
21 years ago
david
8d7c4c7618
add adaptive, interval, and frag timeouts to pf.conf and BNF
ok henning@ dhartmei@
21 years ago
millert
76978de29b
I hereby place this file in the public domain.
21 years ago
grange
bccca5e422
The hyphen in regexp should really be escaped
ok millert@
21 years ago
millert
2e71a0e51b
Add dot ('.') in usernames too for consistency with adduser/useradd.
Noted by Brian Poole
21 years ago
millert
cf8c1465dc
Don't complain about usernames that end in '$' which may be needed by
samba; this is consistent with useradd and adduser. From Dan Brosemer.
21 years ago
deraadt
70b6eb2ef0
ansification, pval ok
21 years ago
deraadt
fc6dd72c26
ansification; pval ok
21 years ago
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