mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
Use 0 as a Kconfig placeholder. The nuttx build rejects unset keys and can generate random values when configured. BREAKING CHANGE: CONFIG_FSUTILS_PASSWD_KEY1..4 no longer default to 0x12345678 / 0x9abcdef0. Configs that relied on those defaults must set keys manually or enable BOARD_ETC_ROMFS_PASSWD_RANDOMIZE_KEYS in nuttx. Fix: set keys in menuconfig or enable random key generation. Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| passwd.h | ||
| passwd_adduser.c | ||
| passwd_append.c | ||
| passwd_delete.c | ||
| passwd_deluser.c | ||
| passwd_encrypt.c | ||
| passwd_find.c | ||
| passwd_lock.c | ||
| passwd_update.c | ||
| passwd_verify.c | ||