Displaying 1 result from an estimated 1 matches for "pdb_get_unknown_5".
Did you mean:
pdb_get_unknown_6
2003 Sep 23
0
[PATCH] tdb multiple format
...one time to get the size needed */
- len = tdb_pack(NULL, 0, TDB_FORMAT_STRING,
+ len = tdb_pack(NULL, 0, TDB_FORMAT_STRING[TDB_FORMAT_NEWEST_VERSION],
logon_time,
logoff_time,
kickoff_time,
@@ -1630,7 +1674,9 @@
pdb_get_hours_len(sampass),
MAX_HOURS_LEN, pdb_get_hours(sampass),
pdb_get_unknown_5(sampass),
- pdb_get_unknown_6(sampass));
+ pdb_get_unknown_6(sampass),
+ lockout_time,
+ pdb_get_bad_pwd_count(sampass));
if (size_only)
@@ -1643,7 +1689,7 @@
}
/* now for the real call to tdb_pack() */
- buflen = tdb_pack((char *)*buf, len, TDB_FORMAT_STRING,
+ buflen = tdb_pack(...