alexhudson
|
d5bc7faceb
|
Correctly calculate expiry time in daemon cookies.
|
2009-09-16 20:28:15 +00:00 |
|
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
|
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 |
|
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 |
|
alexhudson
|
54eb30ea62
|
Attempt to make Bongo compile on older libical apis
|
2009-08-18 14:08:17 +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
|
b378e96840
|
-- the beginnings of the all out removal of memmgr and merging it elsewhere.
|
2009-08-15 17:19:49 +00:00 |
|
pfelt
|
05ef3f431a
|
-- fix: make connio compile cleanly.
|
2009-08-08 03:16:33 +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
|
20f8e515f2
|
Turn on strict compiling for the store.. bit messy in places :S
|
2009-07-12 08:27:13 +00:00 |
|
alexhudson
|
828ab1006d
|
Merge memmgr-glib experiment onto trunk
|
2009-07-10 08:34:06 +00:00 |
|
pfelt
|
ca04d0241e
|
-- some fixes for opensuse 64bit build
-- a fix for gnutls detection of invalid sessions
|
2009-03-07 19:14:54 +00:00 |
|
alexhudson
|
70d6da04ab
|
Make MsgSQLResultTextPtr() return a value instead of random rubbish.
|
2009-02-15 22:00:37 +00:00 |
|
alexhudson
|
90e8a95b6a
|
Go back to previous libical API for header files since this seems to be 'right' for the future now...
|
2008-10-10 09:08:05 +00:00 |
|
alexhudson
|
07b8c90144
|
Stop attempting to cache SQL statements; we have a race in here which causes crashing.
|
2008-10-05 11:43:58 +00:00 |
|
alexhudson
|
29f4eeec4e
|
Merge the store-sqlite branch back onto trunk
|
2008-09-04 15:22:34 +00:00 |
|
alexhudson
|
b4a2c683aa
|
Update doxygen setup and fix some of the bad bits of documentation.
|
2008-04-12 13:40:18 +00:00 |
|
alexhudson
|
160871308e
|
One-liner to fix segfault in bongo-config
|
2008-04-04 17:20:16 +00:00 |
|
alexhudson
|
113dbce285
|
Fix segfault in bongocollector agent due to change in MsgAuthUserList API
|
2008-01-29 10:36:53 +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 |
|
trisk
|
2c8bbcb714
|
Fix use of uninitialised variables in msgapi, also some housekeeping.
|
2007-07-07 03:36:32 +00:00 |
|
alexhudson
|
c9871608d6
|
Various build system fixes for Solaris, again from Albert Lee
|
2007-06-30 13:37:06 +00:00 |
|
alexhudson
|
6016b7f420
|
* Update build detection of LDAP schema (should fix bug #8797)
* Fix detection of custom builds
|
2007-05-18 13:57:46 +00:00 |
|
alexhudson
|
87f97b23f6
|
* Add support for resolving TXT DNS RRs
* Add ability to check online for updates
|
2007-05-10 23:13:00 +00:00 |
|
alexhudson
|
876724ad05
|
Remove NMAP routines from msgapi
|
2007-05-04 09:37:24 +00:00 |
|
alexhudson
|
39db173e32
|
Remove some cruft from msgapi
|
2007-05-03 12:28:48 +00:00 |
|
alexhudson
|
86b16c4c2e
|
Small change to msgcollector to allow us to compile against slightly older curls
|
2007-03-08 13:09:39 +00:00 |
|
alexhudson
|
77250215b0
|
Removing last vestiges of OpenSSL MD5 API - new XplHash is used. This should fix most segfaults now.
Task #4626 is mostly complete with this.
|
2007-01-25 11:53:32 +00:00 |
|
alexhudson
|
e302e4c005
|
Remove build files lamely included in first revision. Sigh :(
|
2007-01-24 23:15:00 +00:00 |
|
alexhudson
|
b0c62252c4
|
Initial import of Bongo source code.
|
2007-01-22 23:37:12 +00:00 |
|