Commit graph

6207 commits

Author SHA1 Message Date
Satoshi Asami
7b0515146a btoa, recode and trans are moved to converters. 1997-04-26 23:46:54 +00:00
Satoshi Asami
392cdcac8b uulib is moved to converters. 1997-04-26 23:44:45 +00:00
Satoshi Asami
63a2ef8d9c mpack is moved to converters. 1997-04-26 23:35:59 +00:00
Satoshi Asami
590f1ed834 One-liner for textproc category. 1997-04-26 23:25:38 +00:00
Chuck Robey
abddf20c4f Activate pine/Korean version.
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 22:22:10 +00:00
Chuck Robey
c6f363118a Port of Pine, customized for the Korean language
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 22:20:02 +00:00
Masafumi Max NAKANE
cb2aab32ca Activate kr-elm. 1997-04-26 21:46:00 +00:00
Masafumi Max NAKANE
a28363ada2 New port:
ELM with Korean extension.

PR:	3332
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 21:31:49 +00:00
Satoshi Asami
31b9dcc707 Don't turn on textproc yet, the rest of the world is not ready. 1997-04-26 20:38:05 +00:00
John Fieber
19283c2bac Turn on the textproc category. 1997-04-26 20:20:16 +00:00
John Fieber
06739525df Turn on sp. 1997-04-26 20:08:43 +00:00
John Fieber
a3a3c192ae Import of James Clark's SP SGML parser packages.
Reviewed by:	asami
1997-04-26 20:02:01 +00:00
David E. O'Brien
960fef1cd6 Make more more pty's available. 1997-04-26 17:11:43 +00:00
Chuck Robey
b70a1a782b Activating Choi Jun Ho's afterstep port.
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 13:48:44 +00:00
Andrey A. Chernov
1ecf20b10d Upgrade to 5.3 1997-04-25 23:49:07 +00:00
Masafumi Max NAKANE
a97919b703 The distfile has been changed.
PR:		3203
Noticed by:	Frank Seltzer <frankd@Kryten.nina.org>
1997-04-25 22:32:06 +00:00
Masafumi Max NAKANE
116c5b9e45 Fix the problem that the build fails when `.' is not present in the $PATH.
PR:	3274
Submitted by:	 Matthew Hunt <mph@pobox.com>
1997-04-25 21:54:51 +00:00
James FitzGibbon
9bec78b485 Upgrade to v2.2 1997-04-25 13:54:01 +00:00
Jordan K. Hubbard
e10d0028d7 Update to version 0.4. Now supports moused! 1997-04-25 11:54:09 +00:00
Satoshi Asami
0f91c7bcb4 Move the existing (unconditional) <sys/types.h> include above the
conditional include of <utmp.h>.
1997-04-25 11:10:52 +00:00
Thomas Gellekum
1ac09f1f90 Upgrade to 4.02.
- flag-freebsd.h is now in the xlockmore distribution.
- xlock now works with Xauthority
1997-04-25 06:56:21 +00:00
Peter Wemm
25c2756dd9 Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just
regenerated them to fix the line numbers.  Also, I added two commented out
options in Makefile, one to tell sshd that a group writeable homedir
is OK because all users are in their own group, and the other is to allow
an unencrypted connection (which is dangerous since it can lead to
compromise of keys), but on a secure network it's damn useful for backups
etc.
1997-04-25 05:01:06 +00:00
Satoshi Asami
27b9e535a7 #include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there
is another #include of <utmp.h> below, but it's outside of the #ifdef
scope from <utmp.h>. :(
1997-04-24 22:23:18 +00:00
David E. O'Brien
defc11dddc Author applied our 4.4BSD patches and released a new version.
Submitted by:	John DiMarco <jdd@cs.toronto.edu>
1997-04-24 19:37:59 +00:00
David E. O'Brien
065242e3e8 Opps. Commit message for this patch should have been:
Fixed path for chgrp/chown.  I'm not sure how this worked for me before???
1997-04-24 17:36:51 +00:00
David E. O'Brien
0658e2e2d2 Need to use htons() on the port number before calling getservicebyname().
(thanks Christopher!)

Submitted by:	Christopher Masto <chris@chris.netmonger.net>
1997-04-24 17:32:25 +00:00
Andrey A. Chernov
0c2bc77ec4 Upgrade to 0424 1997-04-24 16:42:31 +00:00
David E. O'Brien
fa1bd253f9 Two more dist sites. (thanks Josh!)
Submitted by:	Josh Gilliam <soil@quick.net>
1997-04-24 16:31:42 +00:00
Andrey A. Chernov
ad26d78ae6 Upgrade to 3.9.2 1997-04-24 16:23:32 +00:00
David E. O'Brien
8079a01037 share tcplist with the world 1997-04-24 08:05:51 +00:00
David E. O'Brien
07df187a7a Tcplist makes a list of tcp connections to and from the local machine,
displaying the user name associated with the local end, and making use of
Ident services if available to determine the "user" at the other end.

Tcplist uses LSOF to do its low level work on 4.4BSD machines.
1997-04-24 08:04:53 +00:00
David E. O'Brien
69ac7b4b06 turn on super 1997-04-24 08:03:31 +00:00
David E. O'Brien
fc543e03c6 Super is a setuid-root program that offers
o  restricted setuid-root access to executables, adjustable
        on a per-program and per-user basis;

    o  a relatively secure environment for scripts, so that well-written
        scripts can be run as root (or some other uid/gid), without
        unduly compromising security.

See pkg/DESCR for a comparson w/sudo.
1997-04-24 08:02:43 +00:00
Satoshi Asami
a72cede6bf Uncomment -DSTDHEADERS so that we can use Bruce's work. 1997-04-24 05:49:13 +00:00
Satoshi Asami
0575a833b9 Merge two files that were patching the same file (xcept/script.h). In
xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>.
1997-04-24 02:24:22 +00:00
Satoshi Asami
a2233f9a12 #include <sys/types.h> before <dirent.h>. 1997-04-24 02:21:45 +00:00
Satoshi Asami
47cdcb2bd3 #include <sys/types.h> for "uint" and stuff. 1997-04-24 02:14:01 +00:00
Satoshi Asami
b2f6d31bf7 Define "uint" if __FreeBSD__ >= 3. 1997-04-24 02:12:23 +00:00
John Polstra
31b6f12ee2 Fix a build failure caused by a prototype mismatch. Correct
numerous incorrect argument declarations.  Make the wrapper for
ftruncate() do the right thing with respect to 64-bit argument
alignment.
1997-04-23 17:07:55 +00:00
Satoshi Asami
e37e595f03 #include <sys/types.h> in front of <utime.h>. 1997-04-23 10:37:55 +00:00
Satoshi Asami
47ee458c79 #include <sys/types.h> before <dirent.h>. 1997-04-23 07:41:20 +00:00
Thomas Gellekum
aad38b55a3 Use the C version, not Fortran. There are no functional differences. 1997-04-23 06:58:03 +00:00
Andrey A. Chernov
cb3076d716 Upgrade to 2.3 1997-04-23 04:27:26 +00:00
David E. O'Brien
b2d2dac12a Update dist sites. 1997-04-22 10:50:10 +00:00
Thomas Gellekum
052c5c8af1 Build stand-alone module.
Submitted by:	jmz
1997-04-22 10:16:22 +00:00
Thomas Gellekum
d97e2cf42c Upgrade to 0.78. 1997-04-22 09:35:19 +00:00
Andrey A. Chernov
5d9a90b17d Fix header problems 1997-04-21 14:33:18 +00:00
Thomas Gellekum
0ee7693421 Upgrade to 0.8.4.
PR:		3350
Submitted by:	xaa@stack.nl
1997-04-21 11:59:08 +00:00
Masafumi Max NAKANE
e0bfcfe63b The default location of the help file was wrong. 1997-04-21 11:20:21 +00:00
Masafumi Max NAKANE
08ddf63aba Rename the startup script to youbind.sh.sample so that users who only
want to use the client program doesn't have to mess with it.

Rewrite the warning message in pkg/INSTALL.

Suggested by:	sampei@yy.cs.keio.ac.jp
1997-04-21 10:09:19 +00:00