summaryrefslogtreecommitdiffstats
path: root/mbbsd/register.c
Commit message (Expand)AuthorAgeFilesLines
* always clear plaintext password in memory after checkingkcwu2003-06-261-9/+12
* default: don't add new brd to favbbs2003-06-191-1/+2
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-2/+2
* reject for registering userid containing shit or fuckin22002-11-301-1/+5
* sprintf() -> snprintf()in22002-07-231-8/+10
* indent -i4in22002-07-211-12/+12
* strcpy() -> strlcpy()in22002-07-211-3/+3
* indentin22002-07-061-148/+148
* global variable move to var.cin22002-06-041-25/+2
* replace time(NULL) by nowptt2002-05-131-5/+4
* change getdata() constant to sizeof()in22002-04-291-10/+16
* register by EMail codein22002-03-171-2/+4
* Initial revisionin22002-03-071-0/+339