Skip to content

Commit

Permalink
Many installation fixes, minor translation etc.
Browse files Browse the repository at this point in the history
This revision might be found on my page as 0.7_rc1.
It has some preparations for 0.7 release but still
requires care.
  • Loading branch information
Tomasz bla Fortuna committed Sep 15, 2010
1 parent a7de208 commit 778f448
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 100 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 2.4.7)
PROJECT(otpasswd)

SET(${PROJECT_NAME}_MAJOR_VERSION 0)
SET(${PROJECT_NAME}_MINOR_VERSION 7beta1)
SET(${PROJECT_NAME}_MINOR_VERSION 7)

# Cmake says this is required for locating gmp/libotp.a
if(COMMAND cmake_policy)
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OTPasswd - One-Time Password Authentication System
--------------------------------------------------
https://savannah.nongnu.org/projects/otpasswd
Updated: 15-Sep-10 (v0.7beta)
Updated: 15-Sep-10 (v0.7)

INSTALLATION GUIDE

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OTPasswd - One-Time Password Authentication System
--------------------------------------------------
https://savannah.nongnu.org/projects/otpasswd
Updated: 15-Sep-10 (v0.7beta)
Updated: 15-Sep-10 (v0.7)

README

Expand Down
4 changes: 2 additions & 2 deletions docs/agent_otp.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
.\" along with OTPasswd. If not, see <http://www.gnu.org/licenses/>.
.\"
.\" Author: R Hannes Beinert & Tomasz bla Fortuna
.\" Version: otpasswd v0.7beta
.\" Version: otpasswd v0.7
.\" Update: 15-Sep-10
.\"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7beta" "OTPasswd User Manual"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7" "OTPasswd User Manual"
.\"
.SH NAME
agent_otp \- One-time password agent
Expand Down
4 changes: 2 additions & 2 deletions docs/otpasswd.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
.\" along with OTPasswd. If not, see <http://www.gnu.org/licenses/>.
.\"
.\" Author: R Hannes Beinert & Tomasz bla Fortuna
.\" Version: otpasswd v0.7beta
.\" Version: otpasswd v0.7
.\" Update: 15-Sep-10
.\"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7beta" "OTPasswd User Manual"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7" "OTPasswd User Manual"
.\"
.SH NAME
otpasswd \- One-time password management utility
Expand Down
4 changes: 2 additions & 2 deletions docs/otpasswd.5
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
.\" along with OTPasswd. If not, see <http://www.gnu.org/licenses/>.
.\"
.\" Author: R Hannes Beinert & Tomasz bla Fortuna
.\" Version: otpasswd v0.5beta
.\" Version: otpasswd v0.7
.\" Update: 15-Sep-10
.\"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7beta" "OTPasswd User Manual"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7" "OTPasswd User Manual"
.\"
.SH NAME
~/.otpasswd - OTPasswd user state information file
Expand Down
4 changes: 2 additions & 2 deletions docs/pam_otpasswd.8
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
.\" along with OTPasswd. If not, see <http://www.gnu.org/licenses/>.
.\"
.\" Author: R Hannes Beinert & Tomasz bla Fortuna
.\" Version: otpasswd v0.7beta
.\" Version: otpasswd v0.7
.\" Update: 15-Sep-10
.\"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7beta" "OTPasswd User Manual"
.TH OTPASSWD 1 2010-09-15 "OTPasswd v0.7" "OTPasswd User Manual"
.\"
.SH NAME
pam_otpasswd \- Module for OTPasswd one-time password authentication
Expand Down
2 changes: 1 addition & 1 deletion examples/otpasswd.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# OTPasswd - One-Time Password Authentication System
# --------------------------------------------------
# https://savannah.nongnu.org/projects/otpasswd
# Updated: 15-Sep-10 (v0.7beta)
# Updated: 15-Sep-10 (v0.7)
#
# Configuration of OTPasswd PAM module and key management utility.
#
Expand Down
Loading

0 comments on commit 778f448

Please sign in to comment.