We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05b158 commit 2f17fc8Copy full SHA for 2f17fc8
src/v_check_sys_user_password.c src/v_check_user_password.csrc/v_check_sys_user_password.c renamed to src/v_check_user_password.c
@@ -1,9 +1,9 @@
1
/***************************************************************************/
2
-/* v_check_passwd.c */
+/* v_check_user_password.c */
3
/* */
4
/* This program compare user pasword from input with /etc/shadow */
5
/* To compile run: */
6
-/* "gcc -lcrypt v_check_sys_user_password.c -o v_check_sys_user_password" */
+/* "gcc -lcrypt v_check_user_password.c -o v_check_user_password" */
7
8
/* Thanks to: bogolt, richie and burus */
9
0 commit comments