summaryrefslogtreecommitdiffstats
path: root/mbbsd/guess.c
Commit message (Expand)AuthorAgeFilesLines
* use vmsg() instead of outs() + pressanykey()in22004-08-271-2/+1
* use correct type: size_t/int/long/pointerin22004-07-301-11/+11
* use int instead of longin22004-07-301-3/+3
* replace some prints() with outs(),kcwu2004-06-101-15/+15
* revert cuser from pointer to buffer.ptt2004-04-211-13/+13
* remove unsigned int for moneyptt2004-04-071-2/+2
* add mmap to cuser get ride of passwd_updateptt2004-03-311-13/+13
* code cleanupkcwu2003-09-111-4/+4
* fix memory leakkcwu2003-01-171-12/+6
* eliminate `static' arraykcwu2003-01-161-5/+5
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-2/+2
* pause after losingkcwu2003-01-111-1/+2
* unlock after losingkcwu2003-01-111-1/+2
* use gcc's extension to check format stringkcwu2002-12-261-7/+7
* sprintf() -> snprintf()in22002-07-231-6/+6
* indent -i4in22002-07-211-11/+11
* indentin22002-07-061-143/+165
* global variable move to var.cin22002-06-041-15/+2
* change getdata() constant to sizeof()in22002-04-291-14/+15
* Initial revisionin22002-03-071-0/+364