bde
63bcd55854
Obtained from: looked at the fix in 1.1.5 and rewrote it
...
Fix entabbing.
1995-01-17 07:02:31 +00:00
jkh
26a9ef51ab
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
wollman
dd6e6de529
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
wollman
20054cbaa0
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
wollman
ba3292be1a
Fix include directive bobble.
1995-01-14 22:30:32 +00:00
wollman
479760c2d1
Upgrade to latest released SIPB version I can find. (Unfortunately, the
...
original releases were not numbered.)
1995-01-14 22:29:34 +00:00
wollman
58bca5b7cb
Added compile_et.
1995-01-14 20:58:58 +00:00
wollman
0c9f17934c
Slight makefile cleanup.
1995-01-14 20:58:00 +00:00
wollman
6c5a798a0c
Fix Sharnoff complain bin/136 (-e flag doesn't work).
1995-01-14 20:36:22 +00:00
dg
028f7bbfb0
Added 'pages in VM cache' statistic.
1995-01-10 05:52:59 +00:00
dg
8441e720c7
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
dg
4969834bb2
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
jkh
9bea03d7a2
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
ache
c157d73779
Upgrade
1995-01-03 17:25:13 +00:00
ache
3d3758835a
Merge
1995-01-03 17:22:35 +00:00
ache
73e7d767e2
Upgrade
1995-01-03 17:18:21 +00:00
ache
4510e641f3
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
ats
1e1f81d37c
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
ache
6a85ebc00a
Reflects $HOME dir handling
1994-12-31 12:32:01 +00:00
ache
fa1a1014f5
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
jkh
8d6f326374
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
ache
319b403916
Add check for writeable terminal
...
Submitted by: mark@grondar.za (and slightly modified)
1994-12-30 16:09:31 +00:00
ache
919e577eb7
Fix bug with printing out short archive entries,
...
incorrect padding
1994-12-28 14:11:21 +00:00
ache
9c459c8906
Additional longname fix
...
Submitted by: dufault@hda.com
1994-12-28 13:19:39 +00:00
ache
917d2f1645
Fix for handling long archive names
...
Submitted by: dufault@hda.com
1994-12-28 00:47:24 +00:00
bde
1bba21e3a1
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
ats
32fbcd2a75
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
ats
bface82b87
The out_line doesn't need to be zero terminated, so print it not with %s
...
but with a %-8.8s instead. this prevents funny output, if the out_line
contains a long hostname that is larger than 8 chars.
1994-12-26 17:29:03 +00:00
ache
9b98551f59
Merging.
...
v1.9.0 - December 22, 1994. The program won't exit from the interactive shell
if it's working from a tty. For example, it won't exit if you do an mget
on a pattern that won't match anything. Added padding around jmp_buf's
for SunOS. SunOS needs sigjmp_buf's, but plenty of OS's don't support
sigjmp_buf's yet. Fixed the tips to reflect the new archive site.
v1.8.9 - December 20, 1994. Can now set "passive" user variable, or use
passive command to toggle PASV/PORT ftp. Debug mode now prints remote
responses. Can now get around buggy FTP servers like boombox.micro.umn.edu,
that give back invalid port numbers to PASV.
v1.8.8 - December 19, 1994. Now falls back to port FTP if passive FTP fails.
1994-12-24 01:15:19 +00:00
ache
962de1ff22
Update
1994-12-24 01:01:48 +00:00
ache
125adadea7
This commit was generated by cvs2svn to compensate for changes in r5216,
...
which included commits to RCS files with non-trunk default branches.
1994-12-24 01:01:48 +00:00
nate
15d87543df
Subject: ranlib fix for odd length long final file names (PR #82 )
...
Submitted by: Peter Dufault <dufault@hda.com>
1994-12-23 22:55:00 +00:00
nate
7f56eb7b93
Updated to recent version of Paul K.'s shlib code. This code has better
...
warning handling and allows for link-time warnings with a modified
version of gas.
Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.
Obtained from: NetBSD
1994-12-23 22:31:35 +00:00
wollman
18f4f1ed44
Added much-needed new options -[lL], to suppress printing of either the
...
call-graph or the flat profile, since often you only want one of them.
1994-12-22 20:52:15 +00:00
ache
0cd0f4861c
Use ASCII lock instead of BINARY one.
1994-12-19 01:57:17 +00:00
ache
9c0459dc63
Use proper device names.
...
Remove fix-cua script, does nothing good.
1994-12-19 01:22:21 +00:00
ache
2c2bd5ed99
Use proper dialout device name
1994-12-19 01:14:58 +00:00
ache
3acc3a13d7
Use proper LOCKDIR name
1994-12-19 01:07:59 +00:00
ache
141b6b09cc
Use proper lock dir name
1994-12-19 01:02:11 +00:00
ache
d33dd55752
Skip nulls in putback to don't confuse with EOFs
1994-12-19 00:26:20 +00:00
ache
81a63dc6d5
Make m4 more 8bit clean.
...
Don't use is*(EOF)
This fix core dump when LANG setted to 8bit wide charset
and ENABLE_STARTUP_LOCALE
1994-12-18 23:58:25 +00:00
jkh
a4f5aec057
Nuke bogus duplicate decls.
1994-12-18 11:59:37 +00:00
ache
c26a782b4b
strip not close files on error
...
Submitted by: jc@irbs.com
1994-12-18 01:18:17 +00:00
ache
615440cded
Fix odd length long names
...
Submitted by: dufault@hda.com
also Obtained from: 1.1.5.1
1994-12-17 05:59:33 +00:00
wollman
cca71c70dc
Document new route flags.
1994-12-14 18:55:01 +00:00
wollman
3d4e098488
Make it possible to correctly print out new route flags, and do so.
1994-12-13 22:34:34 +00:00
ache
7afd3ed953
Merge...
1994-12-13 21:03:46 +00:00
ache
9f8a13aa70
Upgrade...
1994-12-13 20:43:57 +00:00
ache
e1243d665a
This commit was generated by cvs2svn to compensate for changes in r5093,
...
which included commits to RCS files with non-trunk default branches.
1994-12-13 20:43:57 +00:00
ache
3a729ddda2
Point that we use GNU version of uucp
1994-12-13 19:48:51 +00:00