Commit Graph

15 Commits

Author SHA1 Message Date
rublon-bwi
9415174eba
Bwi/bugfix round2 (#9)
* Fix log file access, refactor configuration reading class

* Remove bypass option in favor of failmode

* fix loging, print enrolment info

* Add EMAIL method

* Add yubi authentication method

* Add support for verification message

* Add verification

* Made changes in Vagrant's files to run different OSs

* Switch off tests and packages demands to run PAM on Debian 11

* Add authentication totp

* Changes in utils

* Remove unnessesary interface

* Changed vagrant files and postinstal script for Ubuntu 20 and 22

* Moved adding PasswordAuth to vagrant file from posinst

* Added ubuntu 24.04

* Set version

* Poprawki UI

* WebSocket implementation 

* Add totp authentication method

* fixup changes in utils

* Remove unnessesary interface and simplify code

* Remove "default" message handler from WebSocket class

* Change display names of known authentication methods

* Cleanup code in 'main' file

* Add CheckApplication

* Remove unused function

* Changed vagrant files and postinstal script for Ubuntu 20 and 22

* Moved adding PasswordAuth to vagrant file from posinst

* Added ubuntu 24.04

* Set version to 2.0.2

* Proper handle for missing configuration

* Fixup use value of optional object

* Add more vCPU/RAM to vagrant VM's + fix translations

* Minor WS fixes, translations

* Proper handler for Werification error

* Make use of prompt parameter

* Add max number of prompts

* remove unused code, fir includes

* Add Waiting status

* Add check application status check

---------

Co-authored-by: Madzik <m.w@linux.pl>
2024-05-28 12:04:20 +02:00
rublon-bwi
7715b6fb45
Bwi/ws based auth (#6)
* Add websocket implementation

* Added configuration for build socket-io and rublon connector
2023-12-11 18:02:21 +01:00
rublon-bwi
25b29e6f32
Bwi/logic fixes (#5)
* Code rafactoring, formating, add proper readout of operating system

* refactor
2023-10-26 10:13:01 +02:00
Bartosz Wieczorek
2bf8127af3 Merge branch 'main' of github.com:Rublon/rublon-ssh-cpp-private 2023-10-02 10:43:41 +02:00
Bartosz Wieczorek
7b6a4440fb Creating package, improving user messages 2023-09-28 14:52:17 +02:00
rublon-jfr
a0e3b7979f
vagrant: fix setup files, add rapidjson dependency (#3) 2023-09-26 14:34:06 +02:00
Bartosz Wieczorek
700845e17a refactor 2023-08-22 13:34:40 +02:00
Bartosz Wieczorek
fa748d0a2c change error handling in library 2023-08-16 14:18:48 +02:00
Bartosz Wieczorek
d035219202 Remove template PAM from class defs 2023-08-07 11:40:38 +02:00
Bartosz Wieczorek
843574499f ADD postMethod 2023-07-26 16:27:03 +02:00
Bartosz Wieczorek
e9f612753b fix build on debian 2023-07-24 13:25:48 +02:00
Bartosz Wieczorek
6709e29a6d Start OTP method implementation 2023-07-21 14:41:20 +02:00
Bartosz Wieczorek
3cb8567f42 Provide better LOG function, refactor cmake 2023-07-21 13:23:27 +02:00
Bartosz Wieczorek
5ad212cd62 Change directory structure 2023-07-21 10:55:06 +02:00
Bartosz Wieczorek
dcab16178d init 2023-07-05 11:40:54 +02:00