Some content update and fixes...
This commit is contained in:
parent
71555fc275
commit
92fdb05161
2 changed files with 14 additions and 3 deletions
10
config.h
10
config.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue