**************************************** Date: Saturday October 25, 1997 @ 18:54 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: config.h Log Message: This is C code, not a shell script. Lines starting with a # aren't comments :-) **************************************** Date: Saturday October 25, 1997 @ 18:54 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: fix some coding errors **************************************** Date: Monday October 27, 1997 @ 0:54 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: change the mail headers handling **************************************** Date: Monday October 27, 1997 @ 1:30 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: display URLs in mail messages as clickable links **************************************** Date: Monday October 27, 1997 @ 12:39 Author: tridge Update of /data/cvs/jitterbug In directory samba:/data/people/tridge/jitterbug Modified Files: README Log Message: minor README change **************************************** Date: Monday October 27, 1997 @ 12:39 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/data/people/tridge/jitterbug/config Modified Files: guestintro.html intro.html jitterbug_help.html Log Message: minor changes **************************************** Date: Monday October 27, 1997 @ 12:42 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/data/people/tridge/jitterbug/docs Modified Files: INSTALL Log Message: there were lots of things that needed changing in the INSTALL instructions. There is more to do but at least this is a bit more accurate. - The binary needs to have permissions 04710 - it need to be owned by root - the group needs to match the web server - the data area should (normally) be _outside_ your normal web document area. - there is no file called "incoming" **************************************** Date: Monday October 27, 1997 @ 12:44 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/data/people/tridge/jitterbug/docs Modified Files: jitterbug.doc Log Message: fix the notes on security remove the note about not being able to use checkboxes. You _can_ use checkboxes. See the addsignature and the fullheaders example. You just have to use them carefully. **************************************** Date: Monday October 27, 1997 @ 12:52 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: config.h Log Message: more explanations in config.h **************************************** Date: Monday October 27, 1997 @ 15:44 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: cgi.c Log Message: removed cgi_flush_variables(). I didn't realise Dan had added it! The main code relies on the variables NOT being flushed. **************************************** Date: Monday October 27, 1997 @ 15:51 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: Makefile Log Message: add an install target **************************************** Date: Monday October 27, 1997 @ 15:53 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: support _ and - in URLs change to generic bug submission code. You can now customise reportform.html without changing the source code **************************************** Date: Monday October 27, 1997 @ 15:53 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: proto.h Log Message: **************************************** Date: Monday October 27, 1997 @ 15:54 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/data/people/tridge/jitterbug/config Modified Files: reportform.html Log Message: updated example to use generic method **************************************** Date: Monday October 27, 1997 @ 23:43 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4718 Removed Files: jitterbug.doc Log Message: This was a second copy of docs/jitterbug.doc **************************************** Date: Friday October 31, 1997 @ 18:07 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26608 Removed Files: Makefile Log Message: ?For some reason cvs gave me "Up-to-date check failed for `Makefile'" when trying to remove it at the same time as adding other files. **************************************** Date: Friday October 31, 1997 @ 18:11 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv12221 Added Files: Makefile.in config.guess config.sub configure configure.in install-sh Log Message: Use autoconf to generate Makefile. Tested on Linux and IRIX, Solaris might work too. Autoconf really _is_ good, except that it involves a whole stack of files in the source directory (unless you get a bit clever.) A side effect of using autoconf is that it doesn't matter how much you change your local Makefile it doesn't hurt the CVS tree and other developers :-) Dan Shearer **************************************** Date: Friday October 31, 1997 @ 18:33 Author: dan Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv13767/docs Modified Files: INSTALL Log Message: Update docs/INSTALL for autoconf Remove unused var in jitterbug.c **************************************** Date: Friday October 31, 1997 @ 18:33 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13767/source Modified Files: jitterbug.c Log Message: Update docs/INSTALL for autoconf Remove unused var in jitterbug.c **************************************** Date: Monday November 3, 1997 @ 22:53 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23323 Modified Files: jitterbug.c Log Message: Make fullheaders setting case insensitive. Some silly PC mailers like to use uppercase for certain headers. RFC822 says: When matching any other syntactic unit, case is to be ignored. For example, the field-names "From", "FROM", "from", and even "FroM" are semantically equal and should all be treated identically." Dan **************************************** Date: Monday November 3, 1997 @ 23:18 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20270 Modified Files: util.c Log Message: Make getmailheader() case insensitive **************************************** Date: Tuesday November 4, 1997 @ 16:37 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: when replying to a followup use the From address in the followup, not the original From address **************************************** Date: Thursday November 20, 1997 @ 16:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv16399 Modified Files: util.c Log Message: change from NULL to %c in the strftime() format. NULL should have worked, but it seems to be not supported under Linux. **************************************** Date: Friday November 21, 1997 @ 13:02 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv5769 Modified Files: jitterbug.c smtp.c Log Message: allow ? as a wildcard in smtp_waitfor() and use it to handle sendmail systems **************************************** Date: Monday November 24, 1997 @ 22:23 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv21153 Modified Files: jitterbug.c proto.h util.c Added Files: .cvsignore Removed Files: config.h Log Message: Fixed some bugs, make some changes, prepare for making it possible to make links between PR nos. jitterbug.c: added valid_user() fix bug where a null username was offered as the default choice when first entering the system added count_links (but not used yet because links aren't done) added "." every time load_dir_list called so it doesn't have to be assumed in util.c make it clear to user that "status level" == directory replace code to read in users and put in a sorted array with a call to new util.c function load_file_list util.c: Add MAX_LINES const add dirname parameter to load_dir_list. If util.c is meant to be general it shouldn't assume the default dir any more than load_file_list should assume a file name of "users". add load_file_list, very similar to load_dir_list Fixed some bugs, make some changes, prepare for making it possible to link PRs to one another via a file called .links but haven't done the code for it yet. jitterbug.c: added valid_user() fix bug where a null username was offered as the default choice when first entering the system added count_links (but not used yet because links aren't done) added "." every time load_dir_list called to match new definition in util.c make it clear to user that "status level" == directory replace code to read in users and put in a sorted array with a call to new util.c function load_file_list util.c: Add MAX_LINES const add dirname parameter to load_dir_list. If util.c is meant to be general it shouldn't assume the default dir any more than load_file_list should assume a file name of "users". add load_file_list, very similar to load_dir_list proto.h: the usual added count_links (but not used yet because links aren't done) added "." every time load_dir_list called to match new definition in util.c make it clear to user that "status level" == directory replace code to read in users and put in a sorted array with a call to new util.c function load_file_list util.c: Add MAX_LINES const add dirname parameter to load_dir_list. If util.c is meant to be general it shouldn't assume the default dir any more than load_file_list should assume a file name of "users". add load_file_list, very similar to load_dir_list proto.h: the usual Renamed config.h to jconfig.h because it got lost among all the autoconf config* stuff. **************************************** Date: Monday November 24, 1997 @ 23:11 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv15310 Modified Files: jitterbug.c Log Message: put back in the wildcard check in the EHLO response that Dans commit removed. This is needed for sendmail based systems to work correctly. removed some unused variables **************************************** Date: Monday November 24, 1997 @ 23:11 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9670 Modified Files: util.c Log Message: removed an unused variable **************************************** Date: Monday November 24, 1997 @ 23:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv5380 Modified Files: jitterbug.c Log Message: the new select_user() code defaults clients to the first name in the list (Chris Hertel in our case) making it too easy to enter as that user without selecting from the list. Change back to the old behaviour. **************************************** Date: Tuesday November 25, 1997 @ 5:07 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26271 Added Files: jconfig.h Log Message: Really add jconfig.h this time. See comments for previous dps commit. **************************************** Date: Sunday November 30, 1997 @ 2:53 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13491 Modified Files: util.c Log Message: Added recursive find_file function. Prep for message linking. **************************************** Date: Sunday November 30, 1997 @ 16:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: cgi.c jconfig.h jitterbug.c proto.h util.c Log Message: added the ability to use/edit/create FAQ entries on the fly **************************************** Date: Monday December 1, 1997 @ 13:26 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: util.c Log Message: always use a blank entry in select_list() **************************************** Date: Monday December 1, 1997 @ 13:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: space things out better in show_directories() **************************************** Date: Tuesday December 2, 1997 @ 10:24 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13968 Modified Files: jitterbug.c proto.h util.c Log Message: jitterbug.c : first rough version of links code. .links is a list of message ids that are linked to . These can be in any directory in the system. The presence of a links file is announced in much the same way as replies or followups in the main directory view. The individual message view screen has an edit/view links anchor (even if it doesn't currently have any links). Can't edit yet but this is trivial, need to see if the idea works. This is John's idea and should be checked with him to see if it makes sense. Added a couple of missing free_list calls. **************************************** Date: Wednesday December 3, 1997 @ 0:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv2501 Modified Files: jitterbug.c Log Message: zero the addsignature variable at the right time so it can be reset. (checkboxes need to be treated like this) **************************************** Date: Wednesday December 3, 1997 @ 0:41 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13919 Modified Files: jitterbug.c Log Message: stop the links code from coredumping **************************************** Date: Wednesday December 3, 1997 @ 14:08 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: don't free s twice **************************************** Date: Thursday December 4, 1997 @ 13:58 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: log the creation and saving of FAQ entries **************************************** Date: Thursday December 4, 1997 @ 17:46 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv5969 Modified Files: jitterbug.c Log Message: Bug where null strings were being treated as null pointers, this won't work :-) get_info() assumed util.c/getmailheader() returned NULL where it returns strdup(""). Tridge, I'd prefer to return NULL in getmailheader but you might have had a reason so I've left it for now and just used strcmp and free instead. This fixes the problem where nonsense messages are sort-of displayed. Added code to put the per-dir notes.html in the TITLE= tag of each directory name's anchor in display_dir() but took most of it out again when I discovered that the big browsers (netscape, ie, lynx) ignore this. Uncomment this when these browsers catch up with Arena and I think Red Baron! **************************************** Date: Thursday December 4, 1997 @ 23:01 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23094 Modified Files: jitterbug.c Log Message: Minor stuff. valid_user: change correct but mildly confusing 'user' to 'username' add_audit: fatal error if audit file can't be opened login_page: use valid_user more instead of *user etc bug fixed where it lets you in even if you entered an invalid new user with a valid user; now prints an error message instead. put "/" in front of guestintro.html and intro.html to be consistent with other similar files load_users: fatal error now if can't open audit file use valid_user more main: check for invalid newuser var **************************************** Date: Friday December 5, 1997 @ 12:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: reverted some bits of code back to what it was - removed some of the new strlen() checks Dan put in. Some were just wrong, and others checked for NULL string instead of zero length string deliberately. The reason is that we want to be able to view messages with blank fields but we don't want to core dump. - check only for valid_user(user) when deciding whether to do a login. the newuser variable has already been processed. **************************************** Date: Friday December 5, 1997 @ 12:07 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/data/people/tridge/jitterbug/source Modified Files: jitterbug.c Log Message: need quotequotes() on subject after quoting or you lose part of subject line if thery have a " in it. **************************************** Date: Saturday December 6, 1997 @ 23:03 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7314 Modified Files: jitterbug.c proto.h util.c Log Message: Simple stuff and Links code Simple stuff ------------ I've been testing with some really dud messages which is why I started fiddling here. If we are going to go ahead and display messages with blank fields (which I agree is the best strategy) then we need to do it consistently for all fields. jitterbug.c display_email: print warning if no message body slight indentation change for reading ease get_info: return "unknown" on missing From: or Date: fields at last! I understand what tridge meant in testing for NULL: out of memory test. Changed to a fatal() for this rather than returning 0 to match everywhere else Links code ---------- I wish I had time to do this in one go, its painful to drip-feed the code :-) Done work in jitterbug.c on this and in process built some more general string list functions in util.c. jitterbug.c do_links: handles link adding/deleting. not quite finished. util.c delete_list_item: created write_list: created proto.h usual **************************************** Date: Sunday December 7, 1997 @ 0:28 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10231 Modified Files: jitterbug.c proto.h util.c Log Message: Got links working except for what is probably a simple current directory thing with handling "newlinks". Be a week before I get to spend any more time but it really is only a few minutes from being 100% . **************************************** Date: Tuesday December 16, 1997 @ 1:00 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9796 Modified Files: jitterbug.c util.c Log Message: Links code works for me now, add and delete with sanity checks on all ids and audit messages. jitterbug.c: do_links() - don't return on null links file - sensible audit log message display_links() - get message count right if links file has non-existant PR numbers in it util.c: write_links() - delete file if mode "w" and null list **************************************** Date: Tuesday December 16, 1997 @ 1:33 Author: dan Update of /data/cvs/jitterbug In directory samba:/tmp/cvs-serv4364 Added Files: ToDo Log Message: Added file for wishful thinking **************************************** Date: Tuesday December 16, 1997 @ 1:35 Author: dan Update of /data/cvs/jitterbug In directory samba:/tmp/cvs-serv16503 Modified Files: ToDo Log Message: More **************************************** Date: Tuesday December 16, 1997 @ 14:44 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6834 Modified Files: jitterbug.c Log Message: allow add_audit() to be called by guest if the file is writeable. This way the admin can choose to make (for example) system.audit world writeable so they know who is using the system. **************************************** Date: Tuesday December 16, 1997 @ 14:47 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13771 Modified Files: jitterbug.c Log Message: record guest connections **************************************** Date: Wednesday December 17, 1997 @ 13:05 Author: tridge Update of /data/cvs/jitterbug In directory samba:/tmp/cvs-serv25969 Modified Files: README Log Message: updated the docs a bit. better INSTALL file. **************************************** Date: Wednesday December 17, 1997 @ 13:06 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv24494 Modified Files: INSTALL Log Message: updated the docs a bit. better INSTALL file. **************************************** Date: Wednesday December 17, 1997 @ 13:13 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/data/people/tridge/jitterbug/config Modified Files: guestintro.html intro.html reportform.html Added Files: .nextid footer.html guest.prefs Log Message: setup some better example config stuff **************************************** Date: Wednesday December 17, 1997 @ 13:17 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv6684 Modified Files: INSTALL Log Message: add note about customising the *.html files. **************************************** Date: Wednesday December 17, 1997 @ 13:38 Author: jitter-bugs Update of /data/cvs/jitterbug/mail In directory samba:/data/people/jitter-bugs/jitterbug/mail Modified Files: README procmailrc Added Files: cvs_message forward Log Message: improved the mail installation instructions **************************************** Date: Wednesday December 17, 1997 @ 13:39 Author: jitter-bugs Update of /data/cvs/jitterbug/mail In directory samba:/data/people/jitter-bugs/jitterbug/mail Removed Files: reprocess Log Message: don't want this **************************************** Date: Wednesday December 17, 1997 @ 13:40 Author: jitter-bugs Update of /data/cvs/jitterbug/mail In directory samba:/data/people/jitter-bugs/jitterbug/mail Removed Files: auto_reply Log Message: don't want this either (too specialised) **************************************** Date: Wednesday December 17, 1997 @ 13:46 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv25871 Modified Files: INSTALL Log Message: add usr for anon cvs **************************************** Date: Wednesday December 17, 1997 @ 13:46 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19590 Modified Files: jitterbug.c Log Message: no error message when creating a new user **************************************** Date: Wednesday December 17, 1997 @ 14:06 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9675 Modified Files: jconfig.h jitterbug.c Added Files: version.h Log Message: use version.h so it can be auto-updated by the release script **************************************** Date: Wednesday December 17, 1997 @ 14:08 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: .cvsignore Log Message: ignore a couple more files **************************************** Date: Wednesday December 17, 1997 @ 14:09 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jconfig.h Log Message: make the default jconfig.h the one from jitter-bugs@samba to make the release process easy **************************************** Date: Saturday December 20, 1997 @ 16:35 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jconfig.h jitterbug.c Log Message: allow the AUTH_USER macro to be left blank which leaves the authentication totally up to the web server. This is useful for group authentication. **************************************** Date: Tuesday December 23, 1997 @ 23:18 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv18349 Modified Files: Makefile.in proto.h util.c Added Files: list.c Log Message: Moved list stuff out of util.c. Not tested properly but better than nothing. **************************************** Date: Wednesday December 24, 1997 @ 12:29 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv1928 Modified Files: Makefile.in jitterbug.c list.c Added Files: notify.c Log Message: The start of some auto-notification changes. Only the gui parts are done so far, the actual email notification is next **************************************** Date: Wednesday December 24, 1997 @ 12:45 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19220 Modified Files: jitterbug.c proto.h smtp.c Log Message: cleaned up the smtp mail handling a bit ready for more extensive use in the notification code **************************************** Date: Wednesday December 24, 1997 @ 13:43 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13916 Modified Files: jitterbug.c notify.c proto.h Log Message: implemented the notification sending for message movements. **************************************** Date: Wednesday December 24, 1997 @ 14:00 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4176 Modified Files: jitterbug.c Log Message: notify both src and dest directory on msg movements **************************************** Date: Wednesday December 24, 1997 @ 16:02 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10271 Modified Files: Makefile.in cgi.c jitterbug.c notify.c proto.h smtp.c util.c Added Files: new_message.c Log Message: full notification done (but untested) this replaces the new_message script with a C program that does all the work, handling locks and sending notifications. This also gets rid of those ugly mail scripts **************************************** Date: Wednesday December 24, 1997 @ 16:09 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv11574 Modified Files: lock.c Log Message: get the locking right in new_message **************************************** Date: Wednesday December 24, 1997 @ 16:34 Author: tridge Update of /data/cvs/jitterbug/mail In directory samba:/tmp/cvs-serv4589 Modified Files: README procmailrc Removed Files: cvs_message followup_message new_message Log Message: much simpler mail processing now **************************************** Date: Wednesday December 24, 1997 @ 16:35 Author: tridge Update of /data/cvs/jitterbug/mail In directory samba:/tmp/cvs-serv15539 Removed Files: .procmailrc Log Message: much simpler mail processing now **************************************** Date: Wednesday December 24, 1997 @ 16:36 Author: tridge Update of /data/cvs/jitterbug In directory samba:/tmp/cvs-serv10427 Modified Files: README Log Message: much simpler mail processing now a few minor fixes in new_message **************************************** Date: Wednesday December 24, 1997 @ 16:36 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/tmp/cvs-serv10071 Removed Files: .nextid Log Message: much simpler mail processing now a few minor fixes in new_message **************************************** Date: Wednesday December 24, 1997 @ 16:36 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv1507 Modified Files: INSTALL jitterbug.doc Log Message: much simpler mail processing now a few minor fixes in new_message **************************************** Date: Wednesday December 24, 1997 @ 16:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4463 Modified Files: .cvsignore new_message.c notify.c Log Message: much simpler mail processing now a few minor fixes in new_message **************************************** Date: Wednesday December 24, 1997 @ 16:55 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13652 Modified Files: jitterbug.c new_message.c notify.c Log Message: don't send notification to the user that causes the action so for example, if tridge is in the notify list for a message, and tridge moves the message then don't send tridge a notification **************************************** Date: Wednesday December 24, 1997 @ 16:57 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7500 Modified Files: notify.c Log Message: fix bug in clean_notify **************************************** Date: Wednesday December 24, 1997 @ 16:59 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4545 Modified Files: jitterbug.c Log Message: use "directory" instead of "status level" **************************************** Date: Wednesday December 24, 1997 @ 17:02 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.1 **************************************** Date: Wednesday December 24, 1997 @ 18:04 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv5037 Added Files: JitterBug.txt internals.txt Removed Files: Problems.txt jitterbug.doc Log Message: cleaned up the docs a bit JitterBug.txt is now a basic user guide **************************************** Date: Wednesday December 24, 1997 @ 20:37 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv3148 Modified Files: includes.h jitterbug.c list.c lock.c new_message.c notify.c proto.h smtp.c util.c Added Files: jitterbug.h Removed Files: getid.c Log Message: - some code cleanups - send a summary of the message along with the notification emails **************************************** Date: Wednesday December 24, 1997 @ 20:39 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13498 Modified Files: jitterbug.c Log Message: only send notes once in changed notes notification **************************************** Date: Wednesday December 24, 1997 @ 20:52 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22235 Modified Files: cgi.c notify.c proto.h Log Message: fix some layout problems in the notification summaries **************************************** Date: Wednesday December 24, 1997 @ 20:57 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22851 Modified Files: jitterbug.c new_message.c Log Message: missing argument in new_message notification **************************************** Date: Wednesday December 24, 1997 @ 21:02 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22153 Modified Files: new_message.c Log Message: another new_message notification bug! **************************************** Date: Wednesday December 24, 1997 @ 21:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv18141 Modified Files: new_message.c Log Message: another new_message notification bug! **************************************** Date: Wednesday December 24, 1997 @ 21:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv24063 Modified Files: cgi.c util.c Log Message: hopefully fix a bug in getmailheader() where it would recognise "headers" half way along a line. also make the case insensitive handling in getmailheader much more efficient **************************************** Date: Wednesday December 24, 1997 @ 21:31 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27897 Modified Files: util.c Log Message: use strncasecmp() not strcasecmp() in getmailheader() **************************************** Date: Wednesday December 24, 1997 @ 21:37 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.2 **************************************** Date: Thursday December 25, 1997 @ 14:17 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25086 Modified Files: jitterbug.c list.c proto.h util.c Log Message: list.c: fixed various list handling bugs added new fn debug_print_list() added new fn new_list() jitterbug.c: do_links(): added new_list() call, messages without a links file already weren't being dealt with. util.c: find_file(): small bugfix. There is still a bug in here somewhere. **************************************** Date: Thursday December 25, 1997 @ 23:49 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23001 Modified Files: util.c Log Message: got rid of debug lines **************************************** Date: Thursday December 25, 1997 @ 23:57 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6755 Modified Files: jitterbug.c Log Message: use correct cgi variable for title of links page **************************************** Date: Friday December 26, 1997 @ 12:23 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv12091 Modified Files: new_message.c Log Message: needed to set the umask in new_message to make the messages publicly readable! **************************************** Date: Friday December 26, 1997 @ 13:12 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv17612 Modified Files: jitterbug.c Log Message: put #if MESSAGE_LINKS around all the message links code. this code is just too dodgy at the moment. I fixed a pile of bugs in it but until it is fully working I don't think it should be included - added some buffer overflow checks in links code. All cgi variables must not be trusted for size! - allow , and \t in strtok() list separation for links - fixed a C coding error. Dan, in C you must specify "else", it is not implicit. So for example: if (foo) { statement1; }{ statement2; } is *not* a valid if/else statement. I noticed you used this syntax in a couple of places. The result was core dumps. You must use an else like this: if (foo) { statement1; } else { statement2; } maybe I should give you a separate CVS branch to work in? I know C isn't your language of choice so maybe it would be better if I transferred stuff from your branch to the main branch when I've checked it over? **************************************** Date: Friday December 26, 1997 @ 13:16 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25297 Modified Files: list.c Log Message: fixed several C coding errors - use unlink() not remove(). Never use remove() unless you know it might be a directory (very rare!) - strcmp() returns 0 on a match, not non-0 - need
in html debug printfs - delete_list_item had several bugs, core dumps would have been common. Note that I haven't tested these fixes, they were just errors I found by reading the code. Testing needed. **************************************** Date: Friday December 26, 1997 @ 13:21 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25233 Modified Files: jitterbug.c Log Message: don't dipslay link to view/edit linked messaged unless MESSAGE_LINKS is set **************************************** Date: Friday December 26, 1997 @ 13:26 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.3 **************************************** Date: Friday December 26, 1997 @ 13:52 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv21647 Modified Files: configure.in Log Message: - don't use -Wall on solaris (they might not have gcc!) - I'm also very suspicious of the direct/dirent stuff. It looks wrong. **************************************** Date: Friday December 26, 1997 @ 15:24 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv1482 Modified Files: Makefile.in cgi.c configure configure.in includes.h jitterbug.h list.c search.c util.c Added Files: config.h.in Log Message: make JitterBug reasonably portable Although we had a configure script we weren't actually using autoconf up till now. To use autoconf you need to base your #includes on autoconf output I've now test compiled JitterBug on SunOS 4.1.3, Solaris/gcc, Solaris/cc, IRIX 6.4, Linux, Ultrix and OSF1 3.2. Lots of changes were needed. **************************************** Date: Friday December 26, 1997 @ 15:27 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: .cvsignore version.h Log Message: preparing for release of 1.4 **************************************** Date: Friday December 26, 1997 @ 23:12 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27294 Modified Files: .cvsignore install-sh Log Message: update .cvsignore don't need a full install-sh as JitterBug installation is manual (which is how it should be for a cgi-bin program!) **************************************** Date: Friday December 26, 1997 @ 23:13 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6862 Modified Files: install-sh Log Message: make install-sh report an error **************************************** Date: Sunday December 28, 1997 @ 0:07 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv17559 Modified Files: jitterbug.c list.c smtp.c util.c Log Message: - fixed a bug in the SIZE argument in smtp.c - case insensitive usernames in notification code - minor cleanups **************************************** Date: Sunday December 28, 1997 @ 0:24 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25246 Modified Files: notify.c Log Message: - case insensitive usernames in notification code **************************************** Date: Sunday December 28, 1997 @ 0:28 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.4.1 **************************************** Date: Sunday December 28, 1997 @ 22:40 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv1566 Modified Files: config.h.in jitterbug.c Log Message: an HTML validator found a bug in the search table html format. fixed. **************************************** Date: Sunday December 28, 1997 @ 22:51 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7210 Modified Files: jitterbug.c Log Message: more minor html fixes **************************************** Date: Monday December 29, 1997 @ 16:54 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27248 Modified Files: cgi.c Log Message: handle non-printable characters in quotedup() **************************************** Date: Monday December 29, 1997 @ 16:56 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27286 Modified Files: cgi.c Log Message: handle non-printable characters in quotedup() **************************************** Date: Monday December 29, 1997 @ 17:23 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10545 Modified Files: jitterbug.c Log Message: allow guests to view but not change the preferences **************************************** Date: Monday December 29, 1997 @ 17:26 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv16671 Modified Files: jitterbug.c Log Message: allow guests to view but not change the preferences **************************************** Date: Wednesday December 31, 1997 @ 14:24 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/tmp/cvs-serv23476 Modified Files: footer.html guestintro.html reportform.html Log Message: some updates to the installation instructions and default config **************************************** Date: Wednesday December 31, 1997 @ 14:24 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv25252 Modified Files: INSTALL Log Message: some updates to the installation instructions and default config **************************************** Date: Wednesday December 31, 1997 @ 14:24 Author: tridge Update of /data/cvs/jitterbug/mail In directory samba:/tmp/cvs-serv27987 Modified Files: README Log Message: some updates to the installation instructions and default config **************************************** Date: Wednesday December 31, 1997 @ 14:27 Author: tridge Update of /data/cvs/jitterbug In directory samba:/tmp/cvs-serv1923 Modified Files: README Removed Files: ToDo Log Message: got rid of ToDo. We don't really want to distribute this, I'd rather use the todo directory in JitterBug. update README a bit **************************************** Date: Wednesday December 31, 1997 @ 14:33 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.4.2 **************************************** Date: Thursday January 1, 1998 @ 23:08 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv28531 Modified Files: jitterbug.c jitterbug.h new_message.c notify.c proto.h util.c Log Message: speedups - only load the message body when it is really needed - when searching only load max_message_size bytes of the message **************************************** Date: Thursday January 1, 1998 @ 23:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv24479 Modified Files: jitterbug.c jitterbug.h notify.c proto.h util.c Log Message: need to load raw in get_info() to prevent loading twice **************************************** Date: Saturday January 3, 1998 @ 17:50 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv24873 Modified Files: jitterbug.c util.c Log Message: use the Reply-To: header if it exists **************************************** Date: Saturday January 3, 1998 @ 17:58 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25780 Modified Files: jitterbug.c notify.c Log Message: fix usage of load_ext() **************************************** Date: Monday January 5, 1998 @ 20:57 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26033 Modified Files: search.c Log Message: - more portable regexp usage - only compile regexp once **************************************** Date: Tuesday January 6, 1998 @ 11:28 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv8775 Modified Files: jitterbug.c list.c Log Message: - fixed a segv bug in the user_list handling - don't qsort zero length lists **************************************** Date: Tuesday January 6, 1998 @ 11:31 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.4.3 **************************************** Date: Thursday February 5, 1998 @ 11:35 Author: samba-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/samba-bugs/jitterbug/source Modified Files: jitterbug.c Log Message: add a 5 minute alarm so that JitterBug cannot run forever. This prevents processes building up if a bug does occur. **************************************** Date: Thursday February 5, 1998 @ 11:36 Author: samba-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/samba-bugs/jitterbug/source Modified Files: util.c Log Message: handle From: addresses with names containing <, often occuring in kanji or other foreign names. **************************************** Date: Thursday February 5, 1998 @ 12:12 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv2475 Modified Files: jitterbug.c Log Message: fixed a core dump in the faq handling. Thanks to d3moine@bst.bsf.alcatel.fr for pointing it out. **************************************** Date: Thursday February 5, 1998 @ 15:38 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7005 Modified Files: jitterbug.c Log Message: fix download for guest users (shouldn't die!) **************************************** Date: Thursday February 5, 1998 @ 15:42 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv5485 Modified Files: jitterbug.c Log Message: show a footer when a guest attempts file download **************************************** Date: Thursday February 12, 1998 @ 22:26 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27890 Modified Files: jconfig.h Log Message: testing CVS **************************************** Date: Thursday March 26, 1998 @ 11:36 Author: dan Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv4271 Modified Files: INSTALL Log Message: Updated Apache instructions. Minor corrections. **************************************** Date: Friday April 3, 1998 @ 12:27 Author: jitter-bugs Update of /data/cvs/jitterbug/config In directory samba:/data/people/jitter-bugs/jitterbug/config Modified Files: intro.html Log Message: refer to correct file in intro.html **************************************** Date: Saturday April 18, 1998 @ 13:32 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23734 Modified Files: cgi.c Log Message: no print_title() with DEBUG_COMMENTS **************************************** Date: Saturday April 18, 1998 @ 16:26 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv11139 Modified Files: Makefile.in jconfig.h jitterbug.c lock.c new_message.c notify.c proto.h smtp.c util.c Added Files: loadparm.c Log Message: implemented a runtime configuration system. All options are now configurable at runtime via config files in /etc/jitterbug/. This will allow us to distribute binaries if we want to. **************************************** Date: Saturday April 18, 1998 @ 17:29 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv14386 Modified Files: jitterbug.c loadparm.c lock.c proto.h util.c Log Message: changes to support running either with or without the chroot() and with the chroot() directory set above the base directory. This should make things much easier for Solaris users. **************************************** Date: Saturday April 18, 1998 @ 18:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22636 Modified Files: loadparm.c proto.h smtp.c Log Message: added support for using either an external mail (such as sendmail) or the internal one. The internal one doesn't work on all systems and there are some situations where an external mailer is preferable. **************************************** Date: Saturday April 18, 1998 @ 18:29 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19476 Modified Files: cgi.c loadparm.c proto.h Log Message: added a "display binary" option. When enabled all characters will be displayed, rather than only those passing isprint(). Useful for foreign language support. **************************************** Date: Saturday April 18, 1998 @ 22:04 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27309 Modified Files: Makefile.in jconfig.h loadparm.c new_message.c proto.h smtp.c util.c Log Message: - added tags target in Makefile - added autoreply code to new_message. This allows the PR# to be added to the subject of autoreplies. - added incoming parameter **************************************** Date: Saturday April 18, 1998 @ 22:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23493 Modified Files: new_message.c Log Message: only autoreply to messages in the incoming directory **************************************** Date: Saturday April 18, 1998 @ 22:08 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22191 Modified Files: smtp.c Log Message: no void return **************************************** Date: Saturday April 18, 1998 @ 22:38 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: new_message.c Log Message: fixed some bugs in the autoreply code **************************************** Date: Saturday April 18, 1998 @ 22:46 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c Log Message: fixed audit trail bug **************************************** Date: Saturday April 18, 1998 @ 23:31 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22320 Modified Files: jitterbug.c jitterbug.h notify.c util.c Log Message: - include the message with notifications. This should fulfill Jeremys needs. **************************************** Date: Saturday April 18, 1998 @ 23:45 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv24086 Modified Files: notify.c version.h Log Message: layout change and set new version number **************************************** Date: Sunday April 19, 1998 @ 0:09 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27680 Modified Files: jitterbug.c Log Message: fixed duplicate users bug **************************************** Date: Sunday April 19, 1998 @ 0:22 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4032 Modified Files: jconfig.h jitterbug.c Log Message: fixed faq dir with no chroot **************************************** Date: Sunday April 19, 1998 @ 0:30 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9394 Modified Files: cgi.c Log Message: stop unquote() from looping forever! **************************************** Date: Sunday April 19, 1998 @ 10:37 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv2816 Modified Files: new_message.c Log Message: fixed root_dir in new_message.c **************************************** Date: Sunday April 19, 1998 @ 11:28 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv3657 Modified Files: jitterbug.c loadparm.c proto.h Log Message: added background option for specifying background image **************************************** Date: Sunday April 19, 1998 @ 12:21 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10325 Modified Files: jitterbug.c new_message.c notify.c smtp.c Log Message: ensure that we always use \r\n in SMTP **************************************** Date: Sunday April 19, 1998 @ 12:30 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7398 Modified Files: jitterbug.c Log Message: always report errno in fatal() **************************************** Date: Sunday April 19, 1998 @ 12:38 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv2407 Modified Files: new_message.c Log Message: prevent mail loops in new_message **************************************** Date: Sunday April 19, 1998 @ 12:44 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13894 Modified Files: loadparm.c Log Message: added boolean type in parameter loading **************************************** Date: Sunday April 19, 1998 @ 13:25 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27699 Modified Files: jitterbug.c loadparm.c proto.h util.c Log Message: added "group authentication" option **************************************** Date: Sunday April 19, 1998 @ 13:38 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv11993 Modified Files: jitterbug.c Log Message: modifications to allow JitterBug to run without being setuid **************************************** Date: Sunday April 19, 1998 @ 22:46 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10913 Modified Files: jitterbug.c lock.c new_message.c notify.c proto.h util.c Log Message: lots of paranoid buffer overflow checks **************************************** Date: Sunday April 19, 1998 @ 22:49 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv14400 Modified Files: util.c Log Message: fixed bug in user_address() **************************************** Date: Monday April 20, 1998 @ 10:19 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv1135 Modified Files: smtp.c Log Message: some code to help debugging of the internal smtp code **************************************** Date: Monday April 20, 1998 @ 10:25 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27203 Modified Files: smtp.c Log Message: fixed an end-of-mail bug **************************************** Date: Monday April 20, 1998 @ 10:51 Author: dan Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv5381/source Added Files: jitterbug-conf-sample Log Message: Sample /etc/jitterbug/jitterbug file **************************************** Date: Monday April 20, 1998 @ 10:52 Author: dan Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv26173/docs Modified Files: INSTALL Log Message: Updated for 1.5. Doesn't cover non-suid installs yet. **************************************** Date: Monday April 20, 1998 @ 11:49 Author: tridge Update of /data/cvs/jitterbug In directory samba:/tmp/cvs-serv8209 Modified Files: README Log Message: changed the docs for runtime config **************************************** Date: Monday April 20, 1998 @ 11:49 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv8543 Modified Files: INSTALL JitterBug.txt Log Message: changed the docs for runtime config **************************************** Date: Monday April 20, 1998 @ 11:49 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv26121 Added Files: CONFIG.txt Log Message: changed the docs for runtime config **************************************** Date: Monday April 20, 1998 @ 11:49 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv24434 Modified Files: smtp.c Log Message: added a comment **************************************** Date: Monday April 20, 1998 @ 11:57 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv12905 Modified Files: INSTALL Log Message: a few more docs changes. More to come. Dan, please leave the CVS tree and docs alone for a while. Your changes are conflicting with mine. I have a lot more changes to do. **************************************** Date: Monday April 20, 1998 @ 12:11 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv11239 Modified Files: CONFIG.txt INSTALL Log Message: a few more docs changes. More to come. **************************************** Date: Monday April 20, 1998 @ 12:11 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv3556 Modified Files: util.c Log Message: changed the handling of root_directory() **************************************** Date: Monday April 20, 1998 @ 12:14 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv14062 Removed Files: jitterbug-conf-sample Log Message: Dan, please let me do the initial docs of my changes. **************************************** Date: Monday April 20, 1998 @ 12:16 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv8519 Modified Files: jitterbug.c Log Message: don't force JitterBug version in each title. Users can set "title =" in their config file. **************************************** Date: Monday April 20, 1998 @ 12:24 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv17680 Modified Files: smtp.c Log Message: ensure we don't get double CR in mails **************************************** Date: Monday April 20, 1998 @ 12:39 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Added Files: build_autoreply Log Message: a simple autoreply builder **************************************** Date: Monday April 20, 1998 @ 12:45 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv8825 Modified Files: CONFIG.txt Log Message: explain the purpose of files used in JitterBug **************************************** Date: Monday April 20, 1998 @ 12:48 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9870 Modified Files: build_autoreply Log Message: add some comments to build_autoreply **************************************** Date: Monday April 20, 1998 @ 12:56 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv8788 Modified Files: JitterBug.txt Log Message: better FAQ handling explanation **************************************** Date: Monday April 20, 1998 @ 13:08 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv4905 Removed Files: internals.txt Log Message: this file is so out of date we are better off without it. **************************************** Date: Monday April 20, 1998 @ 13:09 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv6053 Modified Files: CONFIG.txt Log Message: give a sample sendmail command line for using an external mailer **************************************** Date: Monday April 20, 1998 @ 13:13 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv3355 Modified Files: smtp.c Log Message: strip CR from mail sent to the external mailer **************************************** Date: Monday April 20, 1998 @ 13:17 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19217 Modified Files: util.c Log Message: changed save_file() to strip CR **************************************** Date: Monday April 20, 1998 @ 13:25 Author: tridge Update of /data/cvs/jitterbug/mail In directory samba:/tmp/cvs-serv15718 Modified Files: README procmailrc Log Message: i forgot to update these **************************************** Date: Monday April 20, 1998 @ 16:07 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv5038 Modified Files: INSTALL Log Message: added some notes about Solaris **************************************** Date: Monday April 20, 1998 @ 17:15 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19388 Modified Files: jitterbug.c loadparm.c proto.h search.c Log Message: support an external search program such as glimpse **************************************** Date: Monday April 20, 1998 @ 17:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv14437 Modified Files: search.c Log Message: bug fixes to external search code **************************************** Date: Monday April 20, 1998 @ 17:47 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: search.c Log Message: finally got the fast external searching working properly **************************************** Date: Monday April 20, 1998 @ 18:06 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27608 Modified Files: proto.h search.c Log Message: check for illegal chars in the search expression **************************************** Date: Monday April 20, 1998 @ 18:08 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv28133 Modified Files: search.c Log Message: check for illegal chars in the search expression **************************************** Date: Monday April 20, 1998 @ 23:20 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv12362 Modified Files: new_message.c Log Message: fixed an autoreply bug **************************************** Date: Monday April 20, 1998 @ 23:28 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv12733 Modified Files: CONFIG.txt Log Message: documented the search program option **************************************** Date: Monday April 20, 1998 @ 23:31 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.5.1 **************************************** Date: Wednesday April 22, 1998 @ 17:57 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c new_message.c Log Message: fixed another autoreply bug in the way extract_address() is used **************************************** Date: Wednesday April 22, 1998 @ 18:11 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv2039 Modified Files: jitterbug.c proto.h Log Message: search the followups and repies when using an external search program **************************************** Date: Wednesday April 22, 1998 @ 20:57 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9854 Modified Files: loadparm.c new_message.c proto.h Log Message: added "forward all" support (also known as Jeremy mode!) **************************************** Date: Wednesday April 22, 1998 @ 21:08 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26924 Modified Files: new_message.c Log Message: don't need re: on auto forwarded mail **************************************** Date: Thursday April 23, 1998 @ 10:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27921 Modified Files: jitterbug.c Log Message: fixed view audit trail bug. Thanks to jseymour@medar.com **************************************** Date: Monday May 4, 1998 @ 11:58 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19459 Modified Files: lock.c Log Message: don't create fname string unless necessary **************************************** Date: Monday May 4, 1998 @ 12:32 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv2780 Modified Files: INSTALL Log Message: examples usng .forward were missing the quotes **************************************** Date: Monday May 4, 1998 @ 12:32 Author: tridge Update of /data/cvs/jitterbug/mail In directory samba:/tmp/cvs-serv24031 Modified Files: README Log Message: examples usng .forward were missing the quotes **************************************** Date: Monday May 4, 1998 @ 12:42 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv48 Modified Files: jitterbug.c new_message.c util.c Log Message: fix string verwrite problems with extract_address() **************************************** Date: Monday May 4, 1998 @ 13:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20588 Modified Files: jitterbug.c jitterbug.h Log Message: fixed some possible null string problems **************************************** Date: Monday May 4, 1998 @ 14:21 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.5.2 **************************************** Date: Tuesday May 5, 1998 @ 21:41 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: util.c Log Message: fixed a bug in getmailheader() **************************************** Date: Wednesday May 6, 1998 @ 22:17 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv11370 Modified Files: cgi.c jitterbug.c loadparm.c proto.h Log Message: added support for gzip encoding of all pages **************************************** Date: Wednesday May 6, 1998 @ 22:41 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25139 Modified Files: jconfig.h jitterbug.c Log Message: added support for gzip encoding of downloads **************************************** Date: Wednesday May 6, 1998 @ 22:53 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv21446 Modified Files: CONFIG.txt Log Message: document new "gzip path" option **************************************** Date: Thursday May 7, 1998 @ 12:45 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22142 Modified Files: jitterbug.c Log Message: added some sanity checks on some variables, such a dir_cols and max_message_size **************************************** Date: Thursday May 7, 1998 @ 13:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9540 Modified Files: config.h.in configure configure.in includes.h search.c Log Message: add support for POSIX regex searches **************************************** Date: Thursday May 7, 1998 @ 14:14 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6703 Modified Files: jitterbug.c Log Message: a couple of layout changes from dsdee@csc.com **************************************** Date: Thursday May 7, 1998 @ 15:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv2618 Modified Files: config.h.in configure configure.in list.c proto.h util.c Added Files: acconfig.h Log Message: add a check for broken readdir() call on solaris **************************************** Date: Thursday May 7, 1998 @ 15:26 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/tmp/cvs-serv2990 Modified Files: footer.html guest.prefs Removed Files: jitterbug_help.html Log Message: minor updates **************************************** Date: Thursday May 7, 1998 @ 15:28 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.5.3 **************************************** Date: Thursday May 7, 1998 @ 17:19 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv16117 Modified Files: CONFIG.txt Log Message: added "reply strings" option **************************************** Date: Thursday May 7, 1998 @ 17:19 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv18442 Modified Files: loadparm.c new_message.c proto.h util.c Log Message: added "reply strings" option **************************************** Date: Thursday May 7, 1998 @ 17:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv17427 Modified Files: new_message.c Log Message: don't forward all if it is a reply and matches the reply strings **************************************** Date: Thursday May 7, 1998 @ 17:45 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv15983 Modified Files: jitterbug.c Log Message: put quotes around all value= HTML (netscape 4.05 needs this?) **************************************** Date: Thursday May 7, 1998 @ 17:49 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.5.4 **************************************** Date: Thursday May 7, 1998 @ 18:10 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: util.c Log Message: don't check valid_id in count_replies() **************************************** Date: Thursday May 7, 1998 @ 18:10 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.5.5 **************************************** Date: Friday May 8, 1998 @ 17:15 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: new_message.c Log Message: don't truncate the forward all messages **************************************** Date: Saturday May 9, 1998 @ 12:45 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv997 Modified Files: jitterbug.c proto.h util.c Log Message: added "notes lines" option to preferences **************************************** Date: Saturday May 9, 1998 @ 12:50 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26931 Modified Files: jitterbug.c util.c Log Message: added "notes lines" option to preferences **************************************** Date: Saturday May 9, 1998 @ 13:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20585 Modified Files: jitterbug.c Log Message: better notes formatting **************************************** Date: Saturday May 9, 1998 @ 13:24 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv5357 Modified Files: jitterbug.c Log Message: bold the ... in extra notes **************************************** Date: Saturday May 9, 1998 @ 13:37 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26682 Modified Files: jitterbug.c Log Message: sanity check on notes_lines **************************************** Date: Tuesday May 12, 1998 @ 0:10 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7488 Modified Files: jitterbug.c Log Message: formatting changes from David Dee **************************************** Date: Tuesday May 12, 1998 @ 0:13 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6074 Modified Files: jitterbug.c Log Message: use labels consistently **************************************** Date: Tuesday May 12, 1998 @ 0:20 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv8896 Modified Files: jitterbug.c Log Message: more layout changes from David Dee **************************************** Date: Tuesday May 19, 1998 @ 0:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6741 Modified Files: new_message.c Log Message: added a missing extract_address() call **************************************** Date: Monday May 25, 1998 @ 12:59 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv18768 Modified Files: new_message.c Log Message: if messages don't have a From: or Reply-To: then discard them. **************************************** Date: Monday May 25, 1998 @ 13:00 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26744 Modified Files: new_message.c Log Message: if messages don't have a From: or Reply-To: then discard them. **************************************** Date: Monday May 25, 1998 @ 13:00 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.5.6 **************************************** Date: Wednesday May 27, 1998 @ 1:45 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv28698 Modified Files: util.c Log Message: got strstr() args the wrong way around **************************************** Date: Thursday May 28, 1998 @ 14:44 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv1866 Modified Files: jitterbug.c Log Message: don't wrap the audit trail display **************************************** Date: Saturday May 30, 1998 @ 15:48 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7027 Modified Files: new_message.c notify.c Log Message: added an X-Notification header to detect loops **************************************** Date: Sunday May 31, 1998 @ 17:31 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv28547 Modified Files: jitterbug.c Log Message: add an optional header.html **************************************** Date: Sunday May 31, 1998 @ 17:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv21248 Modified Files: jitterbug.c Log Message: chdir after print_title **************************************** Date: Sunday May 31, 1998 @ 18:35 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6002 Modified Files: jitterbug.c Log Message: mark jitterbug as HTML 4.0 **************************************** Date: Sunday May 31, 1998 @ 18:38 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv1686 Modified Files: jitterbug.c Log Message: back to 3.2 **************************************** Date: Monday June 1, 1998 @ 15:32 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv7441 Modified Files: jitterbug.c Log Message: check all form fields are filled in in submit bug report **************************************** Date: Sunday June 7, 1998 @ 11:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20102 Modified Files: jitterbug.c Log Message: enable file download for guest **************************************** Date: Sunday June 7, 1998 @ 11:33 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv19647 Modified Files: CONFIG.txt Log Message: add "guest download" option **************************************** Date: Sunday June 7, 1998 @ 11:33 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22330 Modified Files: jitterbug.c loadparm.c proto.h Log Message: add "guest download" option **************************************** Date: Sunday June 7, 1998 @ 11:38 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20553 Modified Files: jitterbug.c loadparm.c proto.h Log Message: add "gzip download" option **************************************** Date: Sunday June 7, 1998 @ 11:40 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv26634 Modified Files: CONFIG.txt Log Message: document "gzip download" option **************************************** Date: Sunday June 7, 1998 @ 14:17 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv22137 Modified Files: jconfig.h jitterbug.c loadparm.c proto.h Log Message: started work on autopatch code for Linus **************************************** Date: Sunday June 7, 1998 @ 16:58 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c Log Message: first working version of autopatch support **************************************** Date: Tuesday July 21, 1998 @ 12:12 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c loadparm.c proto.h Log Message: added patch decoder for Linus **************************************** Date: Tuesday July 21, 1998 @ 13:18 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4315 Modified Files: jitterbug.c Log Message: handle spaces in directory names **************************************** Date: Tuesday July 21, 1998 @ 13:48 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4871 Modified Files: includes.h Log Message: include a strerror() definition if necessary **************************************** Date: Tuesday July 21, 1998 @ 13:53 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv3095 Modified Files: Makefile.in Log Message: fixed CFLAGS definition **************************************** Date: Tuesday July 21, 1998 @ 14:21 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/tmp/cvs-serv6443 Modified Files: reportform.html Log Message: added "pr identifier" option **************************************** Date: Tuesday July 21, 1998 @ 14:21 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv3708 Modified Files: CONFIG.txt Log Message: added "pr identifier" option **************************************** Date: Tuesday July 21, 1998 @ 14:21 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv6450 Modified Files: jitterbug.c loadparm.c new_message.c notify.c proto.h Log Message: added "pr identifier" option **************************************** Date: Tuesday July 21, 1998 @ 14:28 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9281 Modified Files: jitterbug.c Log Message: fixed GMT time problem in logs **************************************** Date: Tuesday July 21, 1998 @ 15:27 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv11840 Modified Files: INSTALL Log Message: updated some install notes a little **************************************** Date: Tuesday July 21, 1998 @ 15:27 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv12391 Modified Files: jitterbug.c Log Message: trim spaces from directory names when creating **************************************** Date: Tuesday July 21, 1998 @ 15:39 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13946 Modified Files: smtp.c Log Message: added Date headers to outgoing mail **************************************** Date: Tuesday July 21, 1998 @ 15:39 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv8434 Modified Files: jitterbug.c Log Message: make sure refresh doesn't do a create **************************************** Date: Tuesday July 21, 1998 @ 15:54 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv12471 Modified Files: CONFIG.txt Log Message: documented header.html **************************************** Date: Tuesday July 21, 1998 @ 16:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv932 Modified Files: jitterbug.c Log Message: include query string in URL display **************************************** Date: Tuesday July 21, 1998 @ 16:29 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10012 Modified Files: jitterbug.c Log Message: fixed display of pages ending in a URL **************************************** Date: Tuesday July 21, 1998 @ 16:47 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv14217 Modified Files: jitterbug.c Log Message: don't show preference editing for guest users unless they explicitly ask for it. **************************************** Date: Wednesday July 22, 1998 @ 22:54 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv21893 Modified Files: Makefile.in config.h.in configure configure.in Added Files: vslprintf.c Log Message: added a vslprintf() function for systems without vsnprintf() **************************************** Date: Wednesday July 22, 1998 @ 22:55 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23543 Modified Files: jitterbug.c Log Message: initialise slprintf() before the chroot() **************************************** Date: Wednesday July 22, 1998 @ 22:55 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25694 Modified Files: loadparm.c Log Message: do some sanity checking in integer and boolean types **************************************** Date: Wednesday July 22, 1998 @ 22:56 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26994 Modified Files: smtp.c Log Message: use vslprintf() in smtp_write() **************************************** Date: Wednesday July 22, 1998 @ 22:57 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv25863 Modified Files: proto.h util.c Log Message: new prototypes and some code formatting **************************************** Date: Wednesday July 22, 1998 @ 23:32 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv27468 Modified Files: jitterbug.c new_message.c Log Message: - add support for findid=XXX in the URL to find messages in any directory (idea from David Dee ) - add support for substituting %PRNUM% for the message id in autoreply.txt **************************************** Date: Wednesday July 22, 1998 @ 23:33 Author: tridge Update of /data/cvs/jitterbug/config In directory samba:/tmp/cvs-serv28375 Modified Files: reportform.html Log Message: - document %PRNUM% - add some notes to reportform.html about mail delays **************************************** Date: Wednesday July 22, 1998 @ 23:33 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv430 Modified Files: CONFIG.txt Log Message: - document %PRNUM% - add some notes to reportform.html about mail delays **************************************** Date: Wednesday July 22, 1998 @ 23:59 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv3618 Modified Files: jitterbug.c new_message.c Log Message: better %PRNUM% handling **************************************** Date: Thursday July 23, 1998 @ 0:00 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c new_message.c Log Message: support Return-Path **************************************** Date: Thursday July 23, 1998 @ 0:08 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.6.0 **************************************** Date: Saturday July 25, 1998 @ 13:00 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26070 Modified Files: jitterbug.c proto.h util.c Log Message: check for null return from getenv() in some places **************************************** Date: Saturday July 25, 1998 @ 15:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv10552 Modified Files: smtp.c Log Message: slightly smarter smtp handling **************************************** Date: Saturday July 25, 1998 @ 15:40 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13529 Modified Files: smtp.c Log Message: slightly smarter smtp handling **************************************** Date: Saturday July 25, 1998 @ 15:44 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv16991 Modified Files: smtp.c Log Message: wait for initial response **************************************** Date: Saturday July 25, 1998 @ 15:47 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20851 Modified Files: smtp.c Log Message: better smtp error reporting **************************************** Date: Saturday July 25, 1998 @ 15:49 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv12526 Modified Files: jitterbug.c Log Message: preformat all fatal errors **************************************** Date: Saturday July 25, 1998 @ 16:05 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv12437 Modified Files: smtp.c Log Message: include last SMTP command in errors **************************************** Date: Saturday July 25, 1998 @ 16:07 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv21166 Modified Files: smtp.c Log Message: quote the error string **************************************** Date: Saturday July 25, 1998 @ 16:08 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv20560 Modified Files: smtp.c Log Message: use quotedup not urlquote **************************************** Date: Saturday July 25, 1998 @ 16:11 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.6.1 **************************************** Date: Friday August 7, 1998 @ 12:31 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv26955 Modified Files: new_message.c Log Message: don't null terminate after %PRNUM% **************************************** Date: Thursday August 20, 1998 @ 11:31 Author: jitter-bugs Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c Log Message: fixed findid display bug **************************************** Date: Saturday August 29, 1998 @ 13:52 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv20527 Modified Files: CONFIG.txt Log Message: added "bse url" option, and notification code to use it. **************************************** Date: Saturday August 29, 1998 @ 13:52 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv19673 Modified Files: loadparm.c notify.c Log Message: added "bse url" option, and notification code to use it. **************************************** Date: Saturday August 29, 1998 @ 13:54 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv13764 Modified Files: loadparm.c proto.h Log Message: fixed typo **************************************** Date: Tuesday October 27, 1998 @ 10:35 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv11599 Modified Files: Makefile.in vslprintf.c Added Files: snprintf.c Log Message: added a vsnprintf() implementation from cvslock. See the notes on the license at the top of lib/snprintf.c **************************************** Date: Saturday October 31, 1998 @ 15:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv9268 Modified Files: snprintf.c Log Message: added copyright notice from Patrick Powell **************************************** Date: Saturday October 31, 1998 @ 15:36 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv21227 Modified Files: configure.in Log Message: test for snprintf **************************************** Date: Tuesday November 3, 1998 @ 11:32 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv4534 Modified Files: jitterbug.c Log Message: handle : in URL highlighting **************************************** Date: Thursday November 5, 1998 @ 18:06 Author: tridge Update of /data/cvs/jitterbug/docs In directory samba:/tmp/cvs-serv1482 Modified Files: CONFIG.txt Log Message: added "forward public" option for mod_ssl people **************************************** Date: Thursday November 5, 1998 @ 18:06 Author: tridge Update of /data/cvs/jitterbug/source In directory samba:/tmp/cvs-serv23527 Modified Files: loadparm.c new_message.c proto.h Log Message: added "forward public" option for mod_ssl people **************************************** Date: Wednesday November 11, 1998 @ 23:30 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: jitterbug.c Log Message: add physical wrap to mail entry **************************************** Date: Thursday November 26, 1998 @ 12:05 Author: jitter-b Update of /data/cvs/jitterbug/source In directory samba:/data/people/jitter-bugs/jitterbug/source Modified Files: version.h Log Message: preparing for release of 1.6.2