| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 4 | -4/+4 |
| * | Obsolete. | bwarsaw | 2002-03-16 | 2 | -118/+0 |
| * | VALID_COMMANDS: Added `confirm' | bwarsaw | 2002-03-14 | 1 | -0/+1 |
| * | VALID_COMMANDS: Add `subscribe' and `unsubscribe'. | bwarsaw | 2002-02-23 | 1 | -0/+2 |
| * | Bump the copyright years. | bwarsaw | 2002-02-14 | 1 | -1/+1 |
| * | VALID_COMMANDS: To make life easier, we'll include `admin' as a valid | bwarsaw | 2002-02-14 | 1 | -0/+1 |
| * | ignore `mailman', delete `wrapper' | bwarsaw | 2001-12-24 | 1 | -6/+6 |
| * | MAIL_PROGS: To avoid name clashes with other MLM's, rename the wrapper | bwarsaw | 2001-12-24 | 1 | -2/+2 |
| * | In order to make the list alias -> script mapping more consistent, | bwarsaw | 2001-11-30 | 1 | -4/+4 |
| * | VALID_COMMANDS: Add bounces | bwarsaw | 2001-11-20 | 1 | -0/+1 |
| * | Removed commented out macros ALIAS_UID, ALIAS_GID, ALIAS_FLAGS. | bwarsaw | 2001-07-18 | 1 | -5/+0 |
| * | CGI_PROGS: The handle_opts cgi is obsolete. | bwarsaw | 2001-05-31 | 1 | -1/+1 |
| * | In the definition of LOG_IDENT and SCRIPTDIR, don't try to glue string | twouters | 2001-05-29 | 2 | -2/+2 |
| * | VALID_COMMANDS: Deprecate the `auto' script since there is now a | bwarsaw | 2001-05-11 | 1 | -2/+3 |
| * | Ignore the two new binaries. | bwarsaw | 2001-05-09 | 1 | -0/+2 |
| * | Add the create and rmlist CGI programs. | bwarsaw | 2001-05-09 | 1 | -1/+1 |
| * | Ignore the new generated confirm binary | bwarsaw | 2001-04-02 | 1 | -0/+1 |
| * | Add `confirm' to list of CGI_PROGS to build. | bwarsaw | 2001-03-26 | 1 | -2/+2 |
| * | VALID_COMMANDS: `auto' is an acceptable command -- this is a script | bwarsaw | 2000-12-20 | 1 | -0/+1 |
| * | intermediate | bwarsaw | 2000-12-07 | 1 | -0/+31 |
| * | intermediate | bwarsaw | 2000-12-07 | 1 | -0/+87 |
| * | Noam Zeilberger correctly notices that the prototype for vsnprintf() | bwarsaw | 2000-11-09 | 2 | -5/+2 |
| * | A couple of notes for later | bwarsaw | 2000-09-29 | 2 | -0/+10 |
| * | run_script(): Generalize the filtering out of environment variables. | bwarsaw | 2000-09-27 | 1 | -6/+27 |
| * | Include @CFLAGS@ on CFLAGS def line so this works | bwarsaw | 2000-08-06 | 1 | -1/+1 |
| * | main(): Don't include newline in Usage: error message; this is added | bwarsaw | 2000-08-02 | 1 | -1/+1 |
| * | fatal(): Close SF bug #110401 and potential local security hole by | bwarsaw | 2000-08-02 | 1 | -2/+2 |
| * | fatal(): When not running as a CGI (e.g. when running at the mail | bwarsaw | 2000-05-22 | 1 | -0/+5 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 6 | -6/+6 |
| * | Get the gid_t type from configure. | bwarsaw | 1999-12-12 | 3 | -3/+6 |
| * | check_caller(): Get the gid_t type from configure. Also use %ld to | bwarsaw | 1999-12-12 | 1 | -4/+4 |
| * | Invoke Python with -S option, which avoids the "import site". This | bwarsaw | 1999-10-29 | 1 | -10/+13 |
| * | fatal() no longer has "const char*" as third arg prototype. Didn't | bwarsaw | 1999-07-12 | 1 | -1/+7 |
| * | fatal() no longer has "const char*" as third arg prototype. Didn't | bwarsaw | 1999-07-12 | 1 | -1/+1 |
| * | Add magic to include our own vsnprintf if the OS is missing one. | bwarsaw | 1999-07-12 | 1 | -5/+10 |
| * | An implementation of vsnprintf() ripped from GNU screen 3.7.6's misc.c | bwarsaw | 1999-07-12 | 1 | -0/+126 |
| * | fatal(): Use vsnprintf() to avoid potential buffer overflow | bwarsaw | 1999-07-02 | 1 | -2/+4 |
| * | Undo, previous checkin was a mistake (I'm still only beginning to | hmeland | 1999-06-13 | 1 | -11/+8 |
| * | Create(): Do ValidateEmail(admin) before trying to actually create | hmeland | 1999-06-13 | 1 | -8/+11 |
| * | More changes to make syslog() work on OSes where it isn't part of the | hmeland | 1999-06-11 | 1 | -1/+2 |
| * | Stole GNU sh-utils-1.16 configure.in code to check for syslog() | hmeland | 1999-05-23 | 2 | -1/+5 |
| * | run_script(): When filtering out PYTHONPATH from environment, wrong | bwarsaw | 1999-04-09 | 1 | -1/+1 |
| * | Take CGIEXT from configure script | bwarsaw | 1999-02-28 | 1 | -1/+1 |
| * | check_parent(): This wasn't being used anymore, so it has been | bwarsaw | 1999-02-27 | 1 | -28/+5 |
| * | main(): Remove setuid() call. We don't use UIDs in any | bwarsaw | 1999-02-27 | 1 | -6/+1 |
| * | fatal(): now takes a new second argument which is the integer code to | bwarsaw | 1999-02-27 | 1 | -9/+10 |
| * | fatal(): now takes a new second argument which is the integer code to | bwarsaw | 1999-02-27 | 1 | -3/+13 |
| * | Hi, everybody :-) | hmeland | 1999-02-25 | 2 | -3/+3 |
| * | (logident): extern needed to reference this global from one of the | bwarsaw | 1999-02-25 | 1 | -0/+3 |
| * | main(): Removed the (I think) useless calls to setuid(). | bwarsaw | 1999-02-19 | 1 | -4/+0 |