.. |
CMakeLists.txt
|
add initial cmake build system
|
2023-07-08 13:52:02 +08:00 |
Kconfig
|
Remove support for CONFIG_FS_WRITABLE and CONFIG_FS_READABLE
|
2020-03-22 08:23:28 -05:00 |
Make.defs
|
Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),)
|
2022-10-16 14:59:08 +02:00 |
Makefile
|
build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs
|
2020-07-09 15:17:37 -03:00 |
passwd_adduser.c
|
fsutils: update licenses to Apache
|
2021-06-08 08:43:15 -05:00 |
passwd_append.c
|
fsutils: update licenses to Apache
|
2021-06-08 08:43:15 -05:00 |
passwd_delete.c
|
fsutils: update licenses to Apache
|
2021-06-08 08:43:15 -05:00 |
passwd_deluser.c
|
fsutils/passwd: fix compilation
|
2022-03-25 11:07:10 +02:00 |
passwd_encrypt.c
|
fsutils/passwd: fix out of bounds array access during password encryption
|
2022-03-28 22:11:01 +08:00 |
passwd_find.c
|
Replace all strncpy with strlcpy
|
2023-05-08 21:35:16 +03:00 |
passwd_lock.c
|
fsutils: update licenses to Apache
|
2021-06-08 08:43:15 -05:00 |
passwd_update.c
|
fsutils/passwd: fix compilation
|
2022-03-25 11:07:10 +02:00 |
passwd_verify.c
|
fsutils: update licenses to Apache
|
2021-06-08 08:43:15 -05:00 |
passwd.h
|
Run nxstyle against all modified .c and .h files
|
2020-03-22 08:23:28 -05:00 |