Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149328
Collapse All | Expand All

(-)appl/ftp/ftpd/ftpcmd.y.orig (-3 / +3 lines)
Lines 106-112 Link Here
106
	UMASK	IDLE	CHMOD
106
	UMASK	IDLE	CHMOD
107
107
108
	AUTH	ADAT	PROT	PBSZ	CCC	MIC
108
	AUTH	ADAT	PROT	PBSZ	CCC	MIC
109
	CONF	ENC
109
	XCONF	ENC
110
110
111
	KAUTH	KLIST	KDESTROY KRBTKFILE AFSLOG
111
	KAUTH	KLIST	KDESTROY KRBTKFILE AFSLOG
112
	LOCATE	URL
112
	LOCATE	URL
Lines 683-689 Link Here
683
			mec($3, prot_safe);
683
			mec($3, prot_safe);
684
			free($3);
684
			free($3);
685
		}
685
		}
686
	| CONF SP STRING CRLF
686
	| XCONF SP STRING CRLF
687
		{
687
		{
688
			mec($3, prot_confidential);
688
			mec($3, prot_confidential);
689
			free($3);
689
			free($3);
Lines 970-976 Link Here
970
	{ "PROT", PROT,	STR1, 1,	"<sp> prot-level" },
970
	{ "PROT", PROT,	STR1, 1,	"<sp> prot-level" },
971
	{ "CCC",  CCC,	ARGS, 1,	"" },
971
	{ "CCC",  CCC,	ARGS, 1,	"" },
972
	{ "MIC",  MIC,	STR1, 1,	"<sp> integrity command" },
972
	{ "MIC",  MIC,	STR1, 1,	"<sp> integrity command" },
973
	{ "CONF", CONF,	STR1, 1,	"<sp> confidentiality command" },
973
	{ "CONF", XCONF, STR1, 1,	"<sp> confidentiality command" },
974
	{ "ENC",  ENC,	STR1, 1,	"<sp> privacy command" },
974
	{ "ENC",  ENC,	STR1, 1,	"<sp> privacy command" },
975
975
976
	/* RFC2389 */
976
	/* RFC2389 */

Return to bug 149328