summaryrefslogtreecommitdiffstats
path: root/mbbsd/lovepaper.c
Commit message (Expand)AuthorAgeFilesLines
* * fix bug: don't getdata() on non-local variable directly, to avoid reentran...kcwu2007-09-211-4/+4
* replace some strncpy with strlcpy, or just strcpy if src is constvictor2006-01-121-1/+1
* warning: searchuser() getuser() API change, don't change query string implici...kcwu2005-03-151-1/+1
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-1/+1
* replace rand() with random() for better randomnesskcwu2005-02-041-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-1/+1
* use vmsg() instead of outs() + pressanykey()in22004-08-271-2/+1
* replace some prints() with outs(),kcwu2004-06-101-2/+2
* revert cuser from pointer to buffer.ptt2004-04-211-2/+2
* add mmap to cuser get ride of passwd_updateptt2004-03-311-3/+3
* * there are so many fopen() without fclose()kcwu2003-01-201-1/+3
* sprintf() -> snprintf()in22002-07-231-2/+2
* indent -i4in22002-07-211-2/+2
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-40/+41
* *** empty log message ***lwms2002-06-191-2/+2
* global variable move to var.cin22002-06-041-16/+2
* *** empty log message ***ptt2002-05-251-2/+1
* replace time(NULL) by nowptt2002-05-131-4/+3
* change getdata() constant to sizeof()in22002-04-291-3/+4
* Initial revisionin22002-03-071-0/+120