Commit Graph

946 Commits

Author SHA1 Message Date
Vladimir Dubrovin
4df7a09a2a Update Makefile.win 2026-04-03 13:26:35 +03:00
Vladimir Dubrovin
d3f923caba fix Makefile.win 2026-04-03 13:25:15 +03:00
Vladimir Dubrovin
c2ba8f2b85 Update c-cpp.yml 2026-04-03 13:04:20 +03:00
Vladimir Dubrovin
2abb889428 Update c-cpp.yml 2026-04-03 12:43:47 +03:00
Vladimir Dubrovin
1580691503 Update c-cpp.yml 2026-04-03 12:40:14 +03:00
Vladimir Dubrovin
47d6a8d03a Update c-cpp.yml 2026-04-03 12:38:01 +03:00
Vladimir Dubrovin
5cfc6aaa15 Update c-cpp.yml 2026-04-03 12:29:05 +03:00
Vladimir Dubrovin
9a646581ee test github env 2026-04-03 12:03:55 +03:00
Vladimir Dubrovin
b94c64f5e8 Update Makefile.win 2026-04-03 11:51:42 +03:00
Vladimir Dubrovin
88cc6ee9d1 fix windows makefiles for pcre 2026-04-03 11:45:09 +03:00
Vladimir Dubrovin
755ff4e378 Update c-cpp.yml 2026-04-03 11:36:20 +03:00
Vladimir Dubrovin
0f43f992ac rollback changes in SSLPlugin makefile 2026-04-03 11:26:30 +03:00
Vladimir Dubrovin
eb85c03ed0 Update c-cpp.yml 2026-04-03 11:14:53 +03:00
Vladimir Dubrovin
a4b09e16fc Update c-cpp.yml 2026-04-03 11:09:43 +03:00
Vladimir Dubrovin
7860471601 Merge branch 'master' into test-ci 2026-04-03 11:07:09 +03:00
Vladimir Dubrovin
ea8837e4b9 Update c-cpp.yml
Some checks are pending
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
2026-04-02 19:16:35 +03:00
Vladimir Dubrovin
d26f27a87e fix makefiles 2026-04-02 19:13:53 +03:00
Vladimir Dubrovin
b1f27b545a Update c-cpp.yml 2026-04-02 19:08:54 +03:00
Vladimir Dubrovin
4747d69a62 fix makefiles 2026-04-02 19:06:26 +03:00
Vladimir Dubrovin
dc1dbf2ad5 move crypto and ssl libs to plugin makefile 2026-04-02 19:04:37 +03:00
Vladimir Dubrovin
ab75695944 Update c-cpp.yml 2026-04-02 18:42:40 +03:00
Vladimir Dubrovin
9e44dddfbe Update Makefile.win 2026-04-02 18:24:21 +03:00
Vladimir Dubrovin
17112334bc try to fix PCRE2 on win 2026-04-02 18:22:32 +03:00
Vladimir Dubrovin
5b6652ac99 Update Makefile.win 2026-04-02 18:13:43 +03:00
Vladimir Dubrovin
05eb317337 Update Makefile.win 2026-04-02 18:10:59 +03:00
Vladimir Dubrovin
1b64c7f8ab Update Makefile.win 2026-04-02 18:07:28 +03:00
Vladimir Dubrovin
5fd5eb55c6 switch PCREPlugin to PCRE2 2026-04-02 17:55:10 +03:00
Vladimir Dubrovin
5d3d56dae1 Merge branch 'master' of https://github.com/3proxy/3proxy 2026-04-02 16:55:43 +03:00
Vladimir Dubrovin
58ab65dfdf Use pcre/pam in Dockerfile.full 2026-04-02 16:55:40 +03:00
BDBSAlive6one6
c7318a825c
fix(PamAuth): добавлен вызов pam_acct_mgmt(), исправлен pam_start() (#1203)
Добавлен вызов pam_acct_mgmt() после pam_authenticate() для проверки
прав доступа на уровне PAM (HBAC, истечение пароля, блокировка учётки)
Исправлена передача реального username в pam_start() вместо '3proxy@'

---

Added pam_acct_mgmt() call after pam_authenticate() to enable PAM
account checks (HBAC, password expiration, account lockout).
Fixed pam_start() to pass actual username instead of hardcoded '3proxy@'
Tested with FreeIPA 4.12 + SSSD Rocky Linux 9
2026-04-02 15:06:21 +03:00
Vladimir Dubrovin
1f92847a63 Library checks compatible with different make versions (fix Ubuntu 18)
Some checks are pending
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
2026-04-02 13:47:27 +03:00
Vladimir Dubrovin
5cb42abbb3 Move timeouts from conf
Some checks are pending
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
2026-04-01 19:37:33 +03:00
Vladimir Dubrovin
46be1fb96c Update .gitignore 2026-04-01 18:58:10 +03:00
Vladimir Dubrovin
a5c81e4a29 Update c-cpp.yml
Some checks failed
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
2026-03-31 11:26:54 +03:00
Vladimir Dubrovin
d19a412b11 Update Makefile.msvc64 2026-03-31 11:19:59 +03:00
Vladimir Dubrovin
cf045b3bea Update c-cpp.yml 2026-03-31 11:14:54 +03:00
Vladimir Dubrovin
8efaee2651 Update Makefile.msvc64 2026-03-31 11:08:03 +03:00
Vladimir Dubrovin
3189a6a93e Update c-cpp.yml 2026-03-31 11:01:45 +03:00
Vladimir Dubrovin
da0aebe31c Do not use applink.c 2026-03-31 10:58:32 +03:00
Vladimir Dubrovin
ecc8d98f88 Update c-cpp.yml 2026-03-31 10:48:54 +03:00
Vladimir Dubrovin
7fb1dc4f65 Update c-cpp.yml 2026-03-31 10:43:13 +03:00
Vladimir Dubrovin
6bbf528a20 Update c-cpp.yml
Some checks are pending
C/C++ CI / ${{ matrix.target }} (macos-15) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (ubuntu-latest) (push) Waiting to run
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
2026-03-30 21:01:25 +03:00
Vladimir Dubrovin
cc2a6ecc4a Update c-cpp.yml 2026-03-30 20:58:33 +03:00
Vladimir Dubrovin
772da8837a Update c-cpp.yml 2026-03-30 20:54:22 +03:00
Vladimir Dubrovin
d790e11ac6 Update c-cpp.yml 2026-03-30 20:40:31 +03:00
Vladimir Dubrovin
74cdf66786 Update c-cpp.yml 2026-03-30 20:37:13 +03:00
Vladimir Dubrovin
cbbe4d999e Update c-cpp.yml 2026-03-30 20:32:25 +03:00
Vladimir Dubrovin
ac1a667a50 Update c-cpp.yml 2026-03-30 20:24:00 +03:00
Vladimir Dubrovin
83229aa69e Update c-cpp.yml 2026-03-30 20:19:39 +03:00
Vladimir Dubrovin
71f35a78ec Update c-cpp.yml 2026-03-30 20:10:34 +03:00