summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-306/+0
* Update copyright years.bwarsaw2007-01-191-1/+1
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-39/+41
* Correct error message when callers group ID - getgid() - is not registeredmsapiro2005-11-031-5/+10
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* fatal(): Change the signature of vsnprintf() in the case of using thebwarsaw2002-09-051-1/+1
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-149/+174
* Update copyright years.bwarsaw2002-03-161-1/+1
* In the definition of LOG_IDENT and SCRIPTDIR, don't try to glue stringtwouters2001-05-291-1/+1
* Noam Zeilberger correctly notices that the prototype for vsnprintf()bwarsaw2000-11-091-1/+1
* A couple of notes for laterbwarsaw2000-09-291-0/+8
* run_script(): Generalize the filtering out of environment variables.bwarsaw2000-09-271-6/+27
* 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-211-1/+1
* 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(): Use vsnprintf() to avoid potential buffer overflowbwarsaw1999-07-021-2/+4
* Stole GNU sh-utils-1.16 configure.in code to check for syslog()hmeland1999-05-231-0/+2
* run_script(): When filtering out PYTHONPATH from environment, wrongbwarsaw1999-04-091-1/+1
* fatal(): now takes a new second argument which is the integer code tobwarsaw1999-02-271-9/+10
* Hi, everybody :-)hmeland1999-02-251-3/+0
* (logident): extern needed to reference this global from one of thebwarsaw1999-02-251-0/+3
* check_caller(): Call getgid() once and cache its value.bwarsaw1999-02-191-2/+15
* Somewhat kludgy changes to make debugging mismatching CGI gid's easierbwarsaw1999-01-071-0/+27
* Minor formatting changesbwarsaw1998-08-051-2/+2
* Minor formatting changesbwarsaw1998-08-051-4/+2
* prefixdir isn't used anywherebwarsaw1998-07-211-1/+0
* Put only $prefix on PYTHONPATH, not $prefix/Mailman. This means thatbwarsaw1998-06-191-1/+1
* 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-011-8/+1
* I changed the "wrong UID/GID" error messages that go to syslog to makeviega1998-05-311-5/+7
* Several important changes.bwarsaw1998-05-261-0/+171