Badpasswd.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /******************************************************************
  2. ******************************************************************
  3. *** **
  4. *** (C)Copyright 2006-2009, American Megatrends Inc. **
  5. *** **
  6. *** All Rights Reserved. **
  7. *** **
  8. *** 5555 , Oakbrook Pkwy, Norcross, **
  9. *** **
  10. *** Georgia - 30093, USA. Phone-(770)-246-8600. **
  11. *** **
  12. ******************************************************************
  13. ******************************************************************
  14. ******************************************************************
  15. *
  16. * Badpasswd.h
  17. * Bad password related prototypes
  18. *
  19. * Author: Winston <winstonv@amiindia.co.in>
  20. ******************************************************************/
  21. #ifndef _BAD_PASSWORD_
  22. #define _BAD_PASSWORD_
  23. #include "Types.h"
  24. #include "Platform.h"
  25. #include "Session.h"
  26. void MonitorPassword(int BMCInst);
  27. extern INT32U TimeUpdate();
  28. extern int GenerateLockEvent(INT8U Channel,INT8U UserID, int BMCInst);
  29. extern int LockUser(INT8U Userid,INT8U Channel, int BMCInst);
  30. extern int UnlockUser(INT8U Userid,INT8U Channel, int BMCInst);
  31. extern int FindUserLockStatus(INT8U Userid,INT8U Channel, int BMCInst);
  32. extern int ClearUserLockAttempts(INT8U SerialorLAN, int BMCInst);
  33. #endif