summaryrefslogtreecommitdiffstats
path: root/mbbsd/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* * 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