summaryrefslogtreecommitdiffstats
path: root/mbbsd/register.c
Commit message (Expand)AuthorAgeFilesLines
* use strncasecmp instead strcasestr for checking if userid has fuck or shitJaky.i18n@1807in22004-04-221-2/+4
* revert cuser from pointer to buffer.ptt2004-04-211-16/+16
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1718 63ad8ddf-47c3-03...ptt2004-04-081-0/+1
* passwd change backptt2004-04-071-1/+1
* Fix warning, including:scw2004-04-021-0/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-17/+17
* passwd update debugptt2004-03-301-11/+3
* passwd delete bugptt2004-03-301-3/+3
* let no PERM_LOGIN user read the mail before fill the register form.victor2004-03-021-4/+13
* setmoney to 0 after registeringin22004-01-071-2/+4
* UserAgreementin22003-10-261-0/+17
* clean upkcwu2003-09-071-3/+1
* XDvictor2003-08-281-2/+1
* 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