-
roamer committed patchset 273 of module qmailadmin to the QmailAdmin CVS repository, changing 2 files.
2009-09-10 12:37:19 UTC in QmailAdmin
-
Here's a patch, from the FreeBSD port of 5.4.17, that
adds various sanity checks and minor optimizations in
several places in the vpopmail source.
If the patch does not come through for any reason, it
is also available at
http://people.freebsd.org/~roam/patches/vpopmail/range-opt.patch.
2006-10-08 18:52:48 UTC in vpopmail - virtual domains for qmail
-
Here's patch, from the FreeBSD port of 5.4.17, to fix
the child process handling in several places: call
waitpid(3) with the right parameters, pass it the
correct process ID, and examine its exit status
properly. The latter is the most important part IMHO —
a process may not have a meaningful exit code if it did
not exit gracefully, but was killed by a signal instead.
If the patch...
2006-10-08 18:47:08 UTC in vpopmail - virtual domains for qmail
-
Here's a patch, from the FreeBSD port of 5.4.17, to
dynamically allocate the sortdata[] array. As the
comments seem to imply, this was the original intent;
well, do it, and handle some error conditions properly.
If the patch does not come through for any reason, it
is also available at
http://people.freebsd.org/~roam/patches/vpopmail/vpopmail-dynalloc-sortdata.patch.
2006-10-08 18:44:38 UTC in vpopmail - virtual domains for qmail
-
Here's a patch, from the FreeBSD port of 5.4.17, to
actually make vpgsql.c compile - the changes to make it
remove log entries for deleted users and domains had a
misspelled name of a variable and of a PostgreSQL routine.
This patch is actually meant to be applied after the
--enable-sql-remove-deleted patch (SourceForge
#1573275), but it should be trivial to fish out the
misspellings...
2006-10-08 18:42:48 UTC in vpopmail - virtual domains for qmail
-
Here's a patch, from the FreeBSD port of 5.4.17, that
simply adds an "#include " to vpgsql.c, now
that the PostgreSQL backend uses tolower(3) to convert
the table names to lower case.
If the patch does not come through for any reason, it
is also available at
http://people.freebsd.org/~roam/patches/vpopmail/vpgsql-ctype.patch.
2006-10-08 18:39:02 UTC in vpopmail - virtual domains for qmail
-
Here's a patch, from the FreeBSD port of 5.4.17, to
avoid a race condition in scanning a domain directory
for .qmail-style aliases. In the current code, there is
a time of check vs. time of use race condition: the
valias_select_names() routine does an opendir / readdir
/ closedir loop, counts the files, allocates memory,
and then does another opendir / readdir / closedir
loop. If anybody...
2006-10-08 18:36:44 UTC in vpopmail - virtual domains for qmail
-
Here's a patch, from the FreeBSD port of 5.4.17, to let
vdelivermail set the SHELL environment variable
properly before invoking an external program. Some
shells set this variable by default, but others do not,
and some scripts may be slightly confused.
If the patch does not come through for any reason, it
is also available at...
2006-10-08 18:34:37 UTC in vpopmail - virtual domains for qmail
-
Here's a patch, from the FreeBSD port of 5.4.17, to
make the new getpass code in vchangepw.c Do The Right
Thing(tm) if the user disconnects before entering her
current password — fgets(3) may return an empty string
or a non-CR/LF-delimited string.
If the patch does not come through for any reason, it
is also available at...
2006-10-08 18:32:11 UTC in vpopmail - virtual domains for qmail
-
Logged In: YES
user_id=15649
Oops, actually the URL for the patch
ishttp://people.freebsd.org/~roam/patches/vpopmail/README.vpopmaild.patch.
2006-10-08 18:30:20 UTC in vpopmail - virtual domains for qmail