head	1.4;
access;
symbols
	old_RELEASE_7_2_0:1.2
	old_RELEASE_7_1_0:1.2
	old_RELEASE_6_4_0:1.2
	old_RELEASE_5_EOL:1.2
	old_RELEASE_7_0_0:1.2
	old_RELEASE_6_3_0:1.2
	old_PRE_XORG_7:1.2
	old_RELEASE_4_EOL:1.2
	old_RELEASE_6_2_0:1.2
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2
	old_RELEASE_6_0_0:1.2
	old_RELEASE_5_4_0:1.2
	old_RELEASE_4_11_0:1.2
	old_RELEASE_5_3_0:1.2
	old_RELEASE_4_10_0:1.2
	old_RELEASE_5_2_1:1.2
	old_RELEASE_5_2_0:1.2
	old_RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.1
	old_RELEASE_4_8_0:1.1
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1
	old_RELEASE_4_1_0:1.1
	old_krb5_1_2:1.1
	old_krb5_1_1_1:1.1
	old_RELEASE_3_5_0:1.1
	old_RELEASE_4_0_0:1.1
	old_RELEASE_3_4_0:1.1
	old_RELEASE_3_3_0:1.1
	old_krb5_1_0_6:1.1
	old_krb5_1_0_5:1.1
	old_RELEASE_3_2_0:1.1
	old_RELEASE_3_1_0:1.1
	old_RELEASE_2_2_8:1.1
	old_RELEASE_3_0_0:1.1
	old_RELEASE_2_2_7:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.08.28.23.35.15;	author cy;	state dead;
branches;
next	1.3;

1.3
date	2009.06.09.04.16.35;	author cy;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.08.01.20.18;	author cy;	state Exp;
branches;
next	1.1;

1.1
date	98.07.06.18.59.05;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Welcome the new Kerberos V 1.7.

PR:		138246
@
text
@*** include/syslog.h.ORIG	Fri Feb  6 19:42:12 1998
--- include/syslog.h	Tue Jun 30 19:46:02 1998
***************
*** 34,39 ****
--- 34,42 ----
  #define LOG_LPR		(6<<3)	/* line printer subsystem */
  #define LOG_NEWS	(7<<3)	/* network news subsystem */
  #define LOG_UUCP	(8<<3)	/* UUCP subsystem */
+ #if (defined(BSD) && (BSD >= 199306))
+ #define LOG_FTP		(11<<3) /* ftp daemon */
+ #endif
  	/* other codes through 15 reserved for system use */
  #define LOG_LOCAL0	(16<<3)	/* reserved for local use */
  #define LOG_LOCAL1	(17<<3)	/* reserved for local use */
@


1.3
log
@This forced commit documents the repocopy of security/krb5 to security/krb5-17
in preparation for inclusion of KRB5 1.7 in the ports collection.

PR:		135290
@
text
@@


1.2
log
@Update 1.2.8 --> 1.3
@
text
@@


1.1
log
@Additional patches (already committed to krb5-current):
* Paths corrected in applications
* ftpd now logs to facility LOG_FTP
* use openpty to obtain pseudo-terminal
* corrected detection of TCL libraries
* fix a forwarding bug
* add -m flag to ksu (preserve USER, HOME, SHELL)
* cosmetic bug fix to telnet.c
Submitted by:	Dima Ruban <dima@@best.net>
@
text
@d1 2
a2 2
*** include/sys/syslog.h.ORIG	Fri Feb  6 19:42:12 1998
--- include/sys/syslog.h	Tue Jun 30 19:46:02 1998
@

