Commit Graph

251 Commits

Author SHA1 Message Date
alexhudson e050a05905 Remove connio code from the header files. Good grief, it's now debuggable! 2007-09-03 10:45:36 +00:00
pfelt cdd1000b66 -- set a couple of the defaults that i hadn't set on initial coding 2007-09-03 05:44:50 +00:00
halex 43c0a4da76 Up to my old tricks again. :) 2007-09-03 03:41:33 +00:00
halex 8c3610f767 * Support for IE7.
* Added the ability to show/hide the sidebar.
* Fixed up titles on pages.
* Footer is included - text needs changing?
* Changed link styles.
2007-09-03 03:30:33 +00:00
alexhudson a0c7ba01fb Update queue config to stop it consuming 100% cpu 2007-09-02 15:47:14 +00:00
halex d08224d3a9 Forgot the 'agentview' template. 2007-09-02 09:16:40 +00:00
alexhudson 9081bbafa8 Clean up python msgapi linkage a bit. 2007-09-02 09:12:38 +00:00
halex b24f189ab4 * Reformatted icon view definitions in CSS, and changed colours.
* More agent icons.
* Center the enable/disable agent table thing.
* Added Reset button to that screen, too.
* Added a GetStoreData function to HawkeyeHandler.
* Read-only setting dialogs for all store-ified agents.
2007-09-02 08:10:14 +00:00
alexhudson a4cb2180a1 Shuffle agent startup priorities a little 2007-09-01 21:59:05 +00:00
alexhudson 0aa7234cc7 Remove := assignments from build system; fixes portability warnings 2007-09-01 19:21:22 +00:00
pfelt c598d4c0d0 -- i never defaulted the queue port correctly 2007-09-01 17:17:43 +00:00
pfelt 1305c92486 -- the lib should be checking for null arrays before dereferencing them 2007-09-01 17:06:45 +00:00
alexhudson da67db300a Small config file corrections 2007-09-01 16:23:33 +00:00
alexhudson fb45a44dbb Create the server credential again - seems it's needed :) 2007-09-01 14:14:20 +00:00
alexhudson e8f69e29cb Clean up some deprecated msgapi functions 2007-09-01 13:30:01 +00:00
alexhudson 178e3b4d5e Fix up msgapi dir/path functions 2007-09-01 12:35:36 +00:00
halex 88c2facbf4 * More icons for agents.
* Provides a human-readable name on the agent list.
* Hopefully updated linkies to right place.
2007-09-01 11:15:21 +00:00
alexhudson 15368ea26c Remove comments from manager json; they're not valid json really. 2007-09-01 10:01:37 +00:00
halex 93c3f7a80d Fixed small typo. Woops 2007-09-01 08:01:13 +00:00
pfelt ac629178b7 -- this prevents a segfault within the queue because the array functions don't check to see if an array exists before dereferencing things. this should probably be fixed in the lib, but needs a little discussion 2007-09-01 07:04:30 +00:00
halex 5cc65b5756 This commit never happened. 2007-09-01 05:49:18 +00:00
halex d7de966a3f * Automatically-generated agent list from within Hawkeye.
* Removed some un-necessary libs from StoreConnections etc.
** Includes host-lookup for StoreClient, may break things.
2007-09-01 04:03:36 +00:00
alexhudson 6156b24270 Revert sqlite api change - some sqlite3 doesn't have this, it seems... 2007-08-31 18:18:09 +00:00
alexhudson c14431d623 Various header file clean-ups, should now build from dist 2007-08-31 17:55:57 +00:00
alexhudson 02ea3e339f Few last MDB dregs 2007-08-31 16:53:21 +00:00
alexhudson d06acaef14 Small patch to remove mdb from the build 2007-08-31 16:37:21 +00:00
alexhudson 34b5fadb0f Disabled rules and mailprox from the remove-mdb build for now 2007-08-31 12:34:46 +00:00
alexhudson 955467a812 Adding users and setting passwords now works \o/ 2007-08-28 21:36:55 +00:00
alexhudson f9bd56b84a Enable users to be added to database 2007-08-27 22:37:54 +00:00
pfelt 18d06a9979 -- fixed a broken commit where i was trying to cast incorrectly. we fixed the function prototype 2007-08-27 21:25:34 +00:00
pfelt 376a608a71 -- remove a const that was causing some warning messages to be produced. 2007-08-27 21:23:16 +00:00
pfelt 9197e27226 -- this should remove mdb. i'm about halfway through adding address rewriting to the queue as a queue command.
-- there are some TODO's left to fix as well.
2007-08-26 20:23:29 +00:00
alexhudson 172eb20cee Move some queue changes out of fat's way; REVERTME 2007-08-26 19:27:51 +00:00
alexhudson f1e18a3c42 Merge latest trunk revisions into branch 2007-08-26 19:24:57 +00:00
pfelt a0fbe38c89 -- this directory will hold one file for each domain that has aliases 2007-08-20 15:36:11 +00:00
pfelt 1e68397961 -- add subdirectory support to the tar file. each subdirectory will be a new collection of documents. code is still in place to only allow for /config/* files 2007-08-20 15:04:07 +00:00
pfelt 4d3d984bb2 -- clear up a compiler warning in bongo-config due to a missing prototype 2007-08-20 01:55:48 +00:00
alexhudson db095e224c Slight grab-bag;
* some sqlite helper functions added to msgapi. versions in store could/should 
be deprecated, possibly post-1.0 though
* remove some hard-coded stuff from auth, replace with sqlite db
* various small fixes
2007-08-06 19:59:24 +00:00
alexhudson f9aeaadb3c Minor MDB lossage in avirus 2007-07-29 17:42:21 +00:00
alexhudson f4e2cbb923 Remove MDB from smtp, restructure global variables a little 2007-07-29 15:55:59 +00:00
halex 058c6c4bd6 Makes StoreClient completely MDB-free. The only caveat is that the store agent must be on localhost and on port 689. 2007-07-29 11:10:19 +00:00
alexhudson 067f347f44 Like Bond, You Only Auth Once: move store cookie functionality to msgapi; this means queue & <unnamed agent> can share cookies 2007-07-28 17:59:29 +00:00
alexhudson c6e9f2f575 Remove config watcher from proxy agent 2007-07-27 23:15:29 +00:00
alexhudson 7727841f41 Remove libmanagement from the build, and from agents - I want to keep this code for the BongoJsonRPC stuff, but nothing else really.
Progress script has been updated to ignore non-building parts
2007-07-27 23:07:03 +00:00
alexhudson d31f61b5a0 * Last bits of MDB removed from imap
* Clean up some uses of NMAPInitialize()
2007-07-27 09:02:00 +00:00
alexhudson 6b26127445 Make the credential stuff all call into msgapi 2007-07-27 08:24:15 +00:00
pfelt 641e6a4629 -- removed the dn parameter to the HashCredential Function 2007-07-27 03:42:28 +00:00
alexhudson 20bc2c36a5 Fix NMAPInitialize() so that everything isn't /completely/ broken 2007-07-26 22:18:30 +00:00
alexhudson 3a873c389c Sync branch with HEAD of trunk 2007-07-26 22:01:34 +00:00
alexhudson 422036f5a7 Unused variable removed 2007-07-26 21:39:51 +00:00