mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-10-21 07:24:48 +00:00
* Support argon2id password hash algo * CI install argon2 deps * Go support argonid algo * RPC add pwd_hash_algo and pwd_hash_params * Support password hash algo * Don't set magic when pwd_hash is set * Fix ci error --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
31 lines
460 B
Makefile
31 lines
460 B
Makefile
SUBDIRS = cdc
|
|
|
|
proc_headers = \
|
|
$(addprefix processors/, \
|
|
objecttx-common.h)
|
|
|
|
noinst_HEADERS = \
|
|
diff-simple.h \
|
|
seafile-crypt.h \
|
|
password-hash.h \
|
|
common.h \
|
|
branch-mgr.h \
|
|
fs-mgr.h \
|
|
block-mgr.h \
|
|
commit-mgr.h \
|
|
log.h \
|
|
object-list.h \
|
|
vc-common.h \
|
|
seaf-utils.h \
|
|
obj-store.h \
|
|
obj-backend.h \
|
|
block-backend.h \
|
|
block.h \
|
|
mq-mgr.h \
|
|
seaf-db.h \
|
|
config-mgr.h \
|
|
merge-new.h \
|
|
block-tx-utils.h \
|
|
sync-repo-common.h \
|
|
$(proc_headers)
|