nuttx-apps/fsutils/passwd
Xiang Xiao 573f07f3e4 fix passwd.h:103:30: warning: passwd_verify with no effect [-Wunused-value]
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-01-09 07:44:21 -06:00
..
.gitignore
Kconfig NSH: Add logic for the case where the passwd file is read-only. ROMFS image needs to be marked as const, or it will end up in RAM. 2016-01-20 13:05:25 -06:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured. 2019-10-15 09:25:48 +08:00
passwd_adduser.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
passwd_append.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
passwd_delete.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
passwd_deluser.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
passwd_encrypt.c apps/fsutils/passwd: Handle the improved the format of the /etc/passwd format. It is now a little similar to other systems. 2019-08-03 10:37:27 -06:00
passwd_find.c apps/fsutils/passwd: Handle the improved the format of the /etc/passwd format. It is now a little similar to other systems. 2019-08-03 10:37:27 -06:00
passwd_lock.c fix passwd.h:103:30: warning: passwd_verify with no effect [-Wunused-value] 2020-01-09 07:44:21 -06:00
passwd_update.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
passwd_verify.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
passwd.h fix passwd.h:103:30: warning: passwd_verify with no effect [-Wunused-value] 2020-01-09 07:44:21 -06:00