Commit Graph

327 Commits

Author SHA1 Message Date
pfelt 243029b31f -- fix a missing space causing pipelined data to be incorrectly formatted 2007-10-23 01:36:26 +00:00
pfelt 819192e0be -- we weren't resetting r which determined how much to read out of the filestream. this prevented ConnWriteFile() from working properly 2007-10-17 21:53:14 +00:00
pfelt 667c87a687 -- on error, unlink the temporary file 2007-10-17 18:18:47 +00:00
pfelt 31ba80a00d -- make sure that the dSize variable is actually the size of the data stream and not the control file 2007-10-17 07:32:06 +00:00
halex 5489ebb826 Don't use XHR RPC on MultiListViews (we don't have a handler for it). 2007-10-17 06:56:18 +00:00
pfelt f8d54493c6 -- prevents a crash due to a closed file handle. all the places in code that call DeliverToStore() explicitly close the fh afterwards if there was a failure to deliver 2007-10-17 05:30:43 +00:00
pfelt 5fa3a3ad17 -- typos in the help statement 2007-10-16 18:40:13 +00:00
pfelt a5b9eb23b4 -- allow the user to choose which local folder to drop mail into 2007-10-16 18:37:12 +00:00
pfelt 112a66b680 -- should use body[] instead of rfc822 to guarantee delivery of malformed mail 2007-10-16 18:28:24 +00:00
pfelt 7c3d8efc0c -- attempt at importing via imap. it probably needs cleanup 2007-10-16 02:59:31 +00:00
alexhudson ce18379b53 Genuinely correct indentation, this supercedes r502 2007-10-15 18:29:34 +00:00
alexhudson 6c575f5c69 Correct some indentation 2007-10-15 18:26:12 +00:00
halex 12b8aa81e4 * Enable login for users using virtual domains.
* Less secure debugging, but provides better output.
2007-10-15 09:47:05 +00:00
alexhudson 1414334d2c * Merge in sundial branch; landing this early for testing :)
* Python changes in libs/python/libbongo/cal.c are relevant to bug #9448 - this could be a Bongo Love project
2007-10-15 09:07:53 +00:00
alexhudson 9727ccb405 Correctly read the cookies file to extract valid cookies 2007-10-15 09:03:00 +00:00
alexhudson 7a318a0aaa Fix an excellent bug in our cookie handling code where we default to "success" 2007-10-15 08:32:14 +00:00
pfelt 7d66940f3a -- step2 in the bounce fix 2007-10-15 06:50:10 +00:00
pfelt 3d27a1f6c0 -- step1 in the bounce fix
-- added a bit of debug options
2007-10-15 02:25:55 +00:00
halex 642a2f4a13 * Added some missing files that were in SVN but not in Makefiles.
* New switch-mode.png icon (24x24 version, instead of wrong-sized 16x16)
* Pre-emptive patching - fixed up semicolons after function definitions in javascript files. Might have caused some weird issues with compressed versions of DF.
* Changes to Login.js - hopefully we support virtual usernames for auth.
* Removed un-used function in editableArea.js which screwed with IE7.
2007-10-13 08:09:34 +00:00
alexhudson 72de2be392 Fix obvious file clobber bug in autogen.sh 2007-10-12 14:31:51 +00:00
alexhudson 304680dd7c * Fixes up some calendar colouring issues
* Fixed up that expression that buggered IE7 to bits.
2007-10-12 10:20:38 +00:00
alexhudson 66d30cba77 Merge latest changes from trunk onto branch 2007-10-12 10:01:21 +00:00
alexhudson 9e381b736c Fix up broken build by removing references to missing AntispamView.py 2007-10-12 09:50:26 +00:00
pfelt 54c07ed430 -- getting rid of an old unused file as per alex's request 2007-10-12 08:43:22 +00:00
pfelt b972657120 * Provide support for non-Javascript enabled browsers to edit arrays of values.
* Adding missing images to Bongo.rules (images are already in SVN)
* Large changes to agent handling code for configuration dialogs; this includes the ability to POST data to forms and get settings saved, as well as the ability to easily define the layout of the items displayed and the datatype of each object.  :)

-- plus one fix of a missing { in Login.js
2007-10-12 08:41:41 +00:00
pfelt 775bcc10ba -- my previous requirement of auth before relaying also denied dropoff to local recipients 2007-10-12 05:16:04 +00:00
pfelt b9a5e65d26 -- this is Luis Matos' work for the odbc based auth backend 2007-10-11 19:32:08 +00:00
pfelt 022d3fe73f -- we were overriding the capabilities (and a few other things) and causing issues with tbird. 2007-10-11 08:14:54 +00:00
pfelt e967eb3d67 -- now uses MsgAuth*
-- fixed a bug in the existing aliasing code where it returned the wrong success variable
-- several TODOs still need looking at, but it should be functional
2007-10-11 07:20:54 +00:00
pfelt ec40708025 -- we really should read responses from the queue even if we don't care what they are 2007-10-11 07:14:50 +00:00
pfelt 9a4014ec36 -- removed uneeded variables/functions
-- RewriteAddress() now contacts the queue for aliasing information (the current version)
-- added the require_ath
-- now uses the MsgAuth* functions
-- don't bother with etrn on remote hosts when dropping mail off
2007-10-11 06:23:06 +00:00
pfelt 51c5cfacd7 -- one of the remainig conversion of the MsgAuth functions 2007-10-11 04:12:26 +00:00
pfelt 56907df786 -- fixed oddness in the MsgAuth() functions in the BOOL/int conversion stuff
--  there are probably a few more that need fixing
2007-10-11 04:11:24 +00:00
pfelt a25ec80e0b -- fixed a relay boolean that should not have been set by default 2007-10-11 04:03:55 +00:00
pfelt 87f01f576b -- added the DOMAIN LOCATION queue command that will return if a domain is local or remote. Queue agents should now be able to use this sequence as needed.
--  TODO: add in domain relay code
2007-10-08 21:19:43 +00:00
pfelt 838d06a67e -- Commit on behalf of halex with new error outputting 2007-10-08 04:42:27 +00:00
alexhudson 1a33910c3b Don't try to lookup uid/gid if we're running as root 2007-10-05 18:24:04 +00:00
halex 98d4e71fb0 Commit this code before I lose it - will eventually need to have its wrapper rewritten. 2007-10-03 05:25:06 +00:00
alexhudson 21c0aca3e8 Unbreak auth with store and Dragonfly 2007-09-22 14:30:16 +00:00
alexhudson 417ecccc7e Remove unused CryptoLock calls from connio & pop/imap 2007-09-22 09:30:45 +00:00
alexhudson f70ddbe36f Clean up warnings in bongoutil 2007-09-22 09:14:06 +00:00
alexhudson fc1a1d8f96 Fix up compile warnings in Xpl 2007-09-22 09:10:18 +00:00
alexhudson bb2df5acdb * Clean up compiler warnings in msgapi and sqlite auth backend
* Fix consistent buffer pointer bug...
2007-09-21 20:59:51 +00:00
alexhudson 77e0fb5a25 Fix up compiler warnings in alarm agent 2007-09-21 20:45:09 +00:00
alexhudson 7e6f445f93 A couple more IMAP compiler warnings gone; two remain. 2007-09-21 20:32:00 +00:00
alexhudson 375b19d43c Get rid of some warnings in imap 2007-09-21 20:17:31 +00:00
alexhudson 6aaf97850a Remove warnings in pop3, avirus and antispam. 2007-09-21 19:23:44 +00:00
alexhudson a5f99d3393 Get rid of most of the compiler warnings in the store 2007-09-21 19:10:03 +00:00
alexhudson f9acd5e5e9 Clean up compiler warnings in backup and config apps 2007-09-21 18:33:51 +00:00
alexhudson 22aa4d5404 * Remove some unused variables
* Correct some compiler warnings
* Hopefully stop Xpl.py generating Makefile carping
2007-09-21 17:54:32 +00:00