summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* More changes to make syslog() work on OSes where it isn't part of thehmeland1999-06-111-1/+2
* Stole GNU sh-utils-1.16 configure.in code to check for syslog()hmeland1999-05-232-1/+5
* run_script(): When filtering out PYTHONPATH from environment, wrongbwarsaw1999-04-091-1/+1
* Take CGIEXT from configure scriptbwarsaw1999-02-281-1/+1
* check_parent(): This wasn't being used anymore, so it has beenbwarsaw1999-02-271-28/+5
* main(): Remove setuid() call. We don't use UIDs in anybwarsaw1999-02-271-6/+1
* fatal(): now takes a new second argument which is the integer code tobwarsaw1999-02-271-9/+10
* fatal(): now takes a new second argument which is the integer code tobwarsaw1999-02-271-3/+13
* Hi, everybody :-)hmeland1999-02-252-3/+3
* (logident): extern needed to reference this global from one of thebwarsaw1999-02-251-0/+3
* main(): Removed the (I think) useless calls to setuid().bwarsaw1999-02-191-4/+0
* check_caller(): Call getgid() once and cache its value.bwarsaw1999-02-191-2/+15
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* Somewhat kludgy changes to make debugging mismatching CGI gid's easierbwarsaw1999-01-074-1/+36
* Get rid of $< variables in command lines. They don't work for allbwarsaw1998-12-181-4/+4
* Make common.o depend on the generated Makefile in this directory.bwarsaw1998-12-161-1/+1
* make finishbwarsaw1998-10-201-4/+20
* All these changes are for implemented integrated pipermail based archives.cotton1998-10-091-2/+4
* CGIEXT: Leave macro in (for the really needy), but don't fill in itsbwarsaw1998-08-051-1/+1
* Minor formatting changesbwarsaw1998-08-052-2/+3
* Minor formatting changesbwarsaw1998-08-052-5/+2
* Added --with-cgi-ext option for specifying an extension on the cgi-binbwarsaw1998-08-031-2/+4
* prefixdir isn't used anywherebwarsaw1998-07-211-1/+0
* Put only $prefix on PYTHONPATH, not $prefix/Mailman. This means thatbwarsaw1998-06-191-1/+1
* Change to the way the `real' (i.e Python) CGI program gets invoked.bwarsaw1998-06-191-2/+13
* Added Emacs C style cruftbwarsaw1998-06-131-0/+7
* strerror(): Wrap in standard autoconf generated HAVE_STRERROR ifdefs.bwarsaw1998-06-051-25/+23
* I added a strerror() function to common.h, wrapped in an #ifdef forviega1998-06-041-0/+25
* check_caller(): Removed test for UID. We now only check for GIDbwarsaw1998-06-014-18/+13