Timeline
09/19/90:
- 23:33 Changeset [3479] by
- Ultrix integration (dschmidt) Changed -g to -O
- 12:34 Changeset [3478] by
- merged my changes (meeting name completion)
- 12:32 Changeset [3477] by
- merged my changes (check talk/reply permissions ahead of time), added $Log$
- 12:29 Changeset [3476] by
- merged my changes: meeting name completion, discuss-safe-delete
- 12:26 Changeset [3475] by
- Initial revision
09/18/90:
- 09:13 Changeset [3474] by
- Initial revision
09/13/90:
- 20:17 Changeset [3473] by
- Removed option that let you choose if you wanted to ask an OLC or an OLTA question- not really needed, since most people know the difference by now.
09/11/90:
- 15:03 Changeset [3472] by
- Added per-meeting Zephyr flag (to be patched for the moment).
09/10/90:
- 10:51 Changeset [3471] by
- Initial revision
- 06:21 Changeset [3470] by
- Added shutdown code.
09/09/90:
- 21:11 Changeset [3469] by
- changes for OLTA
09/07/90:
- 14:03 Changeset [3468] by
- Changed MuGetWidget to MuLookupWidget since the include file "Mu.h" defines MuGetWidget(w) as MuLookupWidget(w). I think the intent was to rename the function, but provide the macro for backwards compatibility. Also, modified MuLookupWidget to return NULL if the hash table hasn't been initialized yet.
09/06/90:
- 11:35 Changeset [3467] by
- Errors in prototypes.
09/04/90:
- 05:56 Changeset [3466] by
- Fix from lwvanels to set "last_authent_time" correctly if it was 0 or if an error occurred.
- 05:49 Changeset [3465] by
- ss_execute_line returns error code, doesn't accept pointer-to. [author: lwvanels]
09/02/90:
- 06:56 Changeset [3464] by
- Added log_zephyr_error to log an error without sending a zephyrgram.
- 06:53 Changeset [3463] by
- Changed so that zephyr errors are logged with log_zephyr_error, which doesn't send broadcast zephyrgrams (to prevent loops) SIGCHLD is now blocked around the ZIfNotice call in zsend; previously, the timing was such that the SIGCHLD from the dying lumberjack would hit in the middle of the zehpyr call, upsetting it.
08/30/90:
- 10:21 Changeset [3462] by
- changed for decmips
- 10:19 Changeset [3461] by
- changes for decmips
- 09:17 Changeset [3460] by
- Define sys_nerr and sys_errlist
- 09:17 Changeset [3459] by
- Ultrix does not have rvds
- 09:16 Changeset [3458] by
- Under ultrix, RVD's don't exist.
- 08:40 Changeset [3457] by
- Two strings were not terminated correctly -- the end-quotes were on the next line down. GCC didn't complain, but other compilers did...
- 08:13 Changeset [3456] by
- Work around restriction of ultrix kernel in chown.
- 08:12 Changeset [3455] by
- Initial revision
08/29/90:
- 13:23 Changeset [3454] by
- Should include the v1 version
- 13:17 Changeset [3453] by
- Add unlink of SHUTDOWNFILE on startup
- 12:53 Changeset [3452] by
- Use ../cppflags in creating Makefile
- 12:51 Changeset [3451] by
- Use cppflags
- 12:49 Changeset [3450] by
- Use cppflags from above
- 08:23 Changeset [3449] by
- Initial revision
- 06:16 Changeset [3448] by
- Fixed typo
- 06:07 Changeset [3447] by
- Use cc instead of cpp
- 05:59 Changeset [3446] by
- Fixed a problem with generating lines.
- 05:57 Changeset [3445] by
- Initial revision
- 05:56 Changeset [3444] by
- Makefile creation line.
08/28/90:
- 10:33 Changeset [3443] by
- added return binding for single-line bindings.
08/26/90:
- 21:39 Changeset [3442] by
- changed to quotes log titles in ' to avoid shell conflicts
- 13:57 Changeset [3441] by
- added include for perror; removed local def of malloc
- 13:46 Changeset [3440] by
- changed declaration for format_time, to fix bugs
- 12:33 Changeset [3439] by
- changed to include profiling option
- 12:27 Changeset [3438] by
- changed default server location to matisse from picasso
- 12:24 Changeset [3437] by
- changed def. of strcmp to compare first char before calling strcmp
- 12:18 Changeset [3436] by
- fixed bug in format_time; was returning a pointer to local
- 12:12 Changeset [3435] by
- changed calling format of format_time to fix bug in format_time.
- 12:10 Changeset [3434] by
- fixed bug that would cause occasional blank questions with 7.1 clients; question read in from fd was not copied before machine type info was read in over it.
- 12:08 Changeset [3433] by
- Added declarations for log_long_description and disconnect_knuckles
- 12:06 Changeset [3432] by
- Does not collect statistics until turned on (to collect steady-state stats) Now logs an error message before calling abort.
- 11:59 Changeset [3431] by
- Changed to use log_error instead of writing directly to stderr increased size of time_buf in perror; was too small previously Now seeks to the end of stderr before writing; this deals with multiple writers to stderr (as in the case of another daemon being run and logging an error message that it can't bind the socket
- 11:57 Changeset [3430] by
- fixed set but unused warning in vfmt changed to use vfork in dispose_of_log changed to use _exit after fork
- 11:54 Changeset [3429] by
- removed declaration ofdisconnect_knuckles (should be global declaration) fixed off-by-one error in verify_instance
- 11:48 Changeset [3428] by
- Added profiling Added saber targets Removed extra tags target
- 10:42 Changeset [3427] by
- Initial revision
- 07:04 Changeset [3426] by
- Initial revision
- 05:14 Changeset [3425] by
- Initial revision
08/25/90:
- 19:51 Changeset [3424] by
- Added LOG_CONS ifdef
- 19:45 Changeset [3423] by
- Removed old C++ compatability fix in zephyr libs (fixed in current lib) Added declaration of errno for mips (necessary for mips) from jtkohl down under
- 19:28 Changeset [3422] by
- fixed potential null pointer reference (from jtkohl down under)
- 19:01 Changeset [3421] by
- Initial revision
- 18:55 Changeset [3420] by
- changed to use OLC profilng libraries if set
- 18:53 Changeset [3419] by
- changed tags to use etags
- 18:51 Changeset [3418] by
- changed tags for use with etags
- 14:27 Changeset [3417] by
- Empty Makefile line
- 14:20 Changeset [3416] by
- Added Makefile line
- 14:10 Changeset [3415] by
- Initial revision
- 14:09 Changeset [3414] by
- Added how to create Makefile
- 13:57 Changeset [3413] by
- Initial revision
- 13:57 Changeset [3412] by
- Create a format to startoff from Imakefile
- 13:54 Changeset [3411] by
- Temp hold.
- 12:52 Changeset [3410] by
- Under _AUX include sys/types.h
- 12:50 Changeset [3409] by
- Initial revision
- 12:46 Changeset [3408] by
- Include sys/types.h under AUX
- 12:45 Changeset [3407] by
- Include <sys/types.h> under AUX
- 12:36 Changeset [3406] by
- Include strings.h for SERVER to define rindex
- 11:18 Changeset [3405] by
- Ifdef'ed unused variable.
- 11:09 Changeset [3404] by
- At athena we defined _validuser in libhesiod....
- 10:54 Changeset [3403] by
- Cleaner install
- 10:53 Changeset [3402] by
- Clean up for easier use
- 10:50 Changeset [3401] by
- Openlog as lpr
- 10:09 Changeset [3400] by
- log as lpq not lpd.
- 10:08 Changeset [3399] by
- Missing #ifdef PQUOTA
- 10:06 Changeset [3398] by
- Some cpp don't like comments after #include
- 10:06 Changeset [3397] by
- _validuser and _checkhost provided by jtohk.
- 10:05 Changeset [3396] by
- Null pointer derefs [jtkohl]
- 10:05 Changeset [3395] by
- openlog of lprm
08/23/90:
- 23:38 Changeset [3394] by
- Got most up to date patches from main libacl sources (KERBEROS ifdefs) Fixed caching bug for non-existanct acl files; previously, would fill the cache with bogus entries.
- 23:25 Changeset [3393] by
- added SIGUSR2 signal hander to start profiling modified SIGUSR1 signal handler to stop profiling as well as dumping stats
- 23:24 Changeset [3392] by
- Included com err headers
- 09:27 Changeset [3391] by
- fixed translation table.
08/22/90:
- 20:11 Changeset [3390] by
- added echo fixes added delete and refresh commands
- 20:08 Changeset [3389] by
- added help fixed indexing
08/21/90:
- 16:40 Changeset [3388] by
- Initial revision
- 16:37 Changeset [3387] by
- If quota server is makred as down. allow creation of users. Inquiries only if an authuser
- 16:36 Changeset [3386] by
- Due to bug in older version of lpd, check for account number being bogus.
- 07:22 Changeset [3385] by
- Initial revision
08/20/90:
- 11:28 Changeset [3384] by
- ZSubscriptions name change for 7.1
- 00:49 Changeset [3383] by
- Added saber targets
- 00:47 Changeset [3382] by
- removed bad declaration added ifdef's for TEST
- 00:46 Changeset [3381] by
- removed unusued variables
- 00:43 Changeset [3380] by
- Added code to dump profiling info on SIGUSR1 moved some code in get_kerberos_ticket to make it faster
- 00:41 Changeset [3379] by
- removed unused variables
- 00:38 Changeset [3378] by
- removed extra \0's from strings
Note: See TracTimeline
for information about the timeline view.