jkh
cdc8a8df54
ack - left in a typo. Time for bed!
1996-06-17 23:04:24 +00:00
nate
18c043062f
Prepend the CIS string length define with CIS_ per the rest of the
...
constants.
Obtained from: Nomad code
1996-06-17 22:30:30 +00:00
nate
1daa2fff75
Use the defined path to the card devices instead of hard-coding it's
...
value in every file.
No functional changes.
1996-06-17 22:14:19 +00:00
jkh
a2bb2b476e
Init network at proper time.
1996-06-17 21:48:33 +00:00
wollman
011e6e102a
Add keyadmin directory.
1996-06-17 19:49:17 +00:00
wollman
48ddd0aeaf
This commit was generated by cvs2svn to compensate for changes in r16449,
...
which included commits to RCS files with non-trunk default branches.
1996-06-17 19:47:57 +00:00
wollman
9e1f4da809
This is the `key' program from NRL's IPv6 distribution, heavily
...
hacked up by me to remove the IPv6 stuff (fow now). I renamed
it `keyadmin' since `key' was already taken by the S/Key calculator.
Its purpose is to act as a command-driven interface to the `PF_KEY'
socket domain, analogously to thefunction of route(8) in the
`PF_ROUTE' domain. This program is believed to be exportable, since
it does no actual cryptography itself.
1996-06-17 19:47:57 +00:00
jkh
1eddad26dd
Whups! Slight adjustment.
1996-06-17 19:33:27 +00:00
jkh
ee326e9492
Add more items to the glossary menu and reformat it slightly.
1996-06-17 19:31:34 +00:00
jkh
fabf4e3fc0
Add a top level function index.
1996-06-16 23:17:35 +00:00
jkh
c6e3d799ef
Check network status earlier in FTP/NFS installs in order to reduce
...
user frustration.
1996-06-16 21:57:35 +00:00
jkh
fe0ca9a717
Make a small optimization which shaves about a second off the time
...
it takes to build the `All' menu in configPackages.
1996-06-16 16:33:34 +00:00
jkh
ed99f5eec3
Change default user/group to ones that actually exist in default passwd
...
file.
1996-06-15 17:58:51 +00:00
wollman
06f69c1175
Fix multicast address for sending router discovery packets.
...
Submitted by: Kensaku Masuda <greg@greg.rim.or.jp>
1996-06-15 17:10:27 +00:00
jkh
0826bf5711
Make the CDROM auto-detection code a little more flexible about accepting
...
old CDs.
1996-06-14 18:23:26 +00:00
jkh
a6e6c783ca
Don't use some of the low-contrast text attributes I was using before - they
...
apparently look bad on some LCD screens. While I'm in there, tweak and adjust
a number of other minor interface details which have been bothering me for
awhile.
1996-06-14 14:34:03 +00:00
jkh
b8c4cd33ea
Make the editor work again and we're done.
1996-06-13 17:36:28 +00:00
jkh
7fadbf554c
Uh, this is what I was really thinking when I made the device registration
...
changes - honest! :-)
1996-06-13 17:07:41 +00:00
jkh
50a16f70f1
Correct some embarassing 3am english.
1996-06-13 13:45:16 +00:00
jkh
019fedf514
Dispense with the special case handling of cuaa* devices by synthesizing
...
separate entries for sl0 and ppp0 on each device.
1996-06-12 17:09:34 +00:00
jkh
592543e6a0
Some stuff I left out of the last commit - make toggle options toggle
...
again instead of simply letting you set them and staying that way forever.
1996-06-12 14:20:20 +00:00
jkh
a2ffbe1a9a
Fix a truly stupid bug which broke the package installation menu
...
for everything _but_ the multi-user case now (it was the opposite before :-).
That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh.
1996-06-12 14:02:13 +00:00
jkh
3ff88e997b
handle a message box which can potentially go past 80 cols.
1996-06-12 07:03:44 +00:00
jkh
ab0ef148ae
Cosmetic fixes for drive names which are 4 chars long.
...
Submitted-By: Joe Greco <jgreco@ns.sol.net>
1996-06-11 16:18:58 +00:00
jkh
83aa0812ab
Put in a strategic dialog_clear() to prevent screen corruption reported
...
by Joerg.
1996-06-11 13:07:57 +00:00
jkh
6732100aee
Change some verbiage slightly.
1996-06-11 10:16:53 +00:00
jkh
63e012a54c
A slight error in my logic had me using color text attributes on Hercules
...
monochrome displays. Whoops! Fix.
1996-06-11 09:47:30 +00:00
jkh
8ec53d24df
Misc doc cleanup.
1996-06-11 08:02:09 +00:00
jkh
f27ab1365a
Come up with a scheme for stamping the FreeBSD version number on CDs,
...
allowing sysinstall to automagically detect, mount and select an
appropriate FreeBSD CDROM as the installation media. Defining "appropriate"
also requires that you check the version numbers since an older FreeBSD
CD could be in the drive, which is the purpose of this patch.
1996-06-11 05:06:32 +00:00
wosch
f43e4b2a9b
documented login name limit
...
Obtained from: mailing list
1996-06-09 20:45:35 +00:00
ache
24909cdf1b
Prepare for exec properly and check return values
...
Submitted by: Arjan de Vet <devet@IAEhv.nl>
1996-06-09 20:40:58 +00:00
peter
2f734506ac
Ack! You can't strdup() a DB datum that is not null terminated, or you
...
get seemingly random SEGV's...
1996-06-09 07:34:27 +00:00
alex
285b22dc7a
Added function prototypes and removed in-line prototypes of standard
...
functions such as malloc and time.
1996-06-08 23:32:10 +00:00
jkh
91826e819a
Bring back the `config file in the kernel' feature from the 1.x days. This
...
is conditionalized by the INCLUDE_CONFIG_FILE option in your kernel config
file and is not turned on by default.
Submitted-By: Bill Pechter <pechter@shell.monmouth.com>
1996-06-08 23:27:16 +00:00
jkh
c75ddabf83
Implement selective text attributes for the syscons vty / vt100 emulator
...
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
1996-06-08 09:08:51 +00:00
jkh
4faf24f33e
Put back some changes I inadvertantly spammed with a cvs update.
1996-06-08 08:01:52 +00:00
jkh
88fea1c3af
Merge changes from HEAD.
1996-06-08 07:15:55 +00:00
jkh
2a03e988da
Make CDROMs automagically select as the default media type.
...
If you're running multi-user, check off items in the packages menu
based on whether or not they're actually installed.
1996-06-08 07:02:21 +00:00
alex
9500b89e3f
Change min_free to return free space as an off_t instead of a size_t.
1996-06-08 00:46:33 +00:00
alex
ca53d12a6e
Fix uninitialized variable that caused a core dump if /etc/newsyslog.conf
...
was empty. Closes PR bin/1300.
Found by: Brian Tao <taob@io.org>
1996-06-07 16:27:28 +00:00
wpaul
0aa6551c71
Somehow, I truncated yp_dbwrite.c in the SRCS line to yp_dbwrite. Curiously,
...
this did not stop 'make' from working, but it did break 'make depend.'
1996-06-06 20:47:53 +00:00
wpaul
03fe6f9d6d
Add -I${.CURDIR}/../../libexec/ypxfr to CFLAGS so we can see ypxfr_extern.h.
1996-06-06 17:01:53 +00:00
wpaul
71152501a1
Take ypxfrd_xdr.c out of SRCS line here too. This program is also
...
linked with librpcsvc.
1996-06-06 03:59:22 +00:00
wpaul
f5e325015a
Whoops: dragged along an extra copy of the protocol
...
definition file by mistake. This isn't needed so long
as the one in include/rpcsvc is installed.
1996-06-05 06:15:07 +00:00
wpaul
7afc912575
Added support for in-place updates:
...
If rpc.yppasswdd is invoked with the -i flag, password changes will
be made to the master.passwd template file and the hash map files
in-place, which means it won't have to run a complete map update.
Instead, it calls /var/yp/Makefile with the 'pushpw' target, which
just pushes the maps to the slaves and runs yp_mkdb -c to tell the
local ypserv to flush its database cache.
The server will check the passwd.byname and passwd.byuid maps to see
if they were built in 'insecure' or 'secure' mode (i.e. with real
encrypted passwords in them or without) and update them accordingly.
This combined with rpc.ypxfrd greatly reduces the amount of time it
takes to complete an NIS password change, especially with very large
passwd databases.
1996-06-05 06:13:09 +00:00
wpaul
8bff27f555
Update to pass new arguments now expected by the yp_dbwrite routines.
...
No functional changes.
1996-06-05 05:46:20 +00:00
wpaul
705e40a87b
Add rpc.ypxfrd.
1996-06-05 05:23:59 +00:00
phk
93541c4bd1
Add pccard to makefile system
1996-06-05 04:40:41 +00:00
phk
6a8a486164
Add BINDIR
1996-06-05 04:39:34 +00:00
wpaul
a32aea0154
This commit was generated by cvs2svn to compensate for changes in r16125,
...
which included commits to RCS files with non-trunk default branches.
1996-06-05 04:36:55 +00:00