summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* checkmboxfile(): Ensures that the various archive .mbox files have atbwarsaw2000-12-061-1/+21
* main(): Fixed argument parsing bugs. Also, removed the argv[5] hackbwarsaw2000-11-151-24/+34
* Allow additional arguments on the command line, which are passed tobwarsaw2000-11-111-24/+50
* Added -o flag to append /etc/aliases suggestions to the given file.bwarsaw2000-11-101-10/+24
* If we get an import error on "import paths", print a slightly morebwarsaw2000-11-081-1/+9
* Add -h/--help option and standard option parsing.bwarsaw2000-11-082-15/+53
* Many people have problems upgrading an active system because they findbwarsaw2000-11-011-37/+68
* main(): If the list given on the command line doesn't exist, print thebwarsaw2000-10-231-0/+4
* SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to addbwarsaw2000-10-201-1/+24
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-26/+28
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-1/+1
* checkarchivedbs(): Don't bomb out if there are some nondirectories inbwarsaw2000-09-261-1/+1
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+2
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-1/+3
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-15/+27
* main(): Reject empty passwords; list admin passwords must bebwarsaw2000-09-191-0/+4
* Added -a/--all flag to remove all members in one fell swoop. Closesbwarsaw2000-09-151-6/+14
* Need to import the string module.bwarsaw2000-09-141-0/+3
* main(): When generating passwords, use the standardbwarsaw2000-09-121-1/+1
* Make sure all scripts lowercase the list names, since they are casebwarsaw2000-09-1114-18/+38
* dolist(): small patch to fix changing the first moderator inbwarsaw2000-08-251-2/+2
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-2/+2
* SendExplanation(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* do_output(): Hrvoje Niksic rightly points out that we need tobwarsaw2000-07-271-1/+7
* do_output(): Needed to add `autoreply' category to get thebwarsaw2000-07-241-1/+1
* do_output(): Added `autoreply' to list of categories.bwarsaw2000-07-241-2/+2
* Status messages are printed to stderr using the new Utils.write()bwarsaw2000-07-241-9/+13
* main(): We don't need to delete locks/<listname>.lock when removingbwarsaw2000-07-191-4/+2
* SendExplanation(): Use the new DeliverToUser() API to fix the sendingbwarsaw2000-07-191-2/+5
* do_output(): Skip volatile attributes (i.e. those whose name beginsbwarsaw2000-06-231-0/+3
* Better option parsingbwarsaw2000-06-191-60/+92
* put bulk of logic in main() function and re-arrange things so thebwarsaw2000-06-151-17/+19
* checkdata(): New function which checks the permissions onbwarsaw2000-06-141-18/+44
* A few minor message clarifications.bwarsaw2000-05-081-2/+2
* Added dumpdb to SCRIPTS.bwarsaw2000-05-041-1/+1
* Dumb but useful script (at least for me!) for pretty printing thebwarsaw2000-05-041-0/+47
* type in docstring (found by Michael Yount)bwarsaw2000-04-211-8/+20
* Expanding and changing the command line interface.bwarsaw2000-04-211-50/+140
* Jim Tittsler points out that the old watermark file can containbwarsaw2000-04-141-0/+3
* main(): Use Utils.list_exists() to test for list existance.bwarsaw2000-04-091-2/+3
* Missing 'import string' when selecting lists by virtual host.hmeland2000-04-081-0/+1
* Prepare for running "make update" automatically. update checks thebwarsaw2000-04-071-23/+50
* Added an update to move gate_watermark entries into the list-specificbwarsaw2000-04-071-19/+84
* checkwalk(): make sure all subdirectories have at least permissionsbwarsaw2000-04-051-9/+18
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-048-56/+67
* main(): Slightly better reporting formatbwarsaw2000-04-041-1/+2
* list all listsbwarsaw2000-04-041-0/+106
* Add list_lists scriptbwarsaw2000-04-041-1/+1
* add a #! line and fix the module docstringbwarsaw2000-04-041-3/+3
* atexit(): A function for sys.exitfunc which will attempt to guaranteebwarsaw2000-03-281-2/+23