summaryrefslogtreecommitdiff
path: root/ext/vpopmail/php_vpopmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* fix macrosDaniel Beulshausen2001-09-171-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+1
|
* add checking if vpopmail has the new APIBoian Bonev2001-05-281-0/+3
|
* added vpopmail_alias_get covering valias_select/valias_select_nextBoian Bonev2001-05-241-0/+1
|
* added 3 of 7 alias functionsBoian Bonev2001-05-241-0/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* changed function names to be like vpopmail_add_user instead vpopmail_adduserBoian Bonev2001-01-231-7/+19
| | | | | | | | added vpopmail_error to report error string (vpopmail_errno global var) put exec functions back in with _ex (vpopmail_add_domain_ex) rewritten README to help users keep secure fixed protos to state bool instead void return type
* restored vadddomain/vdeldomain to use library functions rather than invokingDavid Croft2001-01-151-10/+6
| | | | | | | | | | | | | vpopmail executables implemented vaddaliasdomain natively global variable to store whether vpopmail was used and only vclose() if necessary return the functions to returning true/false for success/failure rather than some arbitrary vpopmail return value return the functions to not doing everything at once as you then lose fine-grain control over its operation change C++ comments to C
* merged my version with David Croft'sBoian Bonev2001-01-141-14/+16
| | | | | | | | | | | | | | | removed unneccessary php.ini calls and defines removed module_init, shutdown, request_init declarations and references added request_shutdown to close mysql/other db connection (a must in apache module) added defines for external binaries from vpopmail changed functions to present more consistent api from user's point of view so that in one call more stuff is done added more comprehensive MINFO function helping users debug their case added static int vpopmail_exec(char *cmd) [will change to php_Exec soon] @ vpopmail extension updated to working alfa. give it a try but keep in @ mind that it is not ready for production environments (Boian Bonev)
* vpopmail extensionDavid Croft2001-01-141-0/+81