Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ws fix | Boian Bonev | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | fix version checking - now handle 1.2.3 and 1.2 as well | Boian Bonev | 2002-03-20 | 1 | -2/+2 |
| | |||||
* | fix a missing [ | Boian Bonev | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | There should not be any trailing data on an #endif line | Sascha Schumann | 2002-03-20 | 1 | -1/+1 |
| | |||||
* | - Support vpopmail 5.2 (fixes #16120). | Markus Fischer | 2002-03-19 | 2 | -4/+41 |
| | |||||
* | - Let configure also detect installation in standard unix paths. | Markus Fischer | 2002-03-17 | 1 | -4/+3 |
| | | | | | - Properly format error message. | ||||
* | fix all comments in protos | Boian Bonev | 2002-03-13 | 1 | -18/+18 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | fix comment | Boian Bonev | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -3/+3 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | fix macros | Daniel Beulshausen | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fixes commit / link problems with certain compilers. | foobar | 2001-09-05 | 1 | -2/+5 |
| | | | | | | # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test. | ||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -2/+4 |
| | | | | | - whitespace fixes | ||||
* | build fixes | Zeev Suraski | 2001-07-31 | 1 | -3/+3 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -3/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -28/+5 |
| | |||||
* | replaced add_index_string with add_next_index_string | Boian Bonev | 2001-07-13 | 1 | -6/+13 |
| | | | | | made vpopmail_alias_get_all return sane result | ||||
* | Fold a bit more code | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+2 |
| | |||||
* | use AC_CHECK_LIB to see if the new API is supported | Boian Bonev | 2001-05-28 | 1 | -2/+5 |
| | |||||
* | changed checking if vpopmail has the new API | Boian Bonev | 2001-05-28 | 1 | -3/+42 |
| | | | | | | added checks if certain functions are supported added vpopmail_alias_get_all | ||||
* | add checking if vpopmail has the new API | Boian Bonev | 2001-05-28 | 1 | -0/+3 |
| | |||||
* | fixed prototypes | Boian Bonev | 2001-05-24 | 2 | -1/+5 |
| | |||||
* | added vpopmail_alias_get covering valias_select/valias_select_next | Boian Bonev | 2001-05-24 | 2 | -3/+36 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | cosmetic fixes; added 3 of the 7 valias functions | Boian Bonev | 2001-05-24 | 1 | -22/+139 |
| | |||||
* | added prototypes | Boian Bonev | 2001-05-24 | 1 | -0/+17 |
| | |||||
* | added check if vauth.h exists in vpopmail install | Boian Bonev | 2001-05-24 | 1 | -0/+5 |
| | |||||
* | added 3 of 7 alias functions | Boian Bonev | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | fixed SIGSEGV in vpopmail_auth_user when optional arg apop is not set | Boian Bonev | 2001-02-08 | 1 | -3/+4 |
| | |||||
* | # fixed several warnings - variables not used, functions not declared | Boian Bonev | 2001-02-07 | 1 | -3/+7 |
| | | | | | # added vclose() declaration - vpopmail does not declare it | ||||
* | # fixed protos in comments for *_ex functions | Boian Bonev | 2001-01-27 | 1 | -3/+3 |
| | |||||
* | changed function names to be like vpopmail_add_user instead vpopmail_adduser | Boian Bonev | 2001-01-23 | 5 | -127/+536 |
| | | | | | | | | 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 | ||||
* | Added some missing EXPERIMENTAL files plus some missing extensions | foobar | 2001-01-19 | 1 | -0/+5 |
| | | | | | into EXTENSIONS file. | ||||
* | restored vadddomain/vdeldomain to use library functions rather than invoking | David Croft | 2001-01-15 | 2 | -332/+275 |
| | | | | | | | | | | | | | 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 | ||||
* | vpopmail's bin dir is unnecessary as the library exports these functions | David Croft | 2001-01-14 | 1 | -44/+39 |
| | |||||
* | #added simple minimum survival readme | Boian Bonev | 2001-01-14 | 1 | -0/+63 |
| | |||||
* | merged my version with David Croft's | Boian Bonev | 2001-01-14 | 2 | -186/+364 |
| | | | | | | | | | | | | | | | 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) | ||||
* | updated | Boian Bonev | 2001-01-14 | 1 | -0/+1 |
| | |||||
* | rewritten the whole logic of the script | Boian Bonev | 2001-01-14 | 1 | -39/+44 |
| | | | | | | | added VPOPMAIL_BIN_DIR to point to ~vpopmail/bin directory added checks for ALL files needed by the extension style fixes to the output | ||||
* | # restored code for latest vpopmail version | David Croft | 2001-01-14 | 1 | -3/+10 |
| | | | | | @ New extension for vpopmail - http://www.inter7.com/vpopmail (David Croft) | ||||
* | vpopmail extension | David Croft | 2001-01-14 | 5 | -0/+471 |