Older
-
r96
(Small changes (like directory access rights)) committed by TomaszFortuna
- Small changes (like directory access rights)
Small changes (like directory access rights)
-
r95
(README update, fixed entropy source for key generator
That'...) committed by TomaszFortuna
- README update, fixed entropy source for key generator
That's part of 0.2.5 work; README got some install tips fixed,
pppauth does better at generating random data for the key.
README update, fixed entropy source for key generator
That's part of 0.2.5 work; README got some install tips fixed,
pppauth does better at generating random data for the key.
-
r94
(Makefile fixes; releasing as 0.2.5.) committed by TomaszFortuna
- Makefile fixes; releasing as 0.2.5.
Makefile fixes; releasing as 0.2.5.
-
r93
(File parsing fixes.
User shouldn't be able to segv uid 0 ss...) committed by TomaszFortuna
- File parsing fixes.
User shouldn't be able to segv uid 0 sshd processes by mangling it's
~/.pppauth which was the case.
File parsing fixes.
User shouldn't be able to segv uid 0 sshd processes by mangling it's
~/.pppauth which was the case.
-
r92
(Bug fixed, pam msg on enforce, examplary .php
.php file for...) committed by TomaszFortuna
- Bug fixed, pam msg on enforce, examplary .php
.php file for sending OTP passcode over email or SMS
(using email gateway!)
Bug fixed, pam msg on enforce, examplary .php
.php file for sending OTP passcode over email or SMS
(using email gateway!)
-
r91
(Options to module added. README written. dontSkip changed
-...) committed by TomaszFortuna
- Options to module added. README written. dontSkip changed
--dontSkip enabled, but can be disabled in module configuration
and some warning added in help. Also some whitespace cleared.
Options to module added. README written. dontSkip changed
--dontSkip enabled, but can be disabled in module configuration
and some warning added in help. Also some whitespace cleared.
-
r90
(README added, --help corrected, make corrected
Make should ...) committed by TomaszFortuna
- README added, --help corrected, make corrected
Make should add -fPIC to .so file now (Makefile.in) change.
README added, --help corrected, make corrected
Make should add -fPIC to .so file now (Makefile.in) change.
-
r89
(Fixed locating HOME directory.
I needed this so I can deter...) committed by TomaszFortuna
- Fixed locating HOME directory.
I needed this so I can determine next OTP from php
and then send as SMS. Since it required also suPHP
I could do without it. Yet, that's more flexible.
Fixed locating HOME directory.
I needed this so I can determine next OTP from php
and then send as SMS. Since it required also suPHP
I could do without it. Yet, that's more flexible.
-
r88
(Added -p current option.
Prints current (next to be used du...) committed by TomaszFortuna
- Added -p current option.
Prints current (next to be used during authentication).
Fun for using with for example SMS generation.
Added -p current option.
Prints current (next to be used during authentication).
Fun for using with for example SMS generation.
-
r87
(Added locking of files.
Lock is created before reading and ...) committed by TomaszFortuna
- Added locking of files.
Lock is created before reading and removed when the key
number is incremented. Being unable to lock results
in change of prompt (no lock) Passcode... but doesn't
make it impossible to login.
Added locking of files.
Lock is created before reading and removed when the key
number is incremented. Being unable to lock results
in change of prompt (no lock) Passcode... but doesn't
make it impossible to login.
-
r86
(Fixed a bit previous idea.
And tested as well, previous did...) committed by TomaszFortuna
- Fixed a bit previous idea.
And tested as well, previous didn't worked.
Fixed a bit previous idea.
And tested as well, previous didn't worked.
-
r85
(FIX: Reserve passcode before authentication.
One-time passc...) committed by TomaszFortuna
- FIX: Reserve passcode before authentication.
One-time passcodes could be successfully used twice and more
if more then one ssh session were opened before performing
authentication.
Currently this problem is reduced to race condition...
FIX: Reserve passcode before authentication.
One-time passcodes could be successfully used twice and more
if more then one ssh session were opened before performing
authentication.
Currently this problem is reduced to race condition...
-
r84
(Cleaning up the code
Added consts to function arguments whe...) committed by TomaszFortuna
- Cleaning up the code
Added consts to function arguments where appropriate
(mpi, which doesn't use consts is a problem here).
Added memset() before reading keyfile and removed
one unnecessary variable.
Cleaning up the code
Added consts to function arguments where appropriate
(mpi, which doesn't use consts is a problem here).
Added memset() before reading keyfile and removed
one unnecessary variable.
-
r83
(Latex output (6 pages at a time)) committed by TomaszFortuna
- Latex output (6 pages at a time)
Latex output (6 pages at a time)
-
r82
(Whitespace corrections (spaces / tabs)) committed by TomaszFortuna
- Whitespace corrections (spaces / tabs)
Whitespace corrections (spaces / tabs)
-
r81
(FIX: Support for userdirs not matching /home/$USER) committed by TomaszFortuna
- FIX: Support for userdirs not matching /home/$USER
FIX: Support for userdirs not matching /home/$USER
-
r80
(Corrected const-cast in setUser and whitespace.) committed by TomaszFortuna
- Corrected const-cast in setUser and whitespace.
Corrected const-cast in setUser and whitespace.
-
r79
(FIX: Memory leak when .pppauth doesn't exist) committed by TomaszFortuna
- FIX: Memory leak when .pppauth doesn't exist
FIX: Memory leak when .pppauth doesn't exist
-
Building (How to build and install PPP-PAM from the source code.) Wiki page commented on by TomaszFortuna
-
-
-
-
-
-
-
-
-
-
-
-
-
Building (How to build and install PPP-PAM from the source code.) Wiki page commented on by TomaszFortuna
-
-
Building (How to build and install PPP-PAM from the source code.) Wiki page commented on by TomaszFortuna
-
-
Building (How to build and install PPP-PAM from the source code.) Wiki page commented on by TomaszFortuna
-
-
Building (How to build and install PPP-PAM from the source code.) Wiki page commented on by roncraig007
-
-
Building (How to build and install PPP-PAM from the source code.) Wiki page commented on by robertharder
-
-
-
-
-
issue 15
(PPP causes failure when using nomachine/freeNX) commented on by weisbm
-
-
r78
(Remove cache files we don't need kept in VCS
) committed by Luke.Faraone
- Remove cache files we don't need kept in VCS
Remove cache files we don't need kept in VCS
-
r77
(Compatability modifcations for debian; no change for most us...) committed by Luke.Faraone
- Compatability modifcations for debian; no change for most users.
Compatability modifcations for debian; no change for most users.
-
-
issue 14
(Suceptable to DOS attack.) Labels changed by Luke.Faraone
-
Labels:
Security Usability
Labels:
Security Usability
-
issue 13
(Upgrade mpi library in preparation for PPP v3) changed by Luke.Faraone
-
Owner:
Luke.Faraone
Labels:
Component-Logic Maintainability
Owner:
Luke.Faraone
Labels:
Component-Logic Maintainability
-
issue 2
(Add logging to pam_ppp.so) Labels changed by Luke.Faraone
-
Labels:
Type-Enhancement
−Type-Defect
Labels:
Type-Enhancement
−Type-Defect
-
-
|