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 |
millert
|
582d06fd67
|
Add readpasasphrase(3), a more flexible getpass(3) replacement.
getpass(3) is now implemented in terms of readpasasphrase(3).
|
24 years ago |
millert
|
106e557ee3
|
Remove prototypes for old BSD auth functions. New ones will live in
bsd_auth.h when BSD authentication is committed.
|
24 years ago |
angelos
|
a8575fe917
|
"of", not "on" (from Henric Jungheim)
|
24 years ago |
deraadt
|
3a7228c21c
|
create /usr/share/man/ps{1-9} directories and sub-directories
|
24 years ago |
deraadt
|
e0df9d23fb
|
shorten, now it fits in -Tps
|
24 years ago |
todd
|
1aa6198836
|
This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the
cases where we did not previously handle them.
Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this.
|
24 years ago |
aaron
|
e93bcc1d43
|
The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.
From ianm@kashmir.cit.nepean.uws.edu.au.
|
24 years ago |
deraadt
|
dce4147483
|
more
|
24 years ago |
deraadt
|
05ce95589d
|
more
|
24 years ago |
deraadt
|
5a863ed47d
|
forgot to update this
|
24 years ago |
deraadt
|
17c9582cac
|
after seeding from the host.random file, immediately reset the seed file, so
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
|
24 years ago |
aaron
|
d71fc636ce
|
Clarify; gluk@ptci.ru
|
24 years ago |
aaron
|
8a0faa7911
|
Document that the string returned by strerror(3) contains a maximum of
NL_TEXTMAX characters.
|
24 years ago |
deraadt
|
c923c0c04e
|
more verbose description
|
24 years ago |
marc
|
7c60e5f4cc
|
make root perms match 4.4BSD.dist; ok deraadt@
|
24 years ago |
millert
|
95c109f653
|
Since sh's bulitin echo(1) supports /t and /n there is no reason to
use printf(1) here. This way there is no possibility of format
string problems and we use a shell builtin instead of an external
command.
|
24 years ago |
mickey
|
1309c042f6
|
grammar in comment
|
24 years ago |
hugh
|
ac5c85ae03
|
printf(1) format string fixes! checked by theo.
inspiration from dynamo@ime.net.
also a typo fix.
|
24 years ago |
aaron
|
22e70c114c
|
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
|
24 years ago |
aaron
|
3d99552464
|
Create /dev/pcvtctl mode 600.
|
24 years ago |
aaron
|
85796607b6
|
Give examples of moused_flags usage for ps/2 and serial mice.
|
24 years ago |
deraadt
|
9c20d39825
|
add all basic common arch dirs for cat9
|
24 years ago |
deraadt
|
a192be4f93
|
2 sets of ptys; drahn
|
24 years ago |
aaron
|
3b4f4c518d
|
Create /root with mode 0700 instead of 0755; deraadt@ ok
|
24 years ago |
deraadt
|
6e360f7064
|
proto _rpc_dtablesize()
|
24 years ago |
deraadt
|
288ce11016
|
disable talkd and fingerd by default, what the heck, they are less used these days
|
24 years ago |
provos
|
68a2be9ae1
|
add primes that can be used for diffie-hellman key exchange
|
24 years ago |
hugh
|
7b499760f9
|
Don't install ieeefp.h on vax. derradt Ok.
|
24 years ago |
millert
|
6af4c12eba
|
crank maxproc for staff login class
|
24 years ago |
aaron
|
d0ff2688ea
|
moused will now co-exist with X
|
24 years ago |