todd
83df067d68
grammer/spelling
24 years ago
todd
f0cf4fb1ff
spelling
24 years ago
todd
33806e2a78
spelling
24 years ago
angelos
65a3864266
Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu)
24 years ago
smurph
4c2f3b0b79
Adding misc files.
24 years ago
millert
e6c1e8b9f9
Fix a problem introduced by the printf format sweep. Passing a NULL
pw_error() is prefectly legal but now we have to check for it explicity
(it was handled implicitly before since warn(name) would become warn(NULL)).
24 years ago
millert
af6569737a
Guard agaist multiple inclusion
Add missing __BEGIN_DECLS and use __P macro in function prototypes
24 years ago
millert
41df7a09a4
Guard against multiple inclusion
24 years ago
angelos
33523770b4
Back-out use of apachectl to start httpd:
1) It's one more dependency in /etc/rc
2) It's one more script that starts from /etc/rc (slowdown)
3) We're only going to be starting httpd in /etc/rc anyway (no other
weird operations), so there's no reason to force a change in rc.conf
4) apachectl(8) doesn't mention "startssl" directive
5) Admins can use apachectl to manage httpd regardless of how the
latter was started
Thanks to fgs@ for yelling about this :-)
24 years ago
angelos
4199f3ed12
Use apachectl to start httpd, rather than directly call httpd in
/etc/rc (PR 1476)
24 years ago
angelos
b06b6e5f00
Initialize RAID parity as needed (PR 1529)
24 years ago
millert
eecefea7f3
Ok, I'll say it again: "fix ^C in termtype prompt for real this time"
The bottom line is that the 'set noglob' has to be in effect *before*
the eval, but if the user hits ^C we don't want their shell to still
have noglob set. So, we now catch the ^C and continue on like the tset
completed OK. Egad.
24 years ago
angelos
75ac746131
newsyslog/newsyslog -m shouldn't conflict in scheduling.
24 years ago
aaron
3d200f23d8
Various repairs, mostly to get rid of short lines.
24 years ago
todd
06e9a61dc6
gnupg ring/data ownership/permission checking added; ok millert@
24 years ago
aaron
a23c3559c4
mdoc prefers `\e' as an escape character.
24 years ago
aaron
0cc0696d69
Better english; from provos@
24 years ago
reinhard
71a6c8dbee
URL of protocol-numbers has changed
24 years ago
aaron
c56f4d6b0e
typo; ciper -> cipher
24 years ago
todd
06b933f507
add identd example for tcp6
24 years ago
brad
29274a5250
*cough*someone forgot to remove libgmp*cough*
24 years ago
marc
39a1183d94
Todd, Aaron, Dug, and me all prefer unidiff
24 years ago
marc
ea6c98b19e
When adding a sub-dir remove 'ignore' from the parent dir or
24 years ago
miod
68d564cce6
Remove duplicate entries already found in the main sysctl.conf
24 years ago
aaron
0993603ee0
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least
this is consistent.
24 years ago
aaron
01bdb7e580
.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it
belongs. Closes PR/1554 from bk@rt.fm .
24 years ago
millert
ece024bd59
Add "auth" group
24 years ago
millert
b0795f35b0
Add /usr/libexec/auth dir
24 years ago
aaron
91c5b85d53
Fix spelling error, closed PR/1557; dim@xs4all.nl
24 years ago
deraadt
35542bfd2d
provide a font-loading stub; smat@acm.org
24 years ago
deraadt
fb625bc33f
use __x__ formats for __attribute__ arguments; guenther@gac.edu
24 years ago
hugh
c39be97598
Avoid dependency on printf(1) by replacing it with a ksh array.
Has side effect of constraining dmz dev entries to the ttyXX convention.
24 years ago
hugh
76612f6fe5
Build network tunnel devices.
24 years ago
millert
4eab4a435d
Use -n to test if a variable is non-zero. Otherwise, if the variable's
contents start with a '-' test becomes unhappy (since it interprets it
as another option).
24 years ago
millert
fee765fb4f
MLINK check_expire.3 -> login_check_expire.3
24 years ago
millert
747d061e52
first cut at a man page for login_check_expire()
24 years ago
millert
3baeeab4e7
login_check_expire(3), a helper function for use with BSD authentication.
This lives in libutil because it uses pw_lock(3) and friends. Needs
a man page (soon!).
24 years ago
millert
2a2d694747
Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'.
Crank the shlib major number due to the interface change.
24 years ago
hugh
d05c023935
Add entries to build nodes required for "floppy", and "ramdisk".
24 years ago
hugh
5cf6817a49
Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd".
24 years ago
hugh
202697f16d
build the 'safe' vnode device
24 years ago
hugh
4a98b37bf8
Support 16 slices per device, like the other OpenBSD arches.
24 years ago
itojun
b01d6ab5d6
comment fix; strlcat returns strlen(initial dst) + strlen(src).
24 years ago
deraadt
0bbb6d2865
enforce ttyC[0-f]; thanks to millert for some help
24 years ago
deraadt
da4a56107f
tabs
24 years ago
jakob
839c920c0e
add SIP (Session Initiation Protocol)
24 years ago
millert
8256513959
Add references to new files.
24 years ago
millert
21581886d8
BSD authentication routines from BSDI. Presently this is not used but
the login_* helper programs and other support will be committed in the
near future.
24 years ago
millert
518931599f
Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as
a single chunk with the strings pointing elsewhere in the buffer so
a simple free() of the struct passwd * is all that is needed to decallocate.
24 years ago
millert
6c4a3507c1
Missed this in the strnvis(3) commit.
24 years ago