[vchkpw] Re: PostgreSQL auth and "--enable-valias" and/or "--enable-sql-logging" issues

2007-11-19 Thread Bruce McAlister
Rick Widmer wrote: > > That is the basic idea but it was the wrong approach. Would you please > change vauth.c back the way it was, then make changes in vpgsql.c to > make it work. Once that is done, then do a diff -u oldfile newfile > and either post the results to this list, or upload it to

[vchkpw] Re: PostgreSQL auth and "--enable-valias" and/or "--enable-sql-logging" issues

2007-11-19 Thread Bruce McAlister
Hold on this for a sec, I found a problem.. I diff'ed a different vpgsql .c file than the one i wanted :/ Bruce McAlister wrote: > Rick Widmer wrote: >> That is the basic idea but it was the wrong approach. Would you please >> change vauth.c back the way it was, then make changes in vpgsql.c to

[vchkpw] Re: PostgreSQL auth and "--enable-valias" and/or "--enable-sql-logging" issues

2007-11-19 Thread Bruce McAlister
Bruce McAlister wrote: > Hold on this for a sec, I found a problem.. I diff'ed a different vpgsql > ..c file than the one i wanted :/ > Attached is the correct patch :0 Sorry about that :/ !DSPAM:4741892232003992920430! --- ./vpgsql.c 2007-11-19 12:17:51.734995480 + +++ ./vpgsql.c_new

Re: [vchkpw] vpopmail 5.4.26 released

2007-11-19 Thread Alessio Cecchi
Il Saturday 17 November 2007 10:46:15 Rick Widmer ha scritto: > thanks for testing! Thanks to you :-) Ciao -- Alessio Cecchi is: @ ILS -> http://www.linux.it/~alessice/ Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/ @ PLUG -> Presidente, http://www.prato.linux.it !DSPAM:474189af32006126

[vchkpw] Re: PostgreSQL auth and "--enable-valias" and/or "--enable-sql-logging" issues

2007-11-19 Thread Bruce McAlister
Another update to the vpgsql.c file so that we can also have the "--enable-onchange-script" option with PostgreSQL as the auth module. Updated patch is attached. Again, please double check the patch, i have not done any testing against it. Thanks Bruce Bruce McAlister wrote: > Bruce McAlister w