Searched refs:MAXHISTORY (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A Dpasswdutil.h174 #define MAXHISTORY 26 /* max depth of history 1 yr every 2 weeks */ macro
H A Dfiles_attr.c364 * user:crypw1: ... crypwn: such that n <= MAXHISTORY
430 if (histsize > MAXHISTORY)
431 histsize = MAXHISTORY;
521 char buf[MAX_LOGNAME + MAXHISTORY +
522 (MAXHISTORY * CRYPT_MAXCIPHERTEXTLEN)+1];
1172 char buf[MAX_LOGNAME + MAXHISTORY +
1173 (MAXHISTORY * CRYPT_MAXCIPHERTEXTLEN)+1];
1184 if (histsize > MAXHISTORY)
1185 histsize = MAXHISTORY;
1230 for (i = 0; i < MAXHISTORY
[all...]

Completed in 36 milliseconds