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