Commit Graph

1943 Commits

Author SHA1 Message Date
kirill reshke 26a2172b6a
Create clang-format.yml 2021-05-28 02:10:19 +05:00
Andrey Borodin 21fef56e56
Merge pull request #330 from yandex/coverity_scan
Fix use-atfer-free and printf arg
2021-05-27 21:53:58 +03:00
reshke 7146ff3dee fix memory leak in config reader 2021-05-27 23:38:46 +05:00
reshke d95c47ebfb Fix use-atfer-free and printf arg 2021-05-27 23:07:45 +05:00
Andrey Borodin 41925d4585
Fix incorrect flush_status usage in frontend code. (#328)
This should prevent "unexpected error status OD_DETACH (4)" which caused abnormal server connection termination.
2021-05-24 12:01:59 +05:00
Andrey Borodin 7e8c71b950
Merge pull request #327 from reshke/master
fix a couple of coverity issues
2021-05-24 08:17:38 +03:00
reshke 3b6914672d fix a couple of coverity issues 2021-05-21 18:46:28 +05:00
kirill reshke 9265ebf74e
Update cmake.yml 2021-05-21 18:10:29 +05:00
Andrey Borodin 65756d30b6
Merge pull request #326 from reshke/master
fix a few compile errors && apply formatting
2021-05-21 12:32:52 +03:00
reshke 71c98b23a8 fix a couple of coverity issues 2021-05-20 18:13:05 +05:00
kirill reshke d2bf4e6861
Update cmake.yml 2021-05-20 17:56:46 +05:00
reshke 9216f1d2f2 fix a few compile errors && applt formatting 2021-05-20 17:52:06 +05:00
Andrey Borodin 4ab01dcd74
Merge pull request #325 from reshke/master
Fix compile error with no PAM support
2021-05-20 15:42:35 +03:00
reshke b342d81fdd Fix compile error with no PAM support 2021-05-20 17:39:03 +05:00
Andrey Borodin 123381782d
Merge pull request #324 from reshke/master
autoconfigure number of workers
2021-05-20 15:36:15 +03:00
reshke a9e9ade846 autoconfigure number of workers 2021-05-20 17:26:19 +05:00
kirill reshke d2a6612597
Update .travis.yml 2021-05-20 11:17:20 +05:00
kirill reshke fe0e0ed20d
add makefile to machinarium repo (#322)
Co-authored-by: reshke <Kirill Reshke>
2021-05-20 10:56:55 +05:00
Ilya Tzoop b931fcee7a
Move CI to Github Actions (#318)
* Actualize cmake.yml.

* Added install_ci.sh in order to reuse it in workflows

* Edited cmake.yml

* +sudo

* Added coverity scan
2021-05-20 10:41:55 +05:00
Andrey Borodin 27187eac1d
Merge pull request #320 from reshke/master
Add password_passthrough option to route
2021-05-20 08:35:52 +03:00
reshke 146ff3d8e2 add more comments to documentation/internals 2021-05-19 18:15:04 +05:00
reshke a78664e7b7 Add password_passthrough option to route 2021-05-19 17:18:49 +05:00
Andrey Borodin 106d195b7c
Merge pull request #317 from reshke/master
fix cli options && add log to stodut option
2021-05-19 13:16:32 +03:00
reshke df178bc3cf fix cli options && add log to stodut option 2021-05-15 17:02:19 +05:00
kirill reshke c2cfb146d5
Update internals.md 2021-05-15 16:00:10 +05:00
kirill reshke 811a5995e6
Update README.md 2021-05-15 15:57:03 +05:00
reshke 30a1ce73b2 update gitignore + apply fmt 2021-05-14 17:14:21 +05:00
Andrey Borodin c877d40b29
Merge pull request #314 from reshke/cmdline
odyssey configuration from CLI
2021-05-14 16:34:19 +05:00
reshke 32977c3b80 apply fmt on machinarium 2021-05-14 16:31:29 +05:00
reshke 2019c6419e odyssey configuration from CLI 2021-05-14 15:36:29 +05:00
Andrey Borodin 03f3def515
Merge pull request #315 from ruimarinho/bugfix/server-login-retry
Update server_login_retry on odyssey.conf
2021-05-12 16:44:31 +05:00
Rui Marinho 4dfc1c65cd Update server_login_retry on odyssey.conf 2021-05-09 22:29:24 +01:00
reshke 1d478f7d14 some more bench 2021-05-05 22:21:08 +05:00
Andrey Borodin 58793a65a5
Merge pull request #312 from reshke/master
fix bench compile errors
2021-05-05 00:23:35 +05:00
Dmitry Ibragimov e40d3ad424
Fix default_user ldap auth for default user configuration (#313)
* Fix default_user ldap auth

* apply fmt

Co-authored-by: reshke <Kirill Reshke>
2021-05-04 21:13:20 +05:00
reshke c95f0bce19 one more bench on mm 2021-04-30 20:11:50 +05:00
reshke 63f5b047d6 fix bench compile errors 2021-04-30 19:42:41 +05:00
Andrey Borodin b114798860
Merge pull request #311 from reshke/master
fallback to reuse client token to backend auth
2021-04-30 17:13:07 +05:00
reshke 94b4859df6 fallback to reuse client token to backend auth 2021-04-30 17:09:01 +05:00
kirill reshke af51fb655c
Update CMakeLists.txt 2021-04-29 12:57:05 +05:00
Andrey Borodin 4fe30bef19
Merge pull request #310 from reshke/master
return error if ldap connection establishment failed
2021-04-29 12:52:15 +05:00
reshke dc44b323d1 return error if ldap connection establishment failed, rebind ldap
connection in case of server failture
2021-04-29 12:51:07 +05:00
Andrey Borodin a79125f4d0
Merge pull request #308 from reshke/master
LDAP auth
2021-04-28 18:44:10 +05:00
reshke 74623edfb5 LDAP auth in od 2021-04-28 17:54:56 +05:00
Andrey Borodin de71caf4ab
Merge pull request #304 from x4m/af_fix
Pass auth information to server after recieving it from auth_query
2021-04-19 20:38:09 +03:00
Andrey Borodin 9f78f451ec Apply fmt 2021-04-19 22:25:36 +05:00
Andrey Borodin 8dace7befe Pass auth information to server after recieving it from auth_query
This should fix #291 for MD5
2021-04-19 17:27:19 +05:00
Andrey Borodin da681aab45
Merge pull request #302 from reshke/master
apply formatting on golnag tests
2021-04-15 17:56:07 +03:00
reshke bb62293e50 aplly formatting on golnag tests 2021-04-15 17:06:04 +05:00
Andrey Borodin 74a381d3f5
Merge pull request #300 from reshke/master
Introduce a couple of hooks in auth & config reload
2021-04-14 13:05:56 +03:00