You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(18) |
Oct
(28) |
Nov
(9) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(37) |
Feb
(16) |
Mar
|
Apr
(11) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(6) |
Sep
(6) |
Oct
(8) |
Nov
(14) |
Dec
(20) |
2005 |
Jan
(11) |
Feb
(8) |
Mar
(7) |
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
(7) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
(11) |
Mar
|
Apr
(2) |
May
(7) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
2008 |
Jan
(5) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(12) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <tom...@us...> - 2004-01-02 05:36:57
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv32350 Added Files: ChangeLog Removed Files: CHANGELOG Log Message: rename CHANGELOG to proper ChangeLog --- NEW FILE: ChangeLog --- Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. 1.2.0-rc2 - released 1-Jan-04 Tom Collins - Added comment and added minor fix to ##z macro in template.c. - Fix Makefile.am to use correct owner/group/perm for install-strip. [864310] - Change html/header to use ##D instead of ##H in title. Rick Widmer - Remove fclose(NULL) call in alias.c. - Add html/README with information on template macros. 1.2.0-rc1 - released 21-Dec-03 Michael Bowe - Update to configure.in for libtools 2.57 compatability. [858201] [...1719 lines suppressed...] - Added modify autoresponder feature. - added auto detection of client browser compression. If the browser supports gzip or x-gzip compression then the page is compressed and sent to the browser. - re-organized code into multiple files based on features user.c alias.c forward.c autorespond.c mailinglist.c - added GPL license. - wrote first INSTALL doc 0.16 - fixed memory error due to null termination of content length --- CHANGELOG DELETED --- |
From: <tom...@us...> - 2004-01-02 05:34:09
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1:/tmp/cvs-serv32109/html Modified Files: header.html Log Message: fix title to include domain name Index: header.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/header.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- header.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ header.html 2 Jan 2004 05:34:05 -0000 1.2 @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRansitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> - <title>QmailAdmin ##H</title> + <title>QmailAdmin ##D</title> <meta http-equiv="content-type" content="text/html; charset=##X000"> <meta name="robots" content="noindex,follow"> |
From: <tom...@us...> - 2004-01-02 05:33:20
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv32005 Modified Files: CHANGELOG Log Message: prepare for 1.2.0-rc2 release Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- CHANGELOG 24 Dec 2003 04:45:39 -0000 1.25 +++ CHANGELOG 2 Jan 2004 05:33:16 -0000 1.26 @@ -1,10 +1,17 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. -1.2.0 - unreleased +1.2.0-rc2 - released 1-Jan-04 Tom Collins - Added comment and added minor fix to ##z macro in template.c. + - Fix Makefile.am to use correct owner/group/perm for + install-strip. [864310] + - Change html/header to use ##D instead of ##H in title. + + Rick Widmer + - Remove fclose(NULL) call in alias.c. + - Add html/README with information on template macros. 1.2.0-rc1 - released 21-Dec-03 |
From: <tom...@us...> - 2004-01-02 05:30:52
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1:/tmp/cvs-serv31741/html Modified Files: README Log Message: Update from Rick Widmer (patch 867305) Index: README =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 29 Dec 2003 03:33:38 -0000 1.1 +++ README 2 Jan 2004 05:30:47 -0000 1.2 @@ -7,15 +7,13 @@ When QmailAdmin encounters ## while parsing a template file, it looks at the following character and replaces ## and the character with the -information listed below. ##X is a special case. It is always -followed by three numbers, which are used as an index into the -translation dictionary. +information listed below. The templates which use each value are listed below each item. -Tag values H, Q, R, r, W, w are not defined in the source code. +Tag values H, n, Q, R, r, W, w are not defined in the source code. -Tag values b, l, m, N, n, O are defined in template.c, but never +Tag values b, f, h, l, m, N, O are defined in template.c, but never used in a current template. N isn't used anywhere either, but it might be handy to use. If the rest are obsolete it may be best to remove them. @@ -168,12 +166,40 @@ ------------------------------------------------------------------------- -##i Check for user forward and forward/store vacation. Calls function - check_user_forward_vacation +##i? Check for user forward and forward/store vacation. Calls function + check_user_forward_vacation. This accepts a number after the letter + in place of the ?. Values are: + + 0 return 'checked ' if there is no .qmail file + (Standard delivery) + + 1 return 'checked ' if this is a forward + + 2 return address forwarded to + + 3 return 'checked ' if local copy is to be saved + + 4 return 'checked ' if vacation message + + 5 return subject of vacation message + + 6 return body of vacation message + + 7 return gecos (real name) field from vauth_getpw + + 8 return 'checked ' if this is a blackhole + + 9 return 'checked ' if spam checking is enabled mod_user (10 times). +Note: check_user_forward_vacation is terribly inefficient. This needs to +check for the first use of any of its request values and do all its file +reading ONE TIME, storing values in static variables for the rest of the +calls. (May need to make sure we are still looking at the same user as +the one data is buffered for.) + ------------------------------------------------------------------------- ##J Show mailbox flag status. Calls function check_mailbox_flags. @@ -342,10 +368,42 @@ ------------------------------------------------------------------------- -##t Transmit block? This calls function transmit_block. +##t? Contitionally Transmit a block of text. This calls function + transmit_block. It requires one character parameter to replace + the ?. This character defines a condition, and the text between + the beginning block and the end marker ##tt will only be + sent if the condition is met. The possible condition values are: + + a Administrative commands. Unless the user is an + administrator, the text within a ##ta block will + not be sent. + + h Help. This text will only be sent if + --enable-help was set in ./configure. + + m MySQL. This text will only be sent if + --enable-exmlm-mysql was set in ./configure. + + q Modify Quota. This text will only be sent if + --enable-modify-quota was set in ./configure. + + s Modify Spam. This text will only be sent if + --enable-modify-spam was set in ./configure. + + t This is the end tag. All text after this will + be sent normally. + + u User. Not administrator. This is the opposite of + the 'a' tag, and can be used to provide an alternate + value for non-administrators. add_user (4 times), mod_user (18 times), show_login (2 times) +Rather than using a/u it might be a good idea to use a/A. A lower case +value is displayed when the thing is set, and the upper case is displayed +when the thing is not set. That way if someone needs to do something +on not modify-spam they can use S. Maybe it will never happen, but it +happened with a/u so why not the others... ------------------------------------------------------------------------- @@ -403,9 +461,10 @@ ------------------------------------------------------------------------- -##X Dictionary line, we three more chars for the line. What ever - that means... This gets a block of text from the dictionary - and displays it in the template. +##X??? This tag gets a block of text from the dictionary and displays + it in the template. This tag is always followed by three + digits, which are used as an index into the translation + dictionary. Used in every template, plus header. |
From: <tom...@us...> - 2004-01-02 05:25:26
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv31109 Modified Files: Makefile.am Makefile.in Log Message: fix for install-strip Index: Makefile.am =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 24 Dec 2003 05:57:57 -0000 1.7 +++ Makefile.am 2 Jan 2004 05:25:21 -0000 1.8 @@ -15,6 +15,7 @@ # Install qmailadmin setuid to @vpopuser@ # INSTALL_PROGRAM=${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_STRIP_PROGRAM=${INSTALL_PROGRAM} -s bindir=@cgibindir@ bin_PROGRAMS=@CGIBINTARGETS@ Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.in 24 Dec 2003 05:57:57 -0000 1.10 +++ Makefile.in 2 Jan 2004 05:25:21 -0000 1.11 @@ -87,6 +87,7 @@ # Install qmailadmin setuid to @vpopuser@ # INSTALL_PROGRAM = ${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_STRIP_PROGRAM = ${INSTALL_PROGRAM} -s bindir = @cgibindir@ bin_PROGRAMS = @CGIBINTARGETS@ |
From: <tom...@us...> - 2003-12-29 03:33:41
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1:/tmp/cvs-serv31715/html Added Files: README Log Message: Add Rick Widmer's information on html templates. --- NEW FILE: README --- Information regarding HTML templates and macro substitutions. Contributed 12/2003 by Rick Widmer. Template substitution values for QmailAdmin Version 1.2.0 --------------------------------------------------------- When QmailAdmin encounters ## while parsing a template file, it looks at the following character and replaces ## and the character with the information listed below. ##X is a special case. It is always followed by three numbers, which are used as an index into the translation dictionary. The templates which use each value are listed below each item. Tag values H, Q, R, r, W, w are not defined in the source code. Tag values b, l, m, N, n, O are defined in template.c, but never used in a current template. N isn't used anywhere either, but it might be handy to use. If the rest are obsolete it may be best to remove them. Tag value H is not defined in template.c but is used in header.html. To see which templates use a particular tag: grep -c '##A' * | grep -v ':0' | less Change '##A' to the tag of interest. To see which templates do NOT use a particular tag, leave '-v' out of the second grep. ------------------------------------------------------------------------- ##A Send the user name currently being acted upon. (ActionUser) If postmaster was editing someone this would be someone. add_listdig, add_listmod, add_listuser, del_autorespond_confirm, del_forward_confirm, del_listdig, del_listmod, del_listuser, del_mailinglist_confirm, del_user_confirm, mod_autorespond, mod_dotqmail, mod-mailinglist-idx, mod-user, show_digest_subscribers, show_moderators, show_subscribers ------------------------------------------------------------------------- ##a Send the Alias of a mailing list. (Alias) mod_mailinglist ------------------------------------------------------------------------- ##B Show number of pop accounts. If MaxPopAccounts is > -1 then it shows (MaxPopAccounts) else it shows string 229 [unlimited]. show_users ------------------------------------------------------------------------- ##b Show the lines inside a alias table. Calls function show_dowqmail_lines. not used in any current template files. ------------------------------------------------------------------------- ##C Send the CGIPATH. This is frequently used as part of the Action= in forms, and in building URLs for links. (CGIPATH) Used in ALL templates. Not used in header, footer or colortable. ------------------------------------------------------------------------- ##c Show the lines inside a mailing list table. Calls the function show_mailing_list_line2. add_user ------------------------------------------------------------------------- ##D Send the domain name. (Domain) Used in all templates except show_login. ------------------------------------------------------------------------- ##d Show the lines inside a forward table. Calls the function show_dotqmail_lines. show_forwards ------------------------------------------------------------------------- ##E This will be used to parse mod_mailinglist-idx.html. Calls the function show_current_list_values. add_mailinglist-idx, mod_mailinglist-idx ------------------------------------------------------------------------- ##e calls show_mailing_list_line. Displays a block of mailing lists. show_mailinglist ------------------------------------------------------------------------- ##F Display the contents of the autoresponder's message file. This is a fairly long block of inline code, with a note it should be moved to another file. mod_autorespond ------------------------------------------------------------------------- ##f Show the forwards. Calls show_forwards. not used in any template files. ------------------------------------------------------------------------- ##G Show the mailing list Digetst Subscribers. This calls function show_list_group_now(2). show_digest_subscribers ------------------------------------------------------------------------- ##g Show the lines inside a autorespond table. Calls the function show_autorespond_line. show_autorespond ------------------------------------------------------------------------- ##H not used header.html ------------------------------------------------------------------------- ##h Show the counts, not sure which ones... Calls function show_counts. not used in any current templates. ------------------------------------------------------------------------- ##I No comment in source code. Calls function show_dotqmail_file. mod_dotqmail ------------------------------------------------------------------------- ##i Check for user forward and forward/store vacation. Calls function check_user_forward_vacation mod_user (10 times). ------------------------------------------------------------------------- ##J Show mailbox flag status. Calls function check_mailbox_flags. mod_user (8 times) ------------------------------------------------------------------------- ##j Show number of mailing lists. If (MaxMailingLists) > -1 this returns (CurrMailingLists)/(MaxMailingLists) else it returns (CurrMailingLists) followed by text string 229 [unlimited]. show_mailinglist ------------------------------------------------------------------------- ##K Show number of autoresponders. If (MaxForwards) > -1 this returns (CurrAutoResponders)/(MaxAutoResponders) else it returns (CurrAutoResponders) followed by text string 229 [unlimited]. show_autorespond ------------------------------------------------------------------------- ##k Show number of forwards. If (MaxForwards) > -1 this returns (CurForwards)/(MaxForwards) else it returns (CurForwards) followed by text string 229 [unlimited]. show_forwards ------------------------------------------------------------------------- ##L Login username. If (Username) is set it is shown, elseif "user=" is set in the Get parms it is used, else the string 'postmaster' is sent. If postmaster was editing someone this would be postmaster. show_login ------------------------------------------------------------------------- ##l Show the aliases stuff. This calls function show_aliases. not used in any current templates. ------------------------------------------------------------------------- ##M Show the mailing list subscribers. The function show_list_group_now is called. show_subscribers ------------------------------------------------------------------------- ##m Show the mailing lists. The function show_mailing_lists is called. not used in any current templates. ------------------------------------------------------------------------- ##N Parse include files. This is a fairly long section of inline code that either displays a template file doing ## substitution or sometimes displays text string 144. [file permission error] not used in any current templates. ------------------------------------------------------------------------- ##n not used. not used in any current templates. ------------------------------------------------------------------------- ##O Build a pulldown menu of all POP/IMAP users. This calls function vauth_getall then builds an option tag for each entry returned. <option value=(pw_name)>(pw_name)</option> not used in any current templates. ------------------------------------------------------------------------- ##o Show the mailing list moderators. This calls function show_list_groupnow. show_moderators ------------------------------------------------------------------------- ##P Display mailing list prefix. This calls function get_mailinglist_prefix. mod_mailinglist-idx ------------------------------------------------------------------------- ##p Show POP/IMAP users. This calls function show_user_lines. show_users ------------------------------------------------------------------------- ##Q not used not used in any current templates. ------------------------------------------------------------------------- ##q Display user's quota. This prints the quota in megabytes, or if the user is a DOMAIN_ADMIN the string 'NOQUOTA', else text string 229 [unlimited]. mod_user ------------------------------------------------------------------------- ##R not used not used in any current templates. ------------------------------------------------------------------------- ##r Show the autoresponder stuff. This calls function show_autoresponders. not used in any current templates. ------------------------------------------------------------------------- ##S Send the status message parameter. (StatusMessage) used in ALL templates ------------------------------------------------------------------------- ##s Show the catchall name. Calls the function get_catchall. show_users ------------------------------------------------------------------------- ##T Send the time parameter. (Mytime) used in every template except show_login. (2-3 times in most) ------------------------------------------------------------------------- ##t Transmit block? This calls function transmit_block. add_user (4 times), mod_user (18 times), show_login (2 times) ------------------------------------------------------------------------- ##U Send the username parameter. (Username) used in every template except show_login. (2-3 times in most) ------------------------------------------------------------------------- ##u Show the users. This calls function show_users not used in any current template. ------------------------------------------------------------------------- ##V Show version number. This is a link to the sourceforge.net website for qmailadmin, and the inter7.com website. QA_PACKAGE is appended to the URL, and QA_VERSION is the string that is displayed as the link. show_login ------------------------------------------------------------------------- ##v Display the main menu. This is a fairly long section of inline code, with a note that it should be moved to a function. It checks various things to decide which items should appear in the main menu. Quite a few text strings are conditionally displayed. 001 [iso-8859-1], 061 [Email Accounts], 077 [Mail Robots], 080 [List], 111 [Modify User], 122 [Forwards], 124 [Quick Links], 125 [New Email Account], 127 [New Forward], 128 [New Mail Robot], 129 [New Mailing List], 229 [unlimited], 249 [Quota], 253 [Limit:], 254 [Used:] main_menu ------------------------------------------------------------------------- ##W not used not used in any current templates. ------------------------------------------------------------------------- ##w not used not used in any current templates. ------------------------------------------------------------------------- ##X Dictionary line, we three more chars for the line. What ever that means... This gets a block of text from the dictionary and displays it in the template. Used in every template, plus header. ------------------------------------------------------------------------- ##x Exit / logout link/text */ This builds a link with the url returned by get_session_val("returnhttp and the link is get_session_val("returntext"). Used in every template except show_login. ------------------------------------------------------------------------- ##Y Return text. This calls get_session_val("returntext=") show_login ------------------------------------------------------------------------- ##y Return http. This calls get_session_val("returnhttp=") show_login ------------------------------------------------------------------------- ##Z Send the image URL directory. Used to create the path for <IMG> tags. (IMAGEURL) mail_menu, show_login ------------------------------------------------------------------------- ##z Send the domain name for the show_login page. If Domain is set it is used, else if "dom=" is set in the incoming URL its value is used, else if DOMAIN_AUTOFILL is set the domain name being viewed, else nothing is sent. show_login |
From: <tom...@us...> - 2003-12-26 18:56:36
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv31183 Modified Files: alias.c Log Message: fix from Rick Widmer to remove fsclose(NULL) call Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- alias.c 10 Oct 2003 16:36:24 -0000 1.2 +++ alias.c 26 Dec 2003 18:56:33 -0000 1.3 @@ -115,7 +115,6 @@ fprintf(actout,"<tr><td colspan=4>"); fprintf(actout,"%s %s", get_html_text("144"), mydirent->d_name); fprintf(actout,"</td></tr>\n"); - fclose(fs); continue; } for(i=7,j=0;j<MAX_FILE_NAME-1&&mydirent->d_name[i]!=0;++i,++j) { |
From: <tom...@us...> - 2003-12-24 05:58:00
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv5795 Modified Files: Makefile.am Makefile.in Log Message: add missing AM_INSTALL_PROGRAM_FLAGS Index: Makefile.am =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 24 Dec 2003 05:53:28 -0000 1.6 +++ Makefile.am 24 Dec 2003 05:57:57 -0000 1.7 @@ -14,7 +14,7 @@ # # Install qmailadmin setuid to @vpopuser@ # -INSTALL_PROGRAM=${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ +INSTALL_PROGRAM=${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ $(AM_INSTALL_PROGRAM_FLAGS) bindir=@cgibindir@ bin_PROGRAMS=@CGIBINTARGETS@ Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.in 24 Dec 2003 05:53:28 -0000 1.9 +++ Makefile.in 24 Dec 2003 05:57:57 -0000 1.10 @@ -86,7 +86,7 @@ # # Install qmailadmin setuid to @vpopuser@ # -INSTALL_PROGRAM = ${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ +INSTALL_PROGRAM = ${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ $(AM_INSTALL_PROGRAM_FLAGS) bindir = @cgibindir@ bin_PROGRAMS = @CGIBINTARGETS@ |
From: <tom...@us...> - 2003-12-24 05:53:31
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv5403 Modified Files: Makefile.am Makefile.in Log Message: better way to set user/group/perm during install Index: Makefile.am =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 24 Dec 2003 05:21:29 -0000 1.5 +++ Makefile.am 24 Dec 2003 05:53:28 -0000 1.6 @@ -14,7 +14,7 @@ # # Install qmailadmin setuid to @vpopuser@ # -INSTALL=@INSTALL@ -o @vpopuser@ -m 6755 -g @vpopgroup@ +INSTALL_PROGRAM=${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ bindir=@cgibindir@ bin_PROGRAMS=@CGIBINTARGETS@ Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.in 24 Dec 2003 05:21:29 -0000 1.8 +++ Makefile.in 24 Dec 2003 05:53:28 -0000 1.9 @@ -42,7 +42,8 @@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) + +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ @@ -85,7 +86,7 @@ # # Install qmailadmin setuid to @vpopuser@ # -INSTALL = @INSTALL@ -o @vpopuser@ -m 6755 -g @vpopgroup@ +INSTALL_PROGRAM = ${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ bindir = @cgibindir@ bin_PROGRAMS = @CGIBINTARGETS@ |
From: <tom...@us...> - 2003-12-24 05:22:08
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv1827 Modified Files: template.c Log Message: add missing */ Index: template.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/template.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- template.c 24 Dec 2003 04:44:52 -0000 1.4 +++ template.c 24 Dec 2003 05:22:05 -0000 1.5 @@ -607,6 +607,7 @@ /* display domain on login page (last used, value of dom in URL, * or guess from hostname in URL). + */ case 'z': if( strlen(Domain) > 0 ) { printf("%s", Domain); |
From: <tom...@us...> - 2003-12-24 05:21:32
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv1750 Modified Files: Makefile.am Makefile.in Log Message: fix Makefile to use correct owner/group/perms for install-strip [864310] Index: Makefile.am =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 19 Dec 2003 17:24:14 -0000 1.4 +++ Makefile.am 24 Dec 2003 05:21:29 -0000 1.5 @@ -14,7 +14,7 @@ # # Install qmailadmin setuid to @vpopuser@ # -AM_INSTALL_PROGRAM_FLAGS= -o @vpopuser@ -m 6755 -g @vpopgroup@ +INSTALL=@INSTALL@ -o @vpopuser@ -m 6755 -g @vpopgroup@ bindir=@cgibindir@ bin_PROGRAMS=@CGIBINTARGETS@ Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.in 19 Dec 2003 17:24:14 -0000 1.7 +++ Makefile.in 24 Dec 2003 05:21:29 -0000 1.8 @@ -42,8 +42,6 @@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ - -INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -87,7 +85,7 @@ # # Install qmailadmin setuid to @vpopuser@ # -AM_INSTALL_PROGRAM_FLAGS = -o @vpopuser@ -m 6755 -g @vpopgroup@ +INSTALL = @INSTALL@ -o @vpopuser@ -m 6755 -g @vpopgroup@ bindir = @cgibindir@ bin_PROGRAMS = @CGIBINTARGETS@ |
From: <tom...@us...> - 2003-12-24 04:45:42
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv29993 Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- CHANGELOG 23 Dec 2003 03:36:11 -0000 1.24 +++ CHANGELOG 24 Dec 2003 04:45:39 -0000 1.25 @@ -1,6 +1,11 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. +1.2.0 - unreleased + + Tom Collins + - Added comment and added minor fix to ##z macro in template.c. + 1.2.0-rc1 - released 21-Dec-03 Michael Bowe |
From: <tom...@us...> - 2003-12-24 04:44:56
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv29868 Modified Files: template.c Log Message: add comment for ##z, fix GetValue() call in code for ##z. Index: template.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/template.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- template.c 9 Dec 2003 01:08:42 -0000 1.3 +++ template.c 24 Dec 2003 04:44:52 -0000 1.4 @@ -605,10 +605,12 @@ fprintf(actout, "%s", IMAGEURL); break; + /* display domain on login page (last used, value of dom in URL, + * or guess from hostname in URL). case 'z': if( strlen(Domain) > 0 ) { printf("%s", Domain); - } else if(TmpCGI && GetValue(TmpCGI, value," dom=", sizeof(value))==0) { + } else if(TmpCGI && GetValue(TmpCGI, value, "dom=", sizeof(value))==0) { printf("%s", value); #ifdef DOMAIN_AUTOFILL } else { |
From: <tom...@us...> - 2003-12-23 03:36:14
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv13416 Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- CHANGELOG 22 Dec 2003 04:37:10 -0000 1.23 +++ CHANGELOG 23 Dec 2003 03:36:11 -0000 1.24 @@ -10,6 +10,9 @@ - Use AM_INSTALL_PROGRAM_FLAGS instead of chown/chgrp/chmod in Makefile. [827196] + Andrea Riela (reviewed by Davide Guinchi) + - Updates to Italian translation. + 1.2.0-pre1 - released 9-Dec-03 Tom Collins |
From: <tom...@us...> - 2003-12-23 03:35:16
|
Update of /cvsroot/qmailadmin/qmailadmin/lang In directory sc8-pr-cvs1:/tmp/cvs-serv13302 Modified Files: it Log Message: updates from Andrea Riela, reviewed by Davide Guinchi Index: it =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/lang/it,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- it 14 Sep 2003 05:35:24 -0000 1.2 +++ it 23 Dec 2003 03:35:11 -0000 1.3 @@ -1,8 +1,8 @@ 000 iso-8859-1 001 Menu principale 002 Casella -003 Aggiungi Autoresponder: -004 Nome Autoresponder: +003 Aggiungi Autorisponditore: +004 Nome Autorisponditore: 005 Indirizzo Email del gestore: 006 Oggetto: 007 Aggiungi Forward: @@ -42,9 +42,9 @@ 074 Forward 075 Forward 076 Aggiungi nuovo Forward -077 Autoresponder -078 Autoresponder -079 Nuovo Autoresponder +077 Autorisponditori +078 Autorisponditore +079 Nuovo Autorisponditore 080 Liste di Distribuzione 081 Lista 082 Cancella @@ -70,7 +70,7 @@ 102 Cancella Iscritto 103 Inoltra messaggi 104 Si, inoltrare a: -105 Modifica autoresponder +105 Modifica autorisponditore 106 Nome 107 Contenuti 108 Aggiungi Indirizzo Email @@ -88,12 +88,12 @@ 120 non puo' essere aggiunto 121 Alias 122 Forward -123 Mostra ridirezioni +123 Mostra redirezioni 124 Collegamenti veloci 125 Nuove Caselle 126 Nuovi Alias 127 Nuovi Forward -128 Nuovi Autoresponder +128 Nuovi Autorisponditori 129 Nuove Liste di Distribuzione 130 Messaggi a destinatari inesistenti: respinti 131 Non ci sono altri utenti, ritornare alla pagina precedente @@ -102,7 +102,7 @@ 134 Respingi messaggi per destinatari inesistenti 135 Pagina precedente 136 Aggiorna pagina -137 Prossima pagina +137 Pagina successiva 138 Digitare password 139 password modificata con successo 140 Impossibile cambiare password @@ -145,10 +145,10 @@ 177 Indirizzo Email del gestore non valido 178 Inserire un Oggetto 179 Inserire che cosa va spedito -180 Autoresponder aggiunto con successo +180 Autorisponditore aggiunto con successo 181 Impossibile cancellare l'autorisponditore -182 Autoresponder cancellato con successo -183 Autoresponder modificato con successo +182 Autorisponditore cancellato con successo +183 Autorisponditore modificato con successo 184 Raggiunto numero massimo di liste di distribuzione 185 Impossibile cancellare il documento 186 Lista di distribuzione cancellata con successo @@ -170,16 +170,16 @@ 202 Dove i parametri sono: 203 Indirizzo Email rimosso dalla lista di distribuzione 204 Vai -205 Disabilita Autoresponder +205 Disabilita Autorisponditore 206 Predisponi il catch-all account 207 Predisponi il catch-all account 208 Indirizzo catch-all account: 209 Abilita Forward 210 Abilita Salvataggio Copia e Forward 211 Inoltra Casella a: -212 Abilita Autoresponder -213 Oggetto Autoresponder: -214 Messaggio Autoresponder: +212 Abilita Autorisponditore +213 Oggetto Autorisponditore: +214 Messaggio Autorisponditore: 215 E' necessario un indirizzo di inoltro 216 E' necessario l'oggetto 217 Aggiorna Menu @@ -198,12 +198,12 @@ 230 Totale Iscritti: 231 Nessuna Lista da mostrare 232 Nessun Alias/Forward da mostrare -233 Nessun Autoresponder da mostrare +233 Nessun Autorisponditore da mostrare 234 Per cortesia digitare la parola d'ordine 235 Cancella messaggi per i destinatari inesistenti 236 Messaggi a destinatari inesistenti: cancellati -237 Aggiungi<br>Digest Subscriber -238 Cancella<br>Digest Subscriber +237 Aggiungi<br>Iscritto Digest +238 Cancella<br>Iscritto Digest 239 Mostra<br>Digest Subscribers 240 Indirizzo Email aggiunto com digest subscriber alla mailing list 241 Aggiungi Digest Subscriber alla mailing list @@ -221,22 +221,22 @@ 253 Limite: 254 Usato: 255 Account Totali: -256 Prefix -257 Help per l'utente -258 Help per l'amministratore -259 Indice Help -260 Routing +256 Prefisso +257 Aiuto per l'utente +258 Aiuto per l'amministratore +259 Indice Aiuto +260 Instradamento 261 nome lista 262 Messaggi postati 263 Tutti possono postare. -264 Solo gli iscritti possono postare, altri rifiutati. -265 Solo gli iscritti possono postare, altri al moderatore per approvazione. -266 Solo i moderatori possono postare, altri rifiutati. -267 Solo i moderatori possono postare, altri al moderatore per approvazione. +264 Solo gli iscritti possono inviare, altri mittenti sono rifiutati. +265 Solo gli iscritti possono inviare, altri mittenti oltre al moderatore richiedono l'approvazione. +266 Solo i moderatori possono inviare, altri mittenti sono rifiutati. +267 Solo i moderatori possono inviare, altri mittenti oltre al moderatore richiedono l'approvazione. 268 Opzioni Lista -269 Oggeto con Prefix <B>[%s]</B>. +269 Oggeto con Prefisso <B>[%s]</B>. 270 Includi un trailer alla fine di ogni messaggio. -271 Setta una versione digest della lista. +271 Imposta una versione digest della lista. 272 Chiamato %s-digest. 273 Richieste di servizio inviate a %s-request. 274 In aggiunta a %s-subscribe, %s-unsubscribe, etc. gli utenti possono inviare comandi a %s-request. @@ -261,7 +261,7 @@ 293 aperto a tutti 294 limitato agli iscritti 295 limitato ai moderatori -296 Impostazioni Mailbox +296 Impostazioni Casella 297 attivo 298 disattivo 299 Impostazione0 @@ -275,7 +275,7 @@ 307 Quota non valida 308 Quota impostata a illimitata 309 Quota impostata a %s bytes -310 Risposte andranno a +310 Le risposte andranno a 311 il mittente originale 312 l'intera lista 313 l'indirizzo |
From: <tom...@us...> - 2003-12-22 04:37:14
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv24184 Modified Files: configure.in configure CHANGELOG Log Message: release as 1.2.0-rc1 Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- configure.in 17 Dec 2003 19:59:29 -0000 1.10 +++ configure.in 22 Dec 2003 04:37:10 -0000 1.11 @@ -6,7 +6,7 @@ AC_CANONICAL_HOST QA_PACKAGE="qmailadmin" -QA_VERSION="1.2.0-pre1" +QA_VERSION="1.2.0-rc1" AC_DEFINE_UNQUOTED(QA_PACKAGE,"$QA_PACKAGE","") AC_DEFINE_UNQUOTED(QA_VERSION,"$QA_VERSION","") Index: configure =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- configure 17 Dec 2003 19:59:30 -0000 1.6 +++ configure 22 Dec 2003 04:37:10 -0000 1.7 @@ -846,7 +846,7 @@ QA_PACKAGE="qmailadmin" -QA_VERSION="1.2.0-pre1" +QA_VERSION="1.2.0-rc1" cat >> confdefs.h <<EOF #define QA_PACKAGE "$QA_PACKAGE" Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- CHANGELOG 21 Dec 2003 16:05:09 -0000 1.22 +++ CHANGELOG 22 Dec 2003 04:37:10 -0000 1.23 @@ -1,7 +1,7 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. -1.2.0-pre2 - unreleased +1.2.0-rc1 - released 21-Dec-03 Michael Bowe - Update to configure.in for libtools 2.57 compatability. [858201] |
From: <tom...@us...> - 2003-12-21 16:05:12
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv21404 Modified Files: CHANGELOG Log Message: Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- CHANGELOG 10 Dec 2003 05:48:46 -0000 1.21 +++ CHANGELOG 21 Dec 2003 16:05:09 -0000 1.22 @@ -1,6 +1,15 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. +1.2.0-pre2 - unreleased + + Michael Bowe + - Update to configure.in for libtools 2.57 compatability. [858201] + + Tom Collins + - Use AM_INSTALL_PROGRAM_FLAGS instead of chown/chgrp/chmod in + Makefile. [827196] + 1.2.0-pre1 - released 9-Dec-03 Tom Collins |
From: <tom...@us...> - 2003-12-19 17:24:17
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv29535 Modified Files: Makefile.am Makefile.in Log Message: use AM_INSTALL_PROGRAM_FLAGS instead of chown/chgrp/chmod when installing qmailadmin Index: Makefile.am =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 24 Nov 2003 06:10:27 -0000 1.3 +++ Makefile.am 19 Dec 2003 17:24:14 -0000 1.4 @@ -11,6 +11,11 @@ PACKAGE=@QA_PACKAGE@ VERSION=@QA_VERSION@ +# +# Install qmailadmin setuid to @vpopuser@ +# +AM_INSTALL_PROGRAM_FLAGS= -o @vpopuser@ -m 6755 -g @vpopgroup@ + bindir=@cgibindir@ bin_PROGRAMS=@CGIBINTARGETS@ EXTRA_PROGRAMS=qmailadmin @@ -41,15 +46,6 @@ dotqmail.o: config.h qmailadmin.h qmailadminx.h DEFS=-I. @auth_incs@ - -# -# Install qmailadmin setuid to @vpopuser@ -# - -install-exec-local: - chown @vpopuser@ $(DESTDIR)$(bindir)/@QA_PACKAGE@ - chgrp @vpopgroup@ $(DESTDIR)$(bindir)/@QA_PACKAGE@ - chmod u+s,g+s $(DESTDIR)$(bindir)/@QA_PACKAGE@ # Maintainer stuff Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.in 17 Dec 2003 19:59:30 -0000 1.6 +++ Makefile.in 19 Dec 2003 17:24:14 -0000 1.7 @@ -84,6 +84,11 @@ PACKAGE = @QA_PACKAGE@ VERSION = @QA_VERSION@ +# +# Install qmailadmin setuid to @vpopuser@ +# +AM_INSTALL_PROGRAM_FLAGS = -o @vpopuser@ -m 6755 -g @vpopgroup@ + bindir = @cgibindir@ bin_PROGRAMS = @CGIBINTARGETS@ EXTRA_PROGRAMS = qmailadmin @@ -312,7 +317,7 @@ all-recursive-am: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -install-exec-am: install-binPROGRAMS install-exec-local +install-exec-am: install-binPROGRAMS install-exec: install-exec-am install-data-am: install-data-local @@ -372,12 +377,11 @@ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile tags mostlyclean-tags distclean-tags \ clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ -check-am installcheck-am installcheck all-recursive-am \ -install-exec-local install-exec-am install-exec install-data-local \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +check-am installcheck-am installcheck all-recursive-am install-exec-am \ +install-exec install-data-local install-data-am install-data install-am \ +install uninstall-am uninstall all-redirect all-am all installdirs \ +mostlyclean-generic distclean-generic clean-generic \ +maintainer-clean-generic clean mostlyclean distclean maintainer-clean @SET_MAKE@ @@ -396,15 +400,6 @@ cgi.o: config.h qmailadmin.h qmailadminx.h limits.o: config.h qmailadmin.h qmailadminx.h dotqmail.o: config.h qmailadmin.h qmailadminx.h - -# -# Install qmailadmin setuid to @vpopuser@ -# - -install-exec-local: - chown @vpopuser@ $(DESTDIR)$(bindir)/@QA_PACKAGE@ - chgrp @vpopgroup@ $(DESTDIR)$(bindir)/@QA_PACKAGE@ - chmod u+s,g+s $(DESTDIR)$(bindir)/@QA_PACKAGE@ # Maintainer stuff |
From: <tom...@us...> - 2003-12-17 19:59:34
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv32417 Modified Files: configure.in aclocal.m4 Makefile.in configure config.h.in Log Message: more build changes to configure.in (for autoconf 2.57) Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- configure.in 9 Dec 2003 17:50:07 -0000 1.9 +++ configure.in 17 Dec 2003 19:59:29 -0000 1.10 @@ -14,18 +14,38 @@ AC_SUBST(QA_VERSION) dnl Checks for programs. +AC_PROG_CXX AC_PROG_CC -AC_AIX -AC_PROG_LIBTOOL +AC_PROG_CPP +AC_PROG_INSTALL +AC_PROG_LN_S +AC_PROG_MAKE_SET +AC_PROG_RANLIB + AC_ISC_POSIX dnl Checks for libraries. -dnl Replace `main' with a function in -lcrypt: AC_CHECK_LIB(crypt,crypt) AC_CHECK_LIB(shadow,crypt) -AC_CHECK_LIB(m,floor) -AC_CHECK_LIB(nsl, gethostbyaddr) -AC_CHECK_LIB(socket, getsockname) +#AC_CHECK_LIB(m,floor) +#AC_CHECK_LIB(nsl, gethostbyaddr) +#AC_CHECK_LIB(socket, getsockname) + +# Checks for typedefs, structures, and compiler characteristics. +AC_C_CONST +#AC_HEADER_STDBOOL +AC_TYPE_UID_T + +# Checks for library functions. +AC_FUNC_CLOSEDIR_VOID +#AC_FUNC_FORK +#AC_FUNC_LSTAT +#AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC +#AC_FUNC_STAT +AC_CHECK_FUNCS([dup2 memset mkdir strcasecmp strchr strdup strncasecmp strrchr strstr]) + CGIBINTARGETS=qmailadmin AC_SUBST(CGIBINTARGETS) @@ -404,21 +424,6 @@ ezmlmidx="no" ;; esac - - - -dnl Checks for header files. -AC_HEADER_DIRENT -AC_HEADER_STDC -AC_CHECK_HEADERS(unistd.h) - -dnl Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST -AC_TYPE_SIZE_T -AC_STRUCT_TM - -dnl Checks for library functions. -AC_CHECK_FUNCS(getcwd mkdir strdup strstr) AC_OUTPUT(Makefile) Index: aclocal.m4 =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/aclocal.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- aclocal.m4 23 Nov 2003 19:48:04 -0000 1.2 +++ aclocal.m4 17 Dec 2003 19:59:30 -0000 1.3 @@ -125,3330 +125,6 @@ done<<>>dnl>>) changequote([,]))]) -# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*- - -# serial 46 AC_PROG_LIBTOOL -AC_DEFUN([AC_PROG_LIBTOOL], -[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl - -# This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" [...3299 lines suppressed...] - LIBLTDL="-lltdl" - INCLTDL= - fi -]) - -# old names -AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) -AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) -AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) -AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) -AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) - -# This is just to silence aclocal about the macro not being used -ifelse([AC_DISABLE_FAST_INSTALL]) - #serial 1 # This test replaces the one in autoconf. # Currently this macro should have the same name as the autoconf macro Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.in 24 Nov 2003 06:10:27 -0000 1.5 +++ Makefile.in 17 Dec 2003 19:59:30 -0000 1.6 @@ -57,20 +57,14 @@ POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AS = @AS@ CC = @CC@ CGIBINTARGETS = @CGIBINTARGETS@ -DLLTOOL = @DLLTOOL@ -ECHO = @ECHO@ -EXEEXT = @EXEEXT@ -LIBTOOL = @LIBTOOL@ +CPP = @CPP@ +CXX = @CXX@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ RANLIB = @RANLIB@ SPAM_COMMAND = @SPAM_COMMAND@ -STRIP = @STRIP@ auth_incs = @auth_incs@ auth_libs = @auth_libs@ cgibindir = @cgibindir@ @@ -110,23 +104,19 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = -bin_PROGRAMS = @CGIBINTARGETS@ PROGRAMS = $(bin_PROGRAMS) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -qmailadmin_OBJECTS = qmailadmin.$(OBJEXT) alias.$(OBJEXT) \ -autorespond.$(OBJEXT) forward.$(OBJEXT) mailinglist.$(OBJEXT) \ -user.$(OBJEXT) util.$(OBJEXT) auth.$(OBJEXT) template.$(OBJEXT) \ -command.$(OBJEXT) show.$(OBJEXT) cgi.$(OBJEXT) limits.$(OBJEXT) \ -dotqmail.$(OBJEXT) +qmailadmin_OBJECTS = qmailadmin.o alias.o autorespond.o forward.o \ +mailinglist.o user.o util.o auth.o template.o command.o show.o cgi.o \ +limits.o dotqmail.o qmailadmin_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = README ./stamp-h.in AUTHORS COPYING INSTALL Makefile.am \ Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in config.sub \ configure configure.in install-sh ltmain.sh missing mkinstalldirs @@ -141,7 +131,7 @@ all: all-redirect .SUFFIXES: -.SUFFIXES: .S .c .lo .o .obj .s +.SUFFIXES: .S .c .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile @@ -199,8 +189,8 @@ $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ - echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ + $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done @@ -213,11 +203,6 @@ .c.o: $(COMPILE) -c $< -# FIXME: We should only use cygpath when building on Windows, -# and only if it is available. -.c.obj: - $(COMPILE) -c `cygpath -w $<` - .s.o: $(COMPILE) -c $< @@ -226,7 +211,6 @@ mostlyclean-compile: -rm -f *.o core *.core - -rm -f *.$(OBJEXT) clean-compile: @@ -235,27 +219,8 @@ maintainer-clean-compile: -.c.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -.s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -.S.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -maintainer-clean-libtool: - -qmailadmin$(EXEEXT): $(qmailadmin_OBJECTS) $(qmailadmin_DEPENDENCIES) - @rm -f qmailadmin$(EXEEXT) +qmailadmin: $(qmailadmin_OBJECTS) $(qmailadmin_DEPENDENCIES) + @rm -f qmailadmin $(LINK) $(qmailadmin_LDFLAGS) $(qmailadmin_OBJECTS) $(qmailadmin_LDADD) $(LIBS) tags: TAGS @@ -376,28 +341,25 @@ maintainer-clean-generic: mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \ - mostlyclean-compile mostlyclean-libtool \ - mostlyclean-tags mostlyclean-generic + mostlyclean-compile mostlyclean-tags \ + mostlyclean-generic mostlyclean: mostlyclean-am -clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-libtool \ - clean-tags clean-generic mostlyclean-am +clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \ + clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \ - distclean-libtool distclean-tags distclean-generic \ - clean-am - -rm -f libtool + distclean-tags distclean-generic clean-am distclean: distclean-am -rm -f config.status maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \ - maintainer-clean-compile maintainer-clean-libtool \ - maintainer-clean-tags maintainer-clean-generic \ - distclean-am + maintainer-clean-compile maintainer-clean-tags \ + maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." @@ -408,10 +370,9 @@ mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ -maintainer-clean-compile mostlyclean-libtool distclean-libtool \ -clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ -distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ +maintainer-clean-compile tags mostlyclean-tags distclean-tags \ +clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ +check-am installcheck-am installcheck all-recursive-am \ install-exec-local install-exec-am install-exec install-data-local \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs mostlyclean-generic \ Index: configure =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- configure 9 Dec 2003 17:50:07 -0000 1.5 +++ configure 17 Dec 2003 19:59:30 -0000 1.6 @@ -12,176 +12,6 @@ ac_default_prefix=/usr/local # Any additions from configure.in: ac_help="$ac_help - --enable-shared[=PKGS] build shared libraries [default=yes]" -ac_help="$ac_help - --enable-static[=PKGS] build static libraries [default=yes]" -ac_help="$ac_help - --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" -ac_help="$ac_help - --with-gnu-ld assume the C compiler uses GNU ld [default=no]" - [...5397 lines suppressed...] s%@QA_PACKAGE@%$QA_PACKAGE%g s%@QA_VERSION@%$QA_VERSION%g +s%@CXX@%$CXX%g s%@CC@%$CC%g s%@CPP@%$CPP%g -s%@build@%$build%g -s%@build_alias@%$build_alias%g -s%@build_cpu@%$build_cpu%g -s%@build_vendor@%$build_vendor%g -s%@build_os@%$build_os%g s%@LN_S@%$LN_S%g -s%@OBJEXT@%$OBJEXT%g -s%@EXEEXT@%$EXEEXT%g -s%@ECHO@%$ECHO%g s%@RANLIB@%$RANLIB%g -s%@STRIP@%$STRIP%g -s%@LIBTOOL@%$LIBTOOL%g s%@CGIBINTARGETS@%$CGIBINTARGETS%g s%@vpopmaildir@%$vpopmaildir%g s%@auth_incs@%$auth_incs%g Index: config.h.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/config.h.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- config.h.in 23 Nov 2003 19:48:04 -0000 1.3 +++ config.h.in 17 Dec 2003 19:59:30 -0000 1.4 @@ -1,42 +1,47 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* Define if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ -#ifndef _ALL_SOURCE -#undef _ALL_SOURCE -#endif +/* Define if the closedir function returns void instead of int. */ +#undef CLOSEDIR_VOID /* Define to empty if the keyword does not work. */ #undef const -/* Define to `unsigned' if <sys/types.h> doesn't define. */ -#undef size_t +/* Define to `int' if <sys/types.h> doesn't define. */ +#undef gid_t -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define to `int' if <sys/types.h> doesn't define. */ +#undef uid_t -/* Define if your <sys/time.h> declares struct tm. */ -#undef TM_IN_SYS_TIME +/* Define if you have the dup2 function. */ +#undef HAVE_DUP2 -/* Define if you have the getcwd function. */ -#undef HAVE_GETCWD +/* Define if you have the memset function. */ +#undef HAVE_MEMSET /* Define if you have the mkdir function. */ #undef HAVE_MKDIR +/* Define if you have the strcasecmp function. */ +#undef HAVE_STRCASECMP + +/* Define if you have the strchr function. */ +#undef HAVE_STRCHR + /* Define if you have the strdup function. */ #undef HAVE_STRDUP +/* Define if you have the strncasecmp function. */ +#undef HAVE_STRNCASECMP + +/* Define if you have the strrchr function. */ +#undef HAVE_STRRCHR + /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H -/* Define if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - /* Define if you have the <ndir.h> header file. */ #undef HAVE_NDIR_H @@ -46,23 +51,11 @@ /* Define if you have the <sys/ndir.h> header file. */ #undef HAVE_SYS_NDIR_H -/* Define if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - /* Define if you have the crypt library (-lcrypt). */ #undef HAVE_LIBCRYPT -/* Define if you have the m library (-lm). */ -#undef HAVE_LIBM - -/* Define if you have the nsl library (-lnsl). */ -#undef HAVE_LIBNSL - /* Define if you have the shadow library (-lshadow). */ #undef HAVE_LIBSHADOW - -/* Define if you have the socket library (-lsocket). */ -#undef HAVE_LIBSOCKET /* */ #undef QA_PACKAGE |
From: <tom...@us...> - 2003-12-10 06:29:48
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv27052 Modified Files: user.c Log Message: more hooks-related fixes Index: user.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/user.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- user.c 10 Dec 2003 06:09:47 -0000 1.7 +++ user.c 10 Dec 2003 06:29:41 -0000 1.8 @@ -596,9 +596,9 @@ without the path information. Add a pointer to point into cmd at the start of the program name only. BUG 2003-12 */ error = execl(cmd, cmd, p1, p2, p3, p4, NULL); - sprintf(StatusMessage, "%s, \"%s\", %s, %s, %s, %s, %s\n", - get_html_text("202"), cmd, hook_type, p1, p2, p3, p4); - if (error == -1) return (-1); + fprintf(actout, "Error %d %s \"%s\", %s, %s, %s, %s, %s\n", + errno, get_html_text("202"), cmd, hook_type, p1, p2, p3, p4); + /* if (error == -1) return (-1); */ exit(127); } else { wait(&pid); |
From: <tom...@us...> - 2003-12-10 06:09:50
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv24052 Modified Files: user.c Log Message: add missing %s to printf Index: user.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/user.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- user.c 8 Dec 2003 18:47:47 -0000 1.6 +++ user.c 10 Dec 2003 06:09:47 -0000 1.7 @@ -596,7 +596,7 @@ without the path information. Add a pointer to point into cmd at the start of the program name only. BUG 2003-12 */ error = execl(cmd, cmd, p1, p2, p3, p4, NULL); - sprintf(StatusMessage, "%s, \"%s\", %s, %s, %s, %s\n", + sprintf(StatusMessage, "%s, \"%s\", %s, %s, %s, %s, %s\n", get_html_text("202"), cmd, hook_type, p1, p2, p3, p4); if (error == -1) return (-1); exit(127); |
From: <tom...@us...> - 2003-12-10 06:00:51
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv22901 Modified Files: qmailadminx.h Log Message: add vauth.h to headers to remove compiler warning Index: qmailadminx.h =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadminx.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- qmailadminx.h 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ qmailadminx.h 10 Dec 2003 06:00:48 -0000 1.2 @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#include <vauth.h> #include <vlimits.h> extern char Username[MAX_BUFF]; |
From: <tom...@us...> - 2003-12-10 05:48:49
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv21082 Modified Files: CHANGELOG Log Message: set release date for 1.2.0-pre1 Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- CHANGELOG 9 Dec 2003 17:50:07 -0000 1.20 +++ CHANGELOG 10 Dec 2003 05:48:46 -0000 1.21 @@ -1,7 +1,7 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. -1.2.0-pre1 - unreleased +1.2.0-pre1 - released 9-Dec-03 Tom Collins - More updates related to build process. [826594] |
From: <tom...@us...> - 2003-12-10 05:48:11
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv21016 Modified Files: INSTALL Log Message: minor updates Index: INSTALL =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- INSTALL 10 Oct 2003 16:43:19 -0000 1.2 +++ INSTALL 10 Dec 2003 05:48:08 -0000 1.3 @@ -9,8 +9,11 @@ vpopmail protects it's libraries from regular users. qmailadmin needs to access those libraries, hence it needs root. qmailadmin also needs to install into system directories -/usr/local/share/qmailadmin, the web servers cgi-bin directory -and the web servers html directory. Hence root. +/usr/local/share/qmailadmin, the web server's cgi-bin directory +and the web server's html directory. Hence root. + +Since qmailadmin is a suid binary, make sure it's installed on +a volume that isn't mounted with the 'nosuid' option in /etc/fstab. Be root before you follow the rest of the instructions or your installation will fail. @@ -45,6 +48,9 @@ *Use this if your cgi bin is not in a standard location --enable-cgibindir={dir} HTTP server's cgi-bin directory. +Since qmailadmin is a suid binary, make sure the cgi-bin directory is +on a volume that isn't mounted with the 'nosuid' option in /etc/fstab. + *Use this if your don't want the HTML templates to be in /usr/local/share/qmailadmin --with-htmllibdir={dir} qmailadmin HTML library directory. @@ -82,7 +88,7 @@ *If you have different domains accessing the same qmailadmin, you may want to automatically fill the domain field with the domain the user accessed the qmailadmin cgi with: - --enable-domain-autofill=Y + --enable-domain-autofill With autofill enabled, qmailadmin will search the file /var/qmail/control/virtualdomains for an entry that matches the |
From: <tom...@us...> - 2003-12-09 17:50:10
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv10396 Modified Files: CHANGELOG configure.in configure Log Message: Change version to 1.2.0-pre1 Index: CHANGELOG =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/CHANGELOG,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- CHANGELOG 9 Dec 2003 00:01:14 -0000 1.19 +++ CHANGELOG 9 Dec 2003 17:50:07 -0000 1.20 @@ -1,7 +1,7 @@ Numbers in square brackets ([]) indicate tracker item on SourceForge with patch or information related to the entry. -1.0.30 - unreleased +1.2.0-pre1 - unreleased Tom Collins - More updates related to build process. [826594] @@ -12,6 +12,7 @@ lines, don't require entries for all hooks, pass proper parameters to hook program, update documentation). [855707] - Use VPOPMAIL_UMASK instead of hardcoded 0077. + - Better lstat() error messages in template.c. 1.0.29 - released 20-Nov-03 Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- configure.in 23 Nov 2003 19:48:04 -0000 1.8 +++ configure.in 9 Dec 2003 17:50:07 -0000 1.9 @@ -6,7 +6,7 @@ AC_CANONICAL_HOST QA_PACKAGE="qmailadmin" -QA_VERSION="1.0.30" +QA_VERSION="1.2.0-pre1" AC_DEFINE_UNQUOTED(QA_PACKAGE,"$QA_PACKAGE","") AC_DEFINE_UNQUOTED(QA_VERSION,"$QA_VERSION","") Index: configure =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure 23 Nov 2003 19:48:04 -0000 1.4 +++ configure 9 Dec 2003 17:50:07 -0000 1.5 @@ -1016,7 +1016,7 @@ QA_PACKAGE="qmailadmin" -QA_VERSION="1.0.30" +QA_VERSION="1.2.0-pre1" cat >> confdefs.h <<EOF #define QA_PACKAGE "$QA_PACKAGE" |