summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30use File::Specfukachan
2002-01-30use File::Specfukachan
2002-01-30use File::Spec.fukachan
2002-01-30fix copyrightfukachan
2002-01-20implement get_virtual_maps()fukachan
2002-01-20more comments, log.fukachan
2002-01-20fix module loading of Mail::Delivery::Queuefukachan
2002-01-16update copyrightfukachan
2002-01-16change Mail::Message naming convention.fukachan
2001-12-24remove \s*$fukachan
2001-12-24delay loading of module Mail::Deliveryfukachan
2001-12-23delayed loading by eval q{ use .. ;};fukachan
2001-12-23remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-22not load $main_cf->{ default_paths_cf }fukachan
2001-12-22remove \s*$fukachan
2001-12-22update comments, documentsfukachan
2001-12-22sort _fmldoc() location.fukachan
2001-12-22remove \s*$fukachan
2001-12-22remove FML::Messages, which is not used nowfukachan
2001-12-18htlmify articlefukachan
2001-12-18define $fml_owner_home_dir by process $uidfukachan
2001-12-08add path for perl executatbles e.g. /usr/local/binfukachan
2001-12-08fix error handling, define finish() to avoid loading errorfukachan
2001-11-27remove not used modulesfukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-27modified not to use Standalone.pmfukachan
2001-11-26toggle header rewriting (subject) to add thread id. off by defaultfukachan
2001-11-26bug fix missing mkdir() argumentfukachan
2001-11-25more tainted safe (but needs more consideration, may be use of FML::Restricti...fukachan
2001-11-25modified to use FML::Restrictionfukachan
2001-11-25oops, forgot fmlsch not under $curproc;) fix to trap -h or --helpfukachan
2001-11-25reconstructured safe parameter definitionsfukachan
2001-11-25change defualt target to _topfukachan
2001-11-25update copyrightfukachan
2001-11-25fix, clean up help()fukachan
2001-11-25define dummy finish(), fix help() trap patternfukachan
2001-11-25enable distribute and commandfukachan
2001-11-25check whether getopt() options are given or not.fukachan
2001-11-25show help ASAP when --help specifiedfukachan
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25verify_request() checks @ARGV and show help() if neededfukachan
2001-11-25enable --help for all command line programsfukachan
2001-11-25trap --help in new() to show and exit asapfukachan
2001-11-25implement help() methodfukachan
2001-11-25xxx.cgi SHOULD NOT ACCPET the same options as command line program xxxfukachan
2001-11-23clean up fmlschfukachan
2001-11-22fmlsch -h to show helpfukachan