summaryrefslogtreecommitdiff
path: root/ext/vpopmail/php_vpopmail.c
Commit message (Collapse)AuthorAgeFilesLines
* ws fixBoian Bonev2002-03-201-1/+1
|
* There should not be any trailing data on an #endif lineSascha Schumann2002-03-201-1/+1
|
* - Support vpopmail 5.2 (fixes #16120).Markus Fischer2002-03-191-1/+5
|
* fix all comments in protosBoian Bonev2002-03-131-18/+18
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* fix commentBoian Bonev2002-01-311-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+4
| | | | | - whitespace fixes
* build fixesZeev Suraski2001-07-311-3/+3
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-25/+4
|
* replaced add_index_string with add_next_index_stringBoian Bonev2001-07-131-6/+13
| | | | | made vpopmail_alias_get_all return sane result
* Fold a bit more codeRasmus Lerdorf2001-06-061-0/+2
|
* changed checking if vpopmail has the new APIBoian Bonev2001-05-281-3/+42
| | | | | | added checks if certain functions are supported added vpopmail_alias_get_all
* fixed prototypesBoian Bonev2001-05-241-1/+1
|
* added vpopmail_alias_get covering valias_select/valias_select_nextBoian Bonev2001-05-241-3/+35
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* cosmetic fixes; added 3 of the 7 valias functionsBoian Bonev2001-05-241-22/+139
|
* fixed SIGSEGV in vpopmail_auth_user when optional arg apop is not setBoian Bonev2001-02-081-3/+4
|
* # fixed several warnings - variables not used, functions not declaredBoian Bonev2001-02-071-3/+7
| | | | | # added vclose() declaration - vpopmail does not declare it
* # fixed protos in comments for *_ex functionsBoian Bonev2001-01-271-3/+3
|
* changed function names to be like vpopmail_add_user instead vpopmail_adduserBoian Bonev2001-01-231-38/+321
| | | | | | | | 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-322/+269
| | | | | | | | | | | | | 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-172/+348
| | | | | | | | | | | | | | | 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)
* # restored code for latest vpopmail versionDavid Croft2001-01-141-3/+10
| | | | | @ New extension for vpopmail - http://www.inter7.com/vpopmail (David Croft)
* vpopmail extensionDavid Croft2001-01-141-0/+335