From fb836eb1e24d9d1f2e39aea9909fc5e0a7e595d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 11 Feb 2003 00:09:16 +0000 Subject: Support for identities and custom configuration files based on patch by Jerome . Respective documentation updates. The use of '=' in the configuration file was made optional. --- lexer.l | 1 + 1 file changed, 1 insertion(+) (limited to 'lexer.l') diff --git a/lexer.l b/lexer.l index ef550e7..530e622 100644 --- a/lexer.l +++ b/lexer.l @@ -54,6 +54,7 @@ void escapes(const char *tp, char *cp); +identity { BEGIN(NAME); return IDENTITY; } host(name)? { BEGIN(NAME); return HOSTNAME; } user(name)? { BEGIN(NAME); return USERNAME; } pass(word)? { BEGIN(NAME); return PASSWORD; } -- cgit v1.2.3