Commit graph

13 commits

Author SHA1 Message Date
Dirk Meyer
a4dec244e1 - fix patch, resync with tested version 2009-03-28 16:28:23 +00:00
Dirk Meyer
bbc250f452 - fix build with FORCE_MAKE_JOBS 2009-03-27 19:35:50 +00:00
Dirk Meyer
e1b310e974 - have uuto support spaces in filenames
Submitted by:	Klaus T. Aehlig
2009-03-20 10:28:59 +00:00
Dirk Meyer
481b4f2ff1 - update to 1.07.3
fix linking with option ENCRYPTED_PASSWORDS
  fix traps with PAM and unknown user
PR:		115765
Submitted by:	Valentin Nechayev
2007-09-10 09:16:23 +00:00
Dirk Meyer
e4f1ae580b - make pointyhat happy 2006-08-11 14:47:22 +00:00
Dirk Meyer
ed81f76dd5 - new option WITH_UUCP_ENCRYPTED_PASSWORDS
PR:		94739
Submitted by:	Stefan Bethke
2006-03-21 03:34:11 +00:00
Dirk Meyer
58efbbf183 - install uucp.info in index
- no version bump, as package is unchanged
2003-10-04 07:55:54 +00:00
Dirk Meyer
95767424c4 - switch to compressed manpages
- clean catman on base deinstall
2003-05-18 06:54:55 +00:00
Dirk Meyer
e3f1228863 - Fix build on bento, file is needed 2003-03-04 18:01:58 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
d089f2589c new target: base-package
register a package for all the files of the base installation,
so the user can delete them later.
2002-10-16 20:13:03 +00:00
Dirk Meyer
65e198582c - Create template in %%PREFI%%/info/dir
to make "bsd.info.mk" work.
2002-03-07 20:28:33 +00:00
Dirk Meyer
4fc2a28eb0 - PR #34368 <vince@oahu.WURLDLINK.NET>
Build under 4.3-RELEASE

- PR #34515 <vince@oahu.WURLDLINK.NET>
  Build under 4.3-RELEASE

- PR #21128 <ilia@jane.cgu.chel.su>
  Extended dail.sample to handle modems with "black list".
  Modem returns an error, if a number is dialed too often
  in a short period of time.

- PR #30304 <vs@foldr.org><stolz@hyperion.informatik.rwth-aachen.de>

uucpd only uses getpwnam() for authentication. This patch adds PAM auth
via facility "uucpd" in /etc/pam.conf, e.g.

uucp    auth    sufficient      pam_skey.so
uucp    auth    sufficient      pam_ssh.so                      try_first_pass
uucp    auth    requisite       pam_cleartext_pass_ok.so
uucp    auth    required        pam_unix.so                     try_first_pass
uucp    account required        pam_unix.so
uucp    password required       pam_permit.so
uucp    session required        pam_permit.so

- <dinoex@FreeBSD.org>
  Addd missing includes files
  Remove conflicting prototypes

PR:		34368,34515,21128,30304
Submitted by:	ilia@jane.cgu.chel.su,vs@foldr.org
2002-02-01 23:15:29 +00:00