summaryrefslogtreecommitdiffstats
path: root/mbbsd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* * detect repeated DBCS commands from evil clientspiaip2009-09-221-0/+3
* * convert more fieldspiaip2009-09-211-1/+1
* * merge uflag2 and uflag, and refine flag bitmask namespiaip2009-09-211-19/+8
* * more, more aggressive cache of pwcu...piaip2009-09-171-4/+17
* * refine pwcuExitSave again, prevent the initial query if possible.piaip2009-09-171-63/+48
* * move WATER_* from uflag2 to cuser.pager_ui_type (standalone variable)piaip2009-09-171-10/+5
* * refine badpost code againpiaip2009-09-171-1/+5
* * refine uflagspiaip2009-09-171-48/+46
* * change magic numbers to const namespiaip2009-09-161-1/+1
* * fix: money was not synchronized...piaip2009-09-131-2/+28
* * make pwcu branch as trunk.piaip2009-09-101-58/+581
|\
| * * message refinepiaip2009-09-081-2/+10
| * * improve check_BM frequency piaip2009-09-081-0/+3
| * * adjust numlogindays calculation - should be rounded to each day.piaip2009-09-061-2/+6
| * * optimize exit savepiaip2009-08-311-2/+47
| * * allow numlogindays to be upgraded on-the-fly.piaip2009-08-301-0/+3
| * * fix numlogindayspiaip2009-08-301-7/+27
| * * (pwcu branch) code refine, remove unused code, and finetune alertspiaip2009-08-301-42/+1
| * * (pwcu branch) const cuser code completepiaip2009-08-301-0/+66
| * * (pwcu branch) make user compatible to pwcu APIpiaip2009-08-301-5/+63
| * * (pwch branch) change chess results to use pwcu APIpiaip2009-08-301-3/+104
| * * (pwcu branch) code refinepiaip2009-08-291-50/+39
| * * (pwcu branch) remove the 'goodpost' ~ I love this commit.piaip2009-08-291-11/+0
| * * enable lastseen and CONST_CUSER, also use cuser_ref as "&cuser".piaip2009-08-291-3/+13
| * * modify more APIspiaip2009-08-281-30/+43
| * * moving into the new pwcu (password - current user helper) APIpiaip2009-08-281-16/+271
|/
* * initcuser should also update numpost!piaip2009-06-221-0/+1
* * fix potential negative numpostspiaip2009-06-181-0/+3
* * fix: money in cuser was not updated / sync to shm after sync_update...piaip2009-06-141-1/+3
* * fix bug: incorrect user's tmp buf filename.kcwu2009-06-131-0/+2
* * fix crash on user query: another recursive call :-(piaip2009-06-121-1/+1
* * fix recursive call error (sync version should call raw API)piaip2009-06-121-1/+1
* * refine cmbbs: move util_passwd.o to cmbbs/passwd.c.piaip2009-06-121-207/+36
* - refine and prepare for login daemon:piaip2009-06-061-0/+70
* Fix compile error in util/scw2008-11-181-0/+2
* Post and money update:scw2008-11-161-0/+10
* - passwd: enable ALERT_PWD_RELOADpiaip2008-06-041-2/+0
* register: compact ID_RECORD title formatpiaip2008-04-031-0/+9
* - register: Regform2 API prototype (for concurrent registration form validati...piaip2008-03-081-0/+8
* - prepare for new admin reg procedurepiaip2008-02-201-0/+7
* - revise passwd_apply() api, prevent use global variable to pass data.kcwu2008-01-241-3/+3
* - fix bug "good post dropped if user online"piaip2007-12-161-0/+2
* fix access violation.kcwu2007-09-201-1/+1
* fix the register bugptt2006-01-051-2/+1
* 1. add "cancel bad post" feature.ptt2006-01-041-3/+7
* fix bug for new feature.ptt2005-11-161-1/+2
* PERMISSION can be changed even if the user is online.ptt2005-11-161-0/+6
* add 'const' qualifiers on function parameters.kcwu2005-03-191-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-3/+3
* add dietlibc support, reduced 16kb memory usage on linux x86_64.kcwu2005-02-241-1/+2
* use correct type: size_t/int/long/pointerin22004-07-301-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-3/+1
* passwd change backptt2004-04-071-99/+13
* money debug ptt2004-04-071-2/+3
* debug of money ptt2004-04-061-1/+8
* add push_bottom functionptt2004-04-061-1/+29
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1658 63ad8ddf-47c3-03...ptt2004-04-011-1/+1
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1656 63ad8ddf-47c3-03...ptt2004-04-011-4/+0
* guest?ptt2004-04-011-2/+7
* remove mmap of cuserptt2004-03-311-27/+3
* cuser debugptt2004-03-311-1/+6
* debug of mmapptt2004-03-311-4/+4
* add mmap to cuser get ride of passwd_updateptt2004-03-311-0/+30
* passwd bug fixedptt2004-03-301-4/+11
* passwd update debugptt2004-03-301-1/+2
* :p again passwd debugptt2004-03-301-2/+2
* passwd debug of permissionptt2004-03-301-3/+3
* debug ..:pptt2004-03-301-1/+1
* faster passwd by lower the lseek.ptt2004-03-301-24/+60
* forget to commitvictor2003-08-151-1/+14
* indent -i4in22002-07-211-8/+8
* indentin22002-07-061-40/+54
* remove mmapin22002-07-051-2/+2
* do NOT reload memory if shared-memoy failsin22002-07-031-2/+3
* secure .PASSWDin22002-07-031-8/+13
* not using mmap for .PASSWDin22002-06-301-47/+32
* global variable move to var.cin22002-06-041-19/+2
* Initial revisionin22002-03-071-0/+138