summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2003-02-11fix copyrightfukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-02add utilities to change admin password: changepassword, chpass,fukachan
initpass and passwd. "initpass" and "passwd" are prepared for fml 4 compatibility.
2003-02-02use FML::Crypt not Crypt::UnixCrypt directly.fukachan
FNF
2003-02-01memo on changepassword et.al.fukachan
2003-02-01try to remove address matched by $cred->has_address_in_map(), notfukachan
address specified by the function argument.
2003-02-01remove address matched by IO::Adapter in the case of $old_addressfukachan
2003-02-01fix comments.fukachan
2003-02-01fix copyrightfukachan
2003-02-01try exact matching just before changing user.fukachan
2003-01-29use $config->get_as_array_ref() method.fukachan
2003-01-29in newml, we should check if $ml_name already exists as a user name or not.fukachan
2003-01-28add deladminfukachan
2003-01-27sync w/ deladmin codesfukachan
2003-01-27mv real codes from byeadmin to deladmin module.fukachan
now, byeadmin is a forwarder to deladmin.
2003-01-27FNF: we should not use $_fukachan
2003-01-27fix typofukachan
2003-01-26bug fix target maps to handle.fukachan
2003-01-26FNF: not use $_fukachan
2003-01-26use FML::Restriction::Base::regexp_match() to check command line options.fukachan
FNF: remove $_
2003-01-25not usedfukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
switched to use it.
2003-01-11fix comments (FNF).fukachan
2003-01-09fix copyrightfukachan
2003-01-07shorten log messagesfukachan
2003-01-07fix copyrightfukachan
2003-01-03modify log messages.fukachan
hide messages for debug mode.
2003-01-03get_as_array_ref() to get $newml_command_mta_config_list values.fukachan
2003-01-03modified to use FML::Restriction::Base->regexp().fukachan
modify messages.
2003-01-03dummy module to implement rewrite_prompt() for the case of auth fail.fukachan
2002-12-25fix commentsfukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-24fix commentsfukachan
2002-12-23fix comments.fukachan
cosmetics (sort).
2002-12-23fix comments.fukachan
clean up (sort) codes.
2002-12-23fix comments.fukachan
rename: _is_valid_argument() -> _get_valid_article_list(). sort.
2002-12-23fix comments.fukachan
aggrege duplicated code.
2002-12-23fix commentsfukachan
2002-12-20fix comments and error messages.fukachan
add defined() more.
2002-12-20fix comments.fukachan
fix typo. bug fix the usage of _show_log() method.
2002-12-18clean up commentsfukachan
2002-12-18clean up comments.fukachan
modified to define $variable to describe arguments to execute and run system($exec).
2002-12-18clean up comments and messagesfukachan
2002-12-15care for primary_admin_recipient_mapfukachan
XXX we should handle *_maps not primary_*_map.
2002-12-15fix comments.fukachan
not pass $du_args->{options} to FML::Command::DirUtils module.
2002-12-15print informational mesagefukachan
2002-12-15clean up commentsfukachan
2002-12-10white space cosmeticsfukachan
2002-11-24wrapper to digest off/onfukachan