summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Auth.pm
AgeCommit message (Expand)Author
2006-10-22clean up. fix comments.fukachan
2006-03-05fix copyrightfukachan
2006-03-05changed to command_context object based.fukachan
2005-11-30use $curproc->credential();fukachan
2005-05-26log errors more.fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-06-26fix comments.fukachan
2004-04-27bug fix search logic.fukachan
2004-04-23bug fix: we need to touch etc/passwd-admin file firstly.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-01-21fix/udpate comments.fukachan
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
2003-12-30validate $address input as data.fukachan
2003-11-30system_accounts -> system_special_accounts.fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-05-12we should operate only $primary_*_map not $*_maps in deleting the userfukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-17implement change_password().fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-02use FML::Crypt not Crypt::UnixCrypt directly.fukachan
2003-01-11fix comments (FNF).fukachan
2003-01-03modify log messages.fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-23fix commentsfukachan
2002-12-18clean up commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
2002-07-18check user matchingfukachan
2002-07-02fix commentsfukachan
2002-06-01nuke white spaces \s*$fukachan
2002-06-01permit_admin_member_maps() return 0 if not matchfukachan
2002-05-28implement permit_admin_member_maps()fukachan
2002-05-27rearrange admin command authentication to sync w/ new variable namings.fukachan
2002-04-10whitespace nichefukachan
2002-04-07admin_member_passwd_maps -> admin_member_password_mapsfukachan
2002-03-30white space cosmetics: nuke \s*$fukachan
2002-03-23implement password authentication for admin commandsfukachan
2002-03-22add prototype of admin command auth governed by $admin_command_restrictionsfukachan