Commit Graph

506 Commits

Author SHA1 Message Date
alexhudson 1a5d192fc5 Another attempt to fix our lib naming issues. 2009-09-09 20:40:31 +00:00
alexhudson 22f7058bfa Attempt to work out the correct library locations more generally. 2009-09-09 09:27:47 +00:00
alexhudson 1819bc99e9 Make the installer a bit clever wrt. getting chown correct 2009-08-30 17:13:20 +00:00
alexhudson 523efee2bd Stop bongostore asking for an executable stack. 2009-08-26 20:19:56 +00:00
lhaig 4c9303fb28 More RPMlint Fun an init scripts 2009-08-26 18:39:07 +00:00
lhaig f5c28f31d9 Updated suse init script with some extra features 2009-08-26 17:51:28 +00:00
pfelt 3eb5bb8302 --fix: pop3 should not report login success when the user passes in an incorrect password 2009-08-26 03:52:09 +00:00
pfelt 69d1290104 -- fix: a potential DOS where connio would segfault on the following command sequence (pop connect) stls \n quit \n due to an attempt to free 0x0 2009-08-26 03:50:40 +00:00
pfelt 64d3ad196a -- fix: i'm not sure how this ever worked right and how i missed it previously 2009-08-25 05:38:10 +00:00
alexhudson 34fa49de74 Don't run as root - patch on the correct branch this time... 2009-08-23 16:52:53 +00:00
alexhudson 5cea247747 Fix up GArrayFindSorted. This is why our arrays suck; we don't differentiate between reference arrays and value arrays. 2009-08-23 16:19:14 +00:00
alexhudson 8d0711402d Fix segfault showing up in store - empty text results coming back weren't getting NULLed out correctly. 2009-08-23 15:10:34 +00:00
lhaig 50c2877f3b Added proper wording to the Short-Description and also added the reload command to make rpmlint happy 2009-08-22 21:16:26 +00:00
lhaig 735c8e37ee Added Short-Description to init script to make rpmlint happy 2009-08-22 21:10:47 +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
alexhudson ffc1927697 Add new -DSTRICTCOMPILE=[On|Off] flag to the build process 2009-08-22 09:41:27 +00:00
alexhudson 9db28127a9 Add SONAMEs back to the libraries. src/libs/bongoutil now src/libs/util as a result. 2009-08-21 15:25:52 +00:00
pfelt ccbd80a103 -- fix: a non StrictCompile() warning. now builds cleanly on f11/x32 2009-08-21 03:49:09 +00:00
pfelt 49ed2c5f73 -- fix: a non StrictCompile() warning 2009-08-21 03:45:36 +00:00
pfelt d241936fad -- fix: a couple of non StrcitCompile() warnings 2009-08-21 03:40:16 +00:00
pfelt f5da31fe7d -- fix: some non StrictCompile() compile warnings 2009-08-20 05:09:02 +00:00
pfelt 4e46629ee3 -- fix: a non StrictCompile() error. the fix to MsgSQLResultTextPtr may have introduced a memory leak. if so we'll need to change its usage to be const 2009-08-20 03:41:03 +00:00
pfelt 14b6893ae4 -- fix: a non StrictCompile() build warning. i'm not sure this code every worked properly 2009-08-20 03:16:26 +00:00
pfelt af519dac9e -- fix: a non StrictCompile() build warning 2009-08-20 03:05:43 +00:00
pfelt dfd1a7c8db -- fix: a couple of non StrictCompile() compiler warnings 2009-08-19 05:11:43 +00:00
pfelt 2276228922 -- fix: non StrictCompile() fixes throwing errors on compile, mostly due to mis-defined callbacks 2009-08-19 04:39:40 +00:00
alexhudson 86a1333b83 Remove old TODO file; nothing seems relevant now... 2009-08-18 20:40:40 +00:00
alexhudson 704830ecbc Update INSTALL instructions to reflect reality. 2009-08-18 19:44:37 +00:00
alexhudson a5e179056d Remove sqlite3 from the project 2009-08-18 19:38:02 +00:00
alexhudson 9aceadc114 Remove libical import from project. 2009-08-18 19:35:26 +00:00
alexhudson a5dffbbeeb Install perms fixes. 2009-08-18 15:57:39 +00:00
alexhudson 54eb30ea62 Attempt to make Bongo compile on older libical apis 2009-08-18 14:08:17 +00:00
pfelt 71157dde98 -- do we need to pre-compile the __init__.py ? 2009-08-17 23:36:16 +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
lhaig fbc5e0e189 Updated the sles init script to fix an rpmlint complaint 2009-08-17 20:33:38 +00:00
pfelt 1d2453c1a2 -- fix: the opensuse gcc by default was catching the missing function parameters. 2009-08-17 15:01:33 +00:00
pfelt 9aea4e15c8 -- fix: multiple defines from the python code. the cmake stuff doesn't detect the defines coming from python so we are getting duplicate errors. 2009-08-17 01:50:59 +00:00
pfelt f8d4464438 -- get the init scripts re-configured. they will not get installed anywhere, but they'll be modified accordingly. 2009-08-16 21:30:21 +00:00
pfelt 0db5f0086a -- fix a strict compile error that LanceHaig found due to a missing function prototype 2009-08-16 20:45:49 +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 6798503631 -- fix: make json compile cleanly 2009-08-15 17:26:40 +00:00
pfelt b378e96840 -- the beginnings of the all out removal of memmgr and merging it elsewhere. 2009-08-15 17:19:49 +00:00
pfelt 23c9f1e29f -- fix: make memmgr compile cleanly
-- remove some unneeded code
2009-08-12 02:35:55 +00:00
pfelt 05ef3f431a -- fix: make connio compile cleanly. 2009-08-08 03:16:33 +00:00
pfelt ded3f9f3b7 -- fix: the gcry_md_read() function returns an unsigned char *. the sprintf conversion to hex was failing due to signedness 2009-08-02 04:38:24 +00:00
pfelt 041619f2e0 -- fix: a bug with ranges on the replace command 2009-08-01 23:26:52 +00:00
alexhudson 56eef6558b Slay the evil array beast. This is why I want my own array api. 2009-07-20 14:47:00 +00:00
pfelt d7b1ef0bec -- cleanup the parameter list for ConnClose(), ConnCloseAll(), ConnStartup 2009-07-19 23:31:35 +00:00