| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Some inconsequential formatting changes. | bwarsaw | 1998-05-01 | 2 | -148/+170 | |
| | | | | | | | | | | - Use "Python" C editing style when used with X/Emacs - Make X/Emacs friendly by putting function opening braces in column zero and putting function name on separate line from return type - Also added a C local variables section | |||||
| * | Some inconsequential formatting changes. | bwarsaw | 1998-05-01 | 1 | -43/+58 | |
| | | | | | | | | | | | - Use "Python" C editing style when used with X/Emacs - Make X/Emacs friendly by putting function opening braces in column zero and putting function name on separate line from return type - Use C style comments instead of C++ style comments. Not all C compilers grok line comments. | |||||
| * | Well, make main return an int. | klm | 1998-04-28 | 1 | -0/+2 | |
| | | ||||||
| * | Declare main as an int routine so gcc doesn't complain, even though it | klm | 1998-04-28 | 2 | -2/+2 | |
| | | | | | doesn't return an int. | |||||
| * | Misuse of %s in format string for LEGAL_PARENT_[UG]ID was causing | klm | 1998-04-28 | 1 | -3/+3 | |
| | | | | | | | | segmentation fault when bad id was detected. Declare main as an int routine so gcc doesn't complain, even though it doesn't return an int. | |||||
| * | Added private_wrapper entry, for the private-archives cgi wrapper. | mailman | 1998-04-11 | 1 | -1/+5 | |
| | | ||||||
| * | John consolidated the cgi wrappers into a single source file. | mailman | 1998-04-03 | 11 | -901/+96 | |
| | | ||||||
| * | I seem to have the right gid now - mail seems to be running as | mailman | 1998-03-30 | 1 | -1/+1 | |
| | | | | | daemon/other on my (sol 2.6) system. | |||||
| * | Added roster_wrapper target, for new (actually, extracted from | mailman | 1998-03-30 | 1 | -1/+5 | |
| | | | | | subscribe functionality) subscriber-roster. | |||||
| * | *** empty log message *** | klm | 1998-03-30 | 1 | -0/+107 | |
| | | ||||||
| * | Do not depend on write access to an arbitrary file name in /tmp for | klm | 1998-03-08 | 1 | -5/+6 | |
| | | | | | logging - just print to stdout for now. (Is this a security breach??) | |||||
| * | Not using /tmp/fart file, using regular print's instead - otherwise | mailman | 1998-03-08 | 1 | -4/+4 | |
| | | | | | | the program can be trivially made to fail by creating /tmp/fart such that daemon cannot overwrite it. | |||||
| * | Reverting to original setting that worked, despite the fact that i | mailman | 1998-03-05 | 1 | -1/+1 | |
| | | | | | changed the mailman account GID. | |||||
| * | Track the change of the mailman group. | mailman | 1998-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Initial revision | mailman | 1998-02-27 | 10 | -0/+902 | |
| | | ||||||
| * | We use smtp's uid and gid - which happens to be that of root. Am i | mailman | 1998-02-26 | 1 | -2/+2 | |
| | | | | | doing the wrong thing? It works, but i'm not clear about this. | |||||
| * | Initial revision | mailman | 1998-02-26 | 1 | -0/+135 | |
