Timeline
11/06/91:
- 10:55 Changeset [5702] by
- Initial revision
- 10:49 Changeset [5701] by
- deal with void signal return & picky compilers.
- 10:48 Changeset [5700] by
- access takes different args on the RS/6000
- 10:46 Changeset [5699] by
- use sys/time.h, not time.h strip \n off of ask time. * server/olcm/olcm.c: check for valid realm; if not, use "nobody" don't give an explicit location for srvtab output error messages as you go, don't save up. additional message get appended to existing question, not made into new questions.
- 10:46 Changeset [5698] by
- use sys/time.h, not time.h strip \n off of ask time.
- 10:45 Changeset [5697] by
- put errno defs in the right place expand %m in zephyr error log messages.
- 10:44 Changeset [5696]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.48.1'.
- 10:44 Changeset [5695] by
- need to include param.h for hostnamelen
- 10:44 Changeset [5694] by
- get rid of extra arg to unlink
- 10:44 Changeset [5693]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.22.1'.
- 10:44 Changeset [5692] by
- get rid of unused variables.
- 10:43 Changeset [5691] by
- don't give an explicit location for SRVTAB; use default.
- 10:42 Changeset [5690] by
- make sure how_long isn't unset
- 10:40 Changeset [5689] by
- add correct dependencies for version numbering, don't delete library unless necessary.
11/05/91:
- 09:39 Changeset [5688] by
- Add routines to write statistics out when a question is asked or resolved.
- 09:09 Changeset [5687] by
- removed version
- 09:08 Changeset [5686]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.1'.
- 09:08 Changeset [5685] by
- Initial revision
- 09:07 Changeset [5684] by
- Added t_admin.c and t_version.c
- 09:06 Changeset [5683] by
- Added admin.c
- 09:05 Changeset [5682] by
- added p_admin.c
- 09:03 Changeset [5681] by
- added "zephyr" to list of commands
- 09:01 Changeset [5680] by
- * include/olc/olc_parser.h:
- 09:01 Changeset [5679] by
- added do_olc_zephyr prototype
- 09:01 Changeset [5678] by
- added OTweakZephyr prototype
- 09:00 Changeset [5677] by
- added OLC_TOGGLE_ZEPHYR request
- 08:59 Changeset [5676]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.39.1'.
- 08:59 Changeset [5675] by
- split out defines and structure definitions into server_defines.h and server_structs.h
- 08:58 Changeset [5674] by
- added check_zephyr prototype, and inclusion of server data definitions (for location of zephyr toggle file)
- 08:57 Changeset [5673] by
- added acl and zephyr help pages
- 08:55 Changeset [5672] by
- add new function olc_toggle_zephyr add knuckle, user, and question free/used lists
- 08:54 Changeset [5671] by
- initialize question statistics when creating a new question write out question stats as part of info
- 08:53 Changeset [5670] by
- don't allow \n's in "one line descriptions" force zephyr to be used by default on startup.
- 08:52 Changeset [5669] by
- fixed bug with reallocing lists for dump_list- forgot to multiply by struct size (argh!) Don't allow \n's in "one line descriptions"
- 08:51 Changeset [5668] by
- added support for punting zephyr on user demand, and for specified amounts of time.
- 08:50 Changeset [5667] by
- fix prototypes of profiling functions extend server timeout to 60 seconds (for RS/6000 ask) Added posix signal handling (for the RS/6000's; their signal function is screwy)
- 08:47 Changeset [5666] by
- fixed bug with acl -delete; wrong boolean operation. added olc_toggle_zephyr to turn off zephyr use.
- 08:47 Changeset [5665] by
- add calls to routines to write out stats on question ask or resolve. Add collection of stats on message/mail send, time to first response.
- 08:45 Changeset [5664] by
- Use new OAsk_file and OAsk_buffer functions
- 08:45 Changeset [5663] by
- call check_zephyr to check if zephyr locations should be used.
- 08:44 Changeset [5662] by
- Dont' use zephyr if toggled off by existance of file.
10/31/91:
- 10:08 Changeset [5661] by
- Removed unnecessary OutputRebuildReason and fortrans source fules.
- 10:07 Changeset [5660] by
- only those on consult acl can change descriptions; optimize permission denied case. ensure no \n's get in description replaying your own question shouldn't be special cased; it should listen to instances you give it, if they exist.
- 10:05 Changeset [5659] by
- split off version into separate file
- 10:02 Changeset [5658] by
- better parsing of RS/6000 machine info
- 10:00 Changeset [5657]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.26.1'.
- 10:00 Changeset [5656] by
- split of version file so that not as much has to be recompiled every time.
- 09:59 Changeset [5655] by
- added prototype for read_file_into_text
- 09:58 Changeset [5654] by
- OAsk split up into OAsk_buffer and OAsk_file; new prototypes
- 09:58 Changeset [5653] by
- new function, read_file_into_text for reading a file into a buffer (which then can be free'd)
- 09:57 Changeset [5652] by
- use new OAsk_buffer and OAsk_file functions ,.
- 09:55 Changeset [5651] by
- split OAsk into OAsk_buffer and OAsk_file, depending on where the question comes from start up machtype fork early, to reduce wait to ask question.
- 09:55 Changeset [5650] by
- Use new OAsk_buffer and OAsk_file functions
10/30/91:
- 11:21 Changeset [5649] by
- add instance argument
- 11:18 Changeset [5648] by
- add -inst argument to clients.
- 11:16 Changeset [5647] by
- use instance to look up hesiod sloc dont' assume gethostname will work
- 11:15 Changeset [5646] by
- use hesiod lookup for services
- 11:11 Changeset [5645] by
- put tags in source tree, not build tree
10/29/91:
- 09:11 Changeset [5644] by
- Initial revision
- 05:08 Changeset [5643] by
- Reset pointers into returned message buffer when setting up to retry after a warning message. Also added a minor cast in myfree.
10/21/91:
- 07:11 Changeset [5642] by
- log correct location of lumberjack if it can't be exec'd
- 07:08 Changeset [5641] by
- lumberjack in /usr/local/bin, not /usr/local
10/09/91:
- 06:45 Changeset [5640] by
- Put up a skeleton of the toplevel window as soon as possible, so user realizes xdsc is starting up.
Note: See TracTimeline
for information about the timeline view.