summaryrefslogtreecommitdiffstats
path: root/mbbsd/indict.c
Commit message (Expand)AuthorAgeFilesLines
* merge HAVE_PERM() into HasUserPerm()in22005-06-141-1/+1
* better readability.in22005-06-141-2/+2
* New style to specify ANSI escape commands.piaip2005-06-081-12/+12
* add 'const' qualifiers on function parameters.kcwu2005-03-191-1/+1
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-1/+1
* replace strstr_lower(), which cause buffer overflow with strcasestr()kcwu2005-02-061-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-1/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-1/+1
* clean upkcwu2003-09-071-29/+23
* fix typokcwu2003-06-281-2/+2
* * there are so many fopen() without fclose()kcwu2003-01-201-1/+2
* eliminate `static' arraykcwu2003-01-161-16/+3
* 1.only sysop can edit database directlykcwu2002-07-271-5/+5
* typokcwu2002-07-271-2/+2
* sprintf() -> snprintf()in22002-07-231-8/+11
* indent -i4in22002-07-211-5/+5
* strcpy() -> strlcpy()in22002-07-211-5/+5
* indentin22002-07-061-71/+79
* fix memory bugin22002-07-021-1/+5
* global variable move to var.cin22002-06-041-14/+4
* change getdata() constant to sizeof()in22002-04-291-2/+2
* Initial revisionin22002-03-071-0/+184