Commit Graph

79 Commits

Author SHA1 Message Date
alexhudson 8d7f8a7c43 Slight fixes to build system to placate Fedora 13's picky ld 2010-06-14 17:15:10 +00:00
alexhudson 1819bc99e9 Make the installer a bit clever wrt. getting chown correct 2009-08-30 17:13:20 +00:00
pfelt 01e3186b58 -- compile and install bongo-backup 2009-08-22 20:36:29 +00:00
pfelt 9409b31108 -- compile and install bongo-sendmail 2009-08-22 17:59:58 +00:00
pfelt ccbd80a103 -- fix: a non StrictCompile() warning. now builds cleanly on f11/x32 2009-08-21 03:49:09 +00:00
pfelt d241936fad -- fix: a couple of non StrcitCompile() warnings 2009-08-21 03:40:16 +00:00
pfelt dfd1a7c8db -- fix: a couple of non StrictCompile() compiler warnings 2009-08-19 05:11:43 +00:00
alexhudson a5dffbbeeb Install perms fixes. 2009-08-18 15:57:39 +00:00
pfelt 9e4d4958d5 -- fix: bongo-storetool so that it works right
-- fix: install all required files
2009-08-17 23:26:47 +00:00
pfelt 1c70d90f6f -- fix: bongo-queuetool so that it works right
-- fix: some calls in libbongo were no longer needed
2009-08-17 22:53:51 +00:00
pfelt 44a5d81ccf -- remove unneeded portions of memmgr, move remaining bits to bongoutil
-- refactor a little bit of code
2009-08-15 21:39:22 +00:00
pfelt d7b1ef0bec -- cleanup the parameter list for ConnClose(), ConnCloseAll(), ConnStartup 2009-07-19 23:31:35 +00:00
pfelt 2b417a9c7d -- remove BongoArray and replace it with GArray
-- StrictCompile antispam and fix all the accompanying warnings
2009-07-18 18:09:53 +00:00
alexhudson 828ab1006d Merge memmgr-glib experiment onto trunk 2009-07-10 08:34:06 +00:00
alexhudson ea6e60b217 Fix up minor pre-processor bug 2009-04-09 13:21:19 +00:00
pfelt 26f865c448 -- fix a couple of conntrace related bugs. conntrace should now work again 2009-01-25 16:51:52 +00:00
alexhudson 29f4eeec4e Merge the store-sqlite branch back onto trunk 2008-09-04 15:22:34 +00:00
pfelt 047373e8a4 -- set smtpc to start on a new install 2008-03-08 00:09:35 +00:00
pfelt 9844ffc894 -- the new smtpc agent. 2008-03-02 21:35:22 +00:00
alexhudson a2da45bb5c Small patches to make backup work and work-around bug #11066 2008-02-16 13:30:17 +00:00
alexhudson 5b672baffd * Make bongo-config output less geek when you run it
* Remove bongo-calcmd from the default configuration
2008-01-29 10:52:18 +00:00
alexhudson 4d1e47dcad Remove legacy bongo-setup application 2008-01-29 10:18:56 +00:00
alexhudson 233fee2c29 Remove mdbtool and some last cruft 2008-01-28 18:53:06 +00:00
alexhudson 238fa58cdc New exciting 'list user' functionality! 2008-01-28 17:45:00 +00:00
alexhudson 81d9301e0d Initial changes to auth to stop duplicate user accounts being registered. auth api needs a bit of a clean-up; too many changes :) 2008-01-28 11:35:27 +00:00
alexhudson d337c3d486 Merge remove-mdb branch onto trunk, branch is now closed! 2008-01-23 08:20:27 +00:00
alexhudson 1fc05b93c7 Slightly more honest message in tool output 2007-08-18 08:48:55 +00:00
alexhudson 698cda51d7 Initial stab at DNS code, including:
* new check tool for querying MX records,
* dns test harness
2007-08-17 20:11:44 +00:00
dostrow 168af364e8 * Add support for importing maildir format mailboxes in bongo-storetool with the new -t flag
* Add support for importing to collections other then /mail/INBOX with the new -f flag
* Add support for exporting to both maildir and mbox format
* Split the old mail-store subcommand into mail-import (mi) and mail-export (me)
2007-07-20 17:31:21 +00:00
alexhudson 79673b9d1b Slightly naughty config fix to make dist work again, and update a python rule 2007-07-15 22:31:31 +00:00
alexhudson a913e011c4 Correct(?!) dist and inst rules for config files and sets 2007-07-13 22:35:08 +00:00
alexhudson fb042f0ac5 Scary looking python patch; separate the C-module stuff from pure python for the benefit of OSes which keep them separately. 2007-07-13 21:17:21 +00:00
alexhudson ca45b1417f * Hopefully the 'dist' is correct again with new config files
* Look for CLucene in 64bit locations on RH-type distros
2007-07-12 21:13:03 +00:00
alexhudson 25f1a34250 * Update default config for antivirus and antispam
* Hopefully corrected a config bug where we crash on malformed json data
2007-07-11 21:40:55 +00:00
trisk 9fb528dd0e * default.set should depend on config files. 2007-07-11 20:43:22 +00:00
alexhudson af379dd929 Another way of invoking tar :) 2007-07-11 19:51:16 +00:00
alexhudson 4973b31a27 More compatible tar invocation 2007-07-11 16:55:25 +00:00
alexhudson 2963a454c7 * New configuration system
* Default config now comes from a backup file, not hard-coded
2007-07-11 12:11:55 +00:00
alexhudson e355a6fb18 Turn on logging! Thanks to Lance Haig for figuring most of this out. Includes:
* Lance's configuration file
* Small changes to log4c and slapd to make them shut up a bit
2007-07-10 13:21:19 +00:00
trisk 145b53ca2c * Correct bongo-manager pid file formatting.
* Fix bongo-setup pid handling (thanks to Chris Lamb!).
2007-07-09 15:13:01 +00:00
trisk b6001cdb0b * Use slapdadd (same binary as slapd and has a configurable path) instead of ldapdd in bongo-setup.
* Use Privs module functions for Bongo user.
2007-07-09 15:10:59 +00:00
trisk afe423ac1b pid_t can be larger than an unsigned int, update bounds checking and printf formats. 2007-07-07 03:50:34 +00:00
jonnylamb 7eb1866320 * Added i18n support to bongo-manager.
* Changed all text references from bongomanager to bongo-manager.
2007-07-05 23:45:55 +00:00
jonnylamb 906ce99a60 Add i18n support to bongo-backup. 2007-07-05 23:24:46 +00:00
trisk 956885a768 Fix exception in bongo-setup if eclients.dat does not already exist (sorry). Remove existing file for safety. 2007-07-05 19:55:03 +00:00
trisk 0a3cd0f322 Clean up CPPFLAGS in various places, including a number of missing flags. 2007-07-05 04:02:13 +00:00
trisk 8646cbf681 Don't use an insecure umask when creating eclients.dat, and change permissions of an existing file.
(Yay for commit access, goodbye red tape!)
2007-07-05 00:33:42 +00:00
jonnylamb 6d49226681 * Add gettext initalisation to XplInit.
* Add i18n for bongo-config.
* Add prototype for GetInteractiveData to stop whining on compilation.
* Stop bongo-config running when the usage is displayed.
2007-07-04 13:35:26 +00:00
pfelt 94c7c429e8 fixes from Albert Lee
- Support the Sun LDAP library as an alternative to OpenLDAP (Novell/Mozilla use the same API and will be supported later). 
- Support the Solaris variants of the re-entrant pwd.h functions.
- Add example SMF manifest and method files for Bongo.
2007-07-04 02:42:17 +00:00
alexhudson b7aa212182 bongo-config compatibility with older GNUTLS 1.0 APIs 2007-07-03 14:19:40 +00:00