head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2005.07.18.17.31.52;	author seemant;	state dead;
branches;
next	1.3;

1.3
date	2004.09.13.22.44.54;	author solar;	state Exp;
branches;
next	1.2;

1.2
date	2004.09.13.15.40.34;	author dragonheart;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.16.18.40.15;	author rphillips;	state Exp;
branches;
next	;


desc
@@


1.4
log
@move patches to tarballs, and remove configs, which are already in tarballs
(Portage version: 2.0.51.22-r1)
@
text
@#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kadmind,v 1.3 2004/09/13 22:44:54 solar Exp $

depend() {
	need net
	use heimdal-kdc
	after logger
}

start() {
	ebegin "Starting heimdal kadmind"
	start-stop-daemon --start --quiet --background --exec \
		/usr/sbin/kadmind
	eend $?
}

stop() {
	ebegin "Stopping heimdal kadmind"
	start-stop-daemon --stop --quiet --exec \
		/usr/sbin/kadmind
	eend $?
}
@


1.3
log
@security version bump. Przemyslaw Frasunek has reported some vulnerabilities in Heimdal ftpd, which potentially can be exploited by malicious users to gain escalated privileges or compromise a vulnerable system. The vulnerabilities are caused due to various race condition errors within the out-of-band signal handling code.  Successful exploitation may allow execution of FTP commands or arbitrary code with the privileges of the ftpd process. Security bug #61412
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kadmind,v 1.2 2004/09/13 15:40:34 dragonheart Exp $
@


1.2
log
@Version bump to fix bugs #61412 - Security vulnerabilty - ftpd Signal. Handling. bug #58799 LDAP support and bug #54421 header file layout
@
text
@d4 1
a4 1
# $Header: $
d22 1
a22 1
		/usr/libexec/kadmind
@


1.1
log
@added patches from bug 54421
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Technologies, Inc.
d14 2
a15 2
	start-stop-daemon --start --quiet --exec \
		/usr/libexec/kadmind &
@

