summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-2/+2
* Patch # 490029 by Don Porter for a couple of missing DIRSETGIDs.bwarsaw2002-12-121-11/+3
* Jon Parise says:bwarsaw2002-10-211-1/+1
* fatal(): Change the signature of vsnprintf() in the case of using thebwarsaw2002-09-051-1/+1
* Signature update.bwarsaw2002-09-051-2/+2
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-149/+174
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-9/+10
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-232-63/+63
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-8/+8
* CGI_PROGS: Get rid of the `archives' program. It's long been obsolete.bwarsaw2002-03-261-2/+2
* Remove obsolete files.bwarsaw2002-03-161-112/+0
* Update copyright years.bwarsaw2002-03-164-4/+4
* Obsolete.bwarsaw2002-03-162-118/+0
* VALID_COMMANDS: Added `confirm'bwarsaw2002-03-141-0/+1
* VALID_COMMANDS: Add `subscribe' and `unsubscribe'.bwarsaw2002-02-231-0/+2
* Bump the copyright years.bwarsaw2002-02-141-1/+1
* VALID_COMMANDS: To make life easier, we'll include `admin' as a validbwarsaw2002-02-141-0/+1
* ignore `mailman', delete `wrapper'bwarsaw2001-12-241-6/+6
* MAIL_PROGS: To avoid name clashes with other MLM's, rename the wrapperbwarsaw2001-12-241-2/+2
* In order to make the list alias -> script mapping more consistent,bwarsaw2001-11-301-4/+4
* VALID_COMMANDS: Add bouncesbwarsaw2001-11-201-0/+1
* Removed commented out macros ALIAS_UID, ALIAS_GID, ALIAS_FLAGS.bwarsaw2001-07-181-5/+0
* CGI_PROGS: The handle_opts cgi is obsolete.bwarsaw2001-05-311-1/+1
* In the definition of LOG_IDENT and SCRIPTDIR, don't try to glue stringtwouters2001-05-292-2/+2
* VALID_COMMANDS: Deprecate the `auto' script since there is now abwarsaw2001-05-111-2/+3
* Ignore the two new binaries.bwarsaw2001-05-091-0/+2
* Add the create and rmlist CGI programs.bwarsaw2001-05-091-1/+1
* Ignore the new generated confirm binarybwarsaw2001-04-021-0/+1
* Add `confirm' to list of CGI_PROGS to build.bwarsaw2001-03-261-2/+2
* VALID_COMMANDS: `auto' is an acceptable command -- this is a scriptbwarsaw2000-12-201-0/+1
* intermediatebwarsaw2000-12-071-0/+31
* intermediatebwarsaw2000-12-071-0/+87
* Noam Zeilberger correctly notices that the prototype for vsnprintf()bwarsaw2000-11-092-5/+2
* A couple of notes for laterbwarsaw2000-09-292-0/+10
* run_script(): Generalize the filtering out of environment variables.bwarsaw2000-09-271-6/+27
* Include @CFLAGS@ on CFLAGS def line so this worksbwarsaw2000-08-061-1/+1
* main(): Don't include newline in Usage: error message; this is addedbwarsaw2000-08-021-1/+1
* fatal(): Close SF bug #110401 and potential local security hole bybwarsaw2000-08-021-2/+2
* fatal(): When not running as a CGI (e.g. when running at the mailbwarsaw2000-05-221-0/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-216-6/+6
* Get the gid_t type from configure.bwarsaw1999-12-123-3/+6
* check_caller(): Get the gid_t type from configure. Also use %ld tobwarsaw1999-12-121-4/+4
* Invoke Python with -S option, which avoids the "import site". Thisbwarsaw1999-10-291-10/+13
* fatal() no longer has "const char*" as third arg prototype. Didn'tbwarsaw1999-07-121-1/+7
* fatal() no longer has "const char*" as third arg prototype. Didn'tbwarsaw1999-07-121-1/+1
* Add magic to include our own vsnprintf if the OS is missing one.bwarsaw1999-07-121-5/+10
* An implementation of vsnprintf() ripped from GNU screen 3.7.6's misc.cbwarsaw1999-07-121-0/+126
* fatal(): Use vsnprintf() to avoid potential buffer overflowbwarsaw1999-07-021-2/+4
* Undo, previous checkin was a mistake (I'm still only beginning tohmeland1999-06-131-11/+8
* Create(): Do ValidateEmail(admin) before trying to actually createhmeland1999-06-131-8/+11