Paul Richards
4a112dd3f8
More parser fixes. Store attributes properly for each field and
...
don't emit a second declaration unless it's different to the default.
1995-01-25 07:56:10 +00:00
Paul Richards
0795a3fd8e
Quash another bug where if no link alias is specified a
...
duplicate declaration was emitted.
1995-01-25 07:10:53 +00:00
Paul Richards
eef7796c26
Correct default calculation of menu field widths.
1995-01-25 06:32:40 +00:00
Paul Richards
d13fe009f3
Fix a serious bug where changes to a field changed all fields
...
in the forms that used the same field declaration.
1995-01-25 06:04:02 +00:00
Paul Richards
017d5de87b
Improve the forms language quite a bit. Most things now
...
default to sensible values so you don't have to spell out
every little detail for every field. Also, auto-detect
the field type from the syntax.
1995-01-25 03:27:34 +00:00
Andrey A. Chernov
d3c39340bc
Merge.
1995-01-24 00:41:11 +00:00
Andrey A. Chernov
86cc4d31d3
This commit was generated by cvs2svn to compensate for changes in r5825,
...
which included commits to RCS files with non-trunk default branches.
1995-01-24 00:37:11 +00:00
Andrey A. Chernov
b3e8cc7812
Upgrade. My recent fix applied by author.
1995-01-24 00:37:11 +00:00
Jordan K. Hubbard
9f574f9a90
Bring in a number of changes from NetBSD's make, fixing quite a few
...
problems in the process:
1. Quoting should work properly now. In particular, Chet's reported bash
make problem has gone away.
2. A lot of memory that just wasn't being free'd after use is now freed.
This should cause make to take up a LOT less memory when dealing with
archive targets.
3. Give proper credit to Adam de Boor in a number of files.
Obtained from: NetBSD (and Adam de Boor)
1995-01-23 21:03:17 +00:00
Garrett Wollman
51e7d42c56
Don't print protocol-cloned routes by default (enabled by -a flag).
...
Print non-zero expiration timers.
Use err(3) for error reporting.
1995-01-23 20:19:16 +00:00
Paul Richards
8e6feb0e55
A forms interface builder. Basically, it reads a forms spec file and
...
spits out a frm.tab.h file with all the definitions needed by the
libforms interface.
1995-01-23 14:43:38 +00:00
Bruce Evans
dd3d164f9e
Update comments about MISSING and GNU versions.
1995-01-21 14:47:33 +00:00
Bruce Evans
46d8d93500
Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...'
...
for debugging. The default ${CFLAGS} still clobbers the system default
of -O2 to -O.
1995-01-21 14:41:45 +00:00
Bruce Evans
742c88a03a
Use exactly the same checks in excluded() as in inlist(): ignore stabs and
...
stringless symbols in excluded(); check for too-small (nonzero) string table
offsets in inlist().
1995-01-21 10:24:18 +00:00
Andrey A. Chernov
2fdd39d28d
Better protection against too long pathes and 8bit controls in file
...
names, locate dumps core instead
1995-01-21 05:50:50 +00:00
Andrey A. Chernov
f3b2d1fae4
Not go to interactive mode, if login failed for URLs, just
...
exit(1). Dedicated to Jordan.
1995-01-21 01:37:22 +00:00
Garrett Wollman
2ade60ce3c
In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.c
...
doesn't complain.
1995-01-20 23:07:10 +00:00
Garrett Wollman
925704439a
Update for new kpasswd interface.
1995-01-20 22:03:36 +00:00
Garrett Wollman
8b359e3092
Added mk_cmds.
1995-01-19 22:31:17 +00:00
Garrett Wollman
3665217fb4
Port to FreeBSD. (Sorry there's no man page yet.)
1995-01-19 22:27:58 +00:00
Garrett Wollman
ba20ecf423
Other part of SIPB subsystem library, the program to make command tables.
1995-01-19 21:30:25 +00:00
Garrett Wollman
0cd34073b2
Kill old Kerberos password-changing support:
...
1) It was export-controlled.
2) It used some ad-hoc protocol invented by Berkeley in ignorance of the
standard MIT distribution's way of doing it (which makes it useless
to most people).
This should be fixed once we have `kadmin'/`kadmind'.
1995-01-19 21:03:48 +00:00
Bruce Evans
d25a46b215
Add option `-x excludelist'. This will be used for removing variously
...
spelled g*compiled* symbols from the kernel so that ddb doesn't have to
do it. The symbols are currently removed by dbsym but dbsym will go
away when symbols are loaded by the boot loader.
Document -m option in usage message.
Check for overrunning some arrays.
Fix some misformatting.
1995-01-17 07:20:26 +00:00
Bruce Evans
f746e67c46
Obtained from: looked at the fix in 1.1.5 and rewrote it
...
Fix entabbing.
1995-01-17 07:02:31 +00:00
Jordan K. Hubbard
42e77edcaf
The Makefile contained in usr.bin/tconv contains a bogus
...
reference to the absolute path /usr/src/lib/libmytinfo. The enclosed
patch fixes this.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-15 06:19:01 +00:00
Garrett Wollman
0e10ef2ea0
Add a `-p' option, allowing the super-user to directly set a user's
...
encrypted password. Kerberized `login' might use this, if I get around
to implementing the complete Allspice System behavior.
1995-01-14 23:14:25 +00:00
Garrett Wollman
758f3a64bd
Modify klogin to:
...
1) Don't spit out an error message if Kerberos is installed but not yet
set up.
2) Don't attempt to verify the ticket you got back, as workstations
are not intended to have srvtab files of their own.
Both behaviors can be re-enabled with KLOGIN_PARANOID.
1995-01-14 22:57:41 +00:00
Garrett Wollman
d8baa34b91
Fix include directive bobble.
1995-01-14 22:30:32 +00:00
Garrett Wollman
5e914d3b8d
Upgrade to latest released SIPB version I can find. (Unfortunately, the
...
original releases were not numbered.)
1995-01-14 22:29:34 +00:00
Garrett Wollman
f4282c92cd
Added compile_et.
1995-01-14 20:58:58 +00:00
Garrett Wollman
3c71319647
Slight makefile cleanup.
1995-01-14 20:58:00 +00:00
Garrett Wollman
cde665121e
Fix Sharnoff complain bin/136 (-e flag doesn't work).
1995-01-14 20:36:22 +00:00
David Greenman
39b3568a26
Added 'pages in VM cache' statistic.
1995-01-10 05:52:59 +00:00
David Greenman
96bccfd8b2
Fixed two bugs: some malloced space wasn't freed after it was no longer
...
needed and the file wasn't closed when the -t option was used.
Originally by thomas@mathematik.uni-Bremen.de , but were incomplete.
Submitted by: thomas@mathematik.uni-Bremen.de and myself
1995-01-09 05:59:04 +00:00
David Greenman
cfc22f9026
Old fix from Robert Crowe <bob@speakez.com> that has been sitting in
...
my mailbox since early last year. Fixes a problem with running out of
fds (by hitting the limit or whatever) when ar is given a long list of
objects. The fix was to add a missing close().
Submitted by: Robert Crowe <bob@speakez.com>
1995-01-09 04:50:30 +00:00
Jordan K. Hubbard
8829c73eb6
Add Sean Eric Fagan's support for a ~/.nofinger file for user who prefer
...
their privacy.
Submitted by: sef
1995-01-04 01:02:43 +00:00
Andrey A. Chernov
09b61a7a70
Upgrade
1995-01-03 17:25:13 +00:00
Andrey A. Chernov
8384611bea
Merge
1995-01-03 17:22:35 +00:00
Andrey A. Chernov
69bee0e6f2
Upgrade
1995-01-03 17:18:21 +00:00
Andrey A. Chernov
07f055ac21
This commit was generated by cvs2svn to compensate for changes in r5360,
...
which included commits to RCS files with non-trunk default branches.
1995-01-03 17:18:21 +00:00
Andreas Schulz
5cf1ec501a
Correct the usage of the maxmaxcode so that compress -b 12 works again.
...
Thanks to Dave Rivers for reporting that problem.
1995-01-02 10:04:02 +00:00
Andrey A. Chernov
3006712148
Reflects $HOME dir handling
1994-12-31 12:32:01 +00:00
Andrey A. Chernov
31e98e3f62
Fix for two problems:
...
Calendar not cd $HOME when running by user
Calendar calls cpp with # lines allowed
1994-12-31 12:15:27 +00:00
Jordan K. Hubbard
556751c1e8
Add David River's patch fix to use the passed in number of bits (-b <n>)
...
properly.
Submitted by: rivers
1994-12-31 04:40:52 +00:00
Andrey A. Chernov
f3392428da
Add check for writeable terminal
...
Submitted by: mark@grondar.za (and slightly modified)
1994-12-30 16:09:31 +00:00
Andrey A. Chernov
f4c05c7fcb
Fix bug with printing out short archive entries,
...
incorrect padding
1994-12-28 14:11:21 +00:00
Andrey A. Chernov
0cd388e6aa
Additional longname fix
...
Submitted by: dufault@hda.com
1994-12-28 13:19:39 +00:00
Andrey A. Chernov
8ddd408a2e
Fix for handling long archive names
...
Submitted by: dufault@hda.com
1994-12-28 00:47:24 +00:00
Bruce Evans
62a1ce7ac9
Document the arch flag. It has always worked in 2.0.
...
Document aliases for the flags.
The formatting of the section describing the flags is poor.
1994-12-27 16:49:08 +00:00
Andreas Schulz
04dc4fc21c
My prevoius commit missed some things. The out_line didn't need
...
to be padded to 8 chars. Simply make sure that never more than 8 chars
are printed ( %-.8s ). The former commit otherwise hosed the width
calculation and landed on different positions for the time output.
Also the strlen(xx_out_line) hoses the wide
calculation, so that it sometimes make it much larger than necessary.
Simply use always 8 chars for the out_line calculation now. Looks good
this way.
1994-12-27 00:53:14 +00:00