Timeline
11/22/86:
- 19:07 Changeset [173] by
- In "install", added line to remove link to fill before making it to the new version. "make" doesn't exit because of the error now.
- 14:29 Changeset [172] by
- Changed a strncpy(foo, "bar") to a strcpy(foo, "bar") Thanks to Bob French for pointing this out.
- 01:27 Changeset [171] by
- Initial revision
- 01:27 Changeset [170] by
- Changed to make lint happy.
- 01:22 Changeset [169] by
- Changed to make lint happy. ,
- 01:19 Changeset [168] by
- Initial revision
- 01:19 Changeset [167] by
- Changed to make lint happy.
- 01:17 Changeset [166] by
- Changed to make lint happy; also punted duplicate boolean types.
- 00:53 Changeset [165] by
- Initial revision
- 00:51 Changeset [164] by
- Included types.h, punted duplicate Bool type (use bool from types.h); fixed up declarations of external routines.
11/21/86:
- 22:34 Changeset [163] by
- Corrected argument mismatch on get_access() call.
11/20/86:
- 05:32 Changeset [162] by
- Reply sets current right
- 05:27 Changeset [161] by
- Fixed bug dealing with current
11/16/86:
- 20:50 Changeset [160] by
- Allow listing acl on meetings specified on command line even when there is no current meeting.
- 20:23 Changeset [159] by
- Removed include file acl_et.h, which has gone away.
- 19:58 Changeset [158] by
- Added some control arg processing. (-ssn, -rq, -quit)
- 01:26 Changeset [157] by
- Now prints out info similar to that printed when one goes to a meeting.
- 01:16 Changeset [156] by
- Initial revision
- 01:16 Changeset [155] by
- Added call to init_acl_err_tbl.
- 01:11 Changeset [154] by
- Added new remote calls.
- 01:09 Changeset [153] by
- Added get_acl, get_access, set_access, delete_access, and whoami stubs. Added recv_acl routine to receive ACL's sent from the server.
- 01:09 Changeset [152] by
- Added dsc_get_acl, dsc_get_access, dsc_set_access, and dsc_delete_access.
- 01:07 Changeset [151] by
- Added GET_ACL, GET_ACCESS, SET_ACCESS, DELETE_ACCESS, and WHO_AM_I remote entries; added send_acl function for transport of ACL's to client.
- 01:05 Changeset [150] by
- Changed open_mtg to stat(2) the acl file before assuming that it's up to date, and revert the acl from there if the in-core version is stale.
- 01:03 Changeset [149] by
- Initial revision
- 01:01 Changeset [148] by
- Implemented acl_replace_access. Redefined acl_delete_access and diked out the old one. Implemented acl_canon (canonicalizes ACL mode string). Implemented modularity-violating fdclose (blech) so we can use stdio with fdopen in acl_{read,write} and not lose FILE *'s to a storage leak.
11/15/86:
- 23:54 Changeset [147] by
- Initial revision
- 22:02 Changeset [146] by
- [presumably by SRZ]: added add_meeting.
11/11/86:
- 12:00 Changeset [145] by
- Replaced version of select_meeting which keeps connections open..
- 11:33 Changeset [144] by
- Fixed to work with changes in et stuff
- 10:27 Changeset [143] by
- You damn !@#$% PL/I programmers don't know how to compare things :-)
11/10/86:
- 21:01 Changeset [142] by
- Added access_modes field to mtg_info struct.
- 21:01 Changeset [141] by
- Initial revision
- 21:00 Changeset [140] by
- GET_MTG_INFO renumbered (for compatibility).
- 20:58 Changeset [139] by
- Added support for new get_mtg_info (with access modes returned)
- 20:57 Changeset [138] by
- Fixed Stan's bug: don't check the return code until AFTER doing the mk_ap_req...
- 20:55 Changeset [137] by
- Interface of get_mtg_info changed (changed in number). old one left around for compatability with old clients.
- 20:53 Changeset [136] by
- New return value to get_mtg_info (the valid access modes for the user).
- 20:53 Changeset [135] by
- Added access control sanity check on entry of new transactions.
- 20:49 Changeset [134] by
- Added access control warning on reply. Added access control flags on entry to meetings: chairmen are told such, and if reply or write access are lacking, the user is told "read-only", "reply-only" or "no replies".
- 19:40 Changeset [133] by
- Stan's changes.
- 16:16 Changeset [132] by
- Initial revision
- 16:13 Changeset [131] by
- Stan, you haven't checked this in in a while, have you?
- 16:10 Changeset [130] by
- Initial revision
- 16:02 Changeset [129] by
- Initial revision
11/02/86:
- 10:14 Changeset [128] by
- Initial revision
- 10:13 Changeset [127] by
- New format.
10/30/86:
- 15:05 Changeset [126] by
- Initial revision
10/29/86:
- 12:23 Changeset [125] by
- Initial revision
- 05:42 Changeset [124] by
- Initial revision
- 05:31 Changeset [123] by
- Fixed bugs, have transactions come back in the order the user specificies them.
- 05:30 Changeset [122] by
- Added all and new as ranges.
- 05:29 Changeset [121] by
- Part of global variable cleanup.
- 05:28 Changeset [120] by
- Fixed current handling, etc.
- 05:28 Changeset [119] by
- Miscellaneous cleanup.
- 05:27 Changeset [118] by
- Put global variables describing the meeting into one structure.
- 05:26 Changeset [117] by
- Made generic map_trans, added retrieve and delete. Fixed bugs in current handling, etc.
- 05:25 Changeset [116] by
- Clean up global variables. Moves delete and retrieve over to list.c Added leave, and have goto/leave record meeting changes Reply takes transaction number.
- 05:24 Changeset [115] by
- added lsm
- 05:24 Changeset [114] by
- Removed tags.
10/27/86:
- 11:48 Changeset [113] by
- Added form-feeds after each transaction.
- 11:29 Changeset [112] by
- Damnit, folks, use RCS.
- 11:04 Changeset [111] by
- Get the proper cacheing on the meeting file.
- 10:52 Changeset [110] by
- Changed so that it doesn't go to envariable if a "user" argument is passed in.
- 09:02 Changeset [109] by
- Changed the search path to find the rc filename.
10/24/86:
- 13:33 Changeset [108] by
- Initial revision
Note: See TracTimeline
for information about the timeline view.