Some content update and fixes...

This commit is contained in:
Johannes Findeisen 2025-09-08 02:55:20 +02:00
commit 92fdb05161
2 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,10 @@
#define VERSION "1.5.0"
/*
* Author: Johannes Findeisen <you@hanez.org> - 2025
* Homepage: https://git.xw3.org/hanez/chkusr
* License: Apache-2.0 (see LICENSE)
*/
#define VERSION "1.5.1"
/* For chkgrp */
#ifndef MAX_LINE
@ -10,7 +16,7 @@
#define MAX_NAME 256
#endif
/* For chkpwd */
/* For chkpwd; Also uses MAX_NAME from chkgrp above */
#ifndef MAX_PASSWORD
#define MAX_PASSWORD 256
#endif