Timeline
07/16/90:
- 17:57 Changeset [3304] by
- maybe this is it... all TIMES which really represented dates have been changed to strings. This was done to avoid confusion with the sysUpTime variable (more of a standard thing) which measures time ticks in hundreths of a second. The kernel variables measuring times in other smaller units are left as INTS.
- 10:17 Changeset [3303] by
- ANSI-ified and updated RCS header format
- 10:17 Changeset [3302] by
- Added -c to install flags
- 10:16 Changeset [3301] by
- Initial revision
- 10:14 Changeset [3300] by
- ANSI-ified file and changed RCS header format
- 06:30 Changeset [3299] by
- "ask" gets machine-info from the client if the request version is later than version 5, and passes it along to init_question. Also, fixed bug where writing to users that were already known not to be there, resulting in 2 notes in log. Also, fixed so that when in "pickup" queue sends message, is automatically bumped to "active" queue.
- 06:26 Changeset [3298] by
- set-up DaemonInst from command-line switch, or default to OLC. ZInitialize here once, instead of in each zwrite in notify.c.
- 06:22 Changeset [3297] by
- removed "class" as a define, added DaemonInst as a variable, so that the class to broadcast on zephyr can be set from the command-line. Also, ZInitialize was removed from notify.c and called here only once, saving time.
- 06:20 Changeset [3296] by
- init_log changed to accept machinfo and display it at the head of the log if not NULL. - dispose_of_log changed to dump log into DONE_DIR, then fork and exec lumberjack to deal with it, and not wait for it to return, saving time.
- 06:16 Changeset [3295] by
- changed so that only version 3,4,&5 are accepted version numebers..
- 06:14 Changeset [3294] by
- changed init_question to take "machinfo" and pass it along to init_log. Also modified init_question to automatically set an initial description for users from question text, mh-style.
- 06:11 Changeset [3293] by
- Initial revision
- 06:08 Changeset [3292] by
- included lumberjack.h and removed NF_PREFIX from declarations.
- 06:07 Changeset [3291] by
- updated declarations for init_log and init_question.
- 06:05 Changeset [3290] by
- added lumberjack to build.
- 05:50 Changeset [3289] by
- added new version number, for machine-info stuff...
- 05:50 Changeset [3288] by
- changed version-string to 3.0b
- 05:46 Changeset [3287]
- This commit was manufactured by cvs2svn to create tag 'ASR71A'.
- 05:46 Changeset [3286] by
- Added prototypes and some minimal C++ compatibility code. [audited by jfc]
- 05:43 Changeset [3285] by
- Added prototypes and some C++-compatibility code. [audited by jfc]
- 05:40 Changeset [3284] by
- change so that user's realname is included in mail header.
- 05:33 Changeset [3283] by
- fixed a bug so that client will not infinite-loop on certain combinations of options to "forward".
- 05:26 Changeset [3282] by
- took "const" out of rcsid header.
- 05:23 Changeset [3281] by
- machine info is sent across to the daemon along with a new question when asked. this info is gotten from "machtype".
- 05:22 Changeset [3280] by
- User's real name is now included in mail header when sending mail...
- 05:18 Changeset [3279] by
- fixed rcs header-
- 04:44 Changeset [3278] by
- typo before a comment caused compiler to barf.
- 04:31 Changeset [3277] by
- fixed rcsid to work with non-ansi compiler
- 04:17 Changeset [3276] by
- fixed rcsid to work with non-ansi compilers
- 04:10 Changeset [3275] by
- fixed rcsid declaration
- 04:02 Changeset [3274] by
- Initial revision
- 03:48 Changeset [3273] by
- Remove mention of "/site/etc/attachtab".
- 03:48 Changeset [3272] by
- Remove aklog.
- 03:48 Changeset [3271]
- This commit was manufactured by cvs2svn to create branch 'mit'.
- 03:48 Changeset [3270] by
- Initial revision
- 03:35 Changeset [3269] by
- Remove aklog; increase NFS r/w sizes.
- 03:30 Changeset [3268] by
- AFS interface changes
- 03:30 Changeset [3267] by
- Remove "aklog" keyword.
- 03:26 Changeset [3266] by
- Initial revision
- 03:26 Changeset [3265] by
- Change /usr/tmp/attachtab to attachtab(5). Update "see also", authors, and date.
- 03:25 Changeset [3264] by
- Add errstr() and inaddr_to_name().
- 03:24 Changeset [3263] by
- AFS interface changes
- 03:20 Changeset [3262] by
- Minor revisions: new AFS interface, non-STDC.
- 03:18 Changeset [3261] by
- Initial revision
- 01:28 Changeset [3260] by
- Document new AFS behavior.
- 01:05 Changeset [3259] by
- Initial revision
- 01:04 Changeset [3258] by
- Document behavior for AFS.
07/15/90:
- 19:01 Changeset [3257] by
- Permit Kerberos authenticators to be reused if less than two minutes have passed. New function ZResetAuthentication resets this cache. [audited by marc]
- 18:58 Changeset [3256] by
- Partially rewritten for speed. [audited by marc]
- 14:32 Changeset [3255] by
- Corrected description of case with more than four mail messages. [krishna]
- 14:11 Changeset [3254] by
- malloc only what we need for variable size
- 14:00 Changeset [3253] by
- changed file mod time vars to be of type TIME
- 13:55 Changeset [3252] by
- set the sysObjectID to be 'athena'. It may be useful to use this for various types of machines.. but I doubt rel-eng will ever want to deal with that.
- 13:42 Changeset [3251] by
- changes.71#913 Improve the error messages
- 13:18 Changeset [3250] by
- Added description of of `transient'; corrected description of signal handling.
- 13:06 Changeset [3249] by
- changes.71#679 open() was being called with 2 args instead of 3.
- 13:01 Changeset [3248] by
- Initial revision
- 12:52 Changeset [3247] by
- changes.71#300 Print "Session initialization completed." only when the user's .startup.X has finished.
- 09:25 Changeset [3246] by
- changes.71#38 Needed #ifdef KERBEROS; krb_get_lrealm() was referenced
07/14/90:
- 08:32 Changeset [3245] by
- Install -c pac and lptest
07/13/90:
- 10:12 Changeset [3244] by
- fix so make depend handles the dbase dump/restore stuff
- 09:41 Changeset [3243] by
- Does the right thing for group quota account
- 09:30 Changeset [3242] by
- (1) Group quota additions. (2) Fix default username to be that principal in the current kerberos ticket.
- 07:15 Changeset [3241] by
- Initial revision
- 06:17 Changeset [3240] by
- To handle building {,g}{dump,restore,bill}_db
07/12/90:
- 11:46 Changeset [3239] by
- Ultrix fixes.
- 11:15 Changeset [3238] by
- Removed obsolete comment (Hesiod library has been fixed) changes.71#1075
- 10:46 Changeset [3237] by
- Use install instead of cp to install man pages.
- 10:45 Changeset [3236] by
- Don't umount / under ultrix.
- 10:04 Changeset [3235] by
- 4.2 SYSLOG fix
- 10:01 Changeset [3234] by
- include com_err.h; don't declare rindex or unused var `ptr'.
- 10:01 Changeset [3233] by
- More sane creation of library.
- 09:56 Changeset [3232] by
- include <com_err.h>; don't declare index when string.h is included; don't declare malloc multiple times.
- 08:42 Changeset [3231] by
- Ultrix POSIX and SYSLOG_42 fixes.
- 08:28 Changeset [3230] by
- POSIX fixes and bug fix for ultrix 3.1 mips compiler
- 08:28 Changeset [3229] by
- Initial revision
- 08:27 Changeset [3228] by
- POSIX fixes
- 08:02 Changeset [3227] by
- Initial revision
- 07:56 Changeset [3226] by
- Define POSIX for ultrix
- 07:35 Changeset [3225] by
- Ultrix fixes - install -c Merge in libresolv.
- 07:34 Changeset [3224] by
- Initial revision
- 07:27 Changeset [3223] by
- Go into DB on machines that have ingress
07/11/90:
- 13:30 Changeset [3222] by
- Added code to support inclusion of AFS ID in tokens listing.
- 12:51 Changeset [3221] by
- #include <sys/types.h> (Mac A/UX port)
- 12:50 Changeset [3220] by
- Patches from <mar> Fix byte-order of s_port (actually, this was done in RCS v.1.2) Added declaration for malloc()
- 12:49 Changeset [3219] by
- Patches from <mar> Added missing declarations
- 12:46 Changeset [3218] by
- Patches from <mar> Support for HES_DOMAIN environment variable added
- 12:44 Changeset [3217] by
- Patches from <mar> Added description about error codes and the HES_DOMAIN environment variable
- 12:23 Changeset [3216] by
- now disallows QuotaReport, QuotaModifyUser and QuotaModifyAccount RPC calls when the quotaserver is marked as "down"
- 12:21 Changeset [3215] by
- now disallows QuotaReport and QuotaModifyUser RPC calls when quota server is marked as down
- 11:22 Changeset [3214] by
- another default quota fix
- 10:50 Changeset [3213] by
- changes.71#248 PMAX port
- 10:41 Changeset [3212] by
- chnages.71#33 jik jfc/jtkohl
- 09:25 Changeset [3211] by
- if(xxx = yyy) is not your friend :)
- 09:17 Changeset [3210] by
- Fixup default quota handling from the quotacap ile
- 07:03 Changeset [3209] by
- Fix to handle the case of a new entry to be put in the klpd cache and an accounting file already existing. In this case, it will *not* report the entire accounting over to quotaserver.
- 06:45 Changeset [3208] by
- Group quota info added.
- 06:37 Changeset [3207] by
- GQUOTA info
- 06:35 Changeset [3206] by
- uid number added to structre.
- 06:23 Changeset [3205] by
- Typo fix
- 06:21 Changeset [3204] by
- QuotaServerStatus added.
- 06:19 Changeset [3203] by
- Add QuotaSerevrStatus to return a message - not currently used
- 06:17 Changeset [3202] by
- Global def of QD - if quota_server is down.
- 06:10 Changeset [3201] by
- Group quota and V1 compat
- 06:07 Changeset [3200] by
- 1) Added QD to quotacap to indicate server down 2) Ultrix fixes 3) Initiailzation error on SA being read from quotacap 4) Group accounts 5) V!COMPAT
- 05:46 Changeset [3199] by
- Hand edit frob to handle bug in implimentation of NCS which is fixed in V2 structures.
- 05:42 Changeset [3198] by
- Initial revision
- 05:29 Changeset [3197] by
- Added QDBDOWN for the quota server being down. (Not used yet, but ...)
- 05:22 Changeset [3196] by
- Remove unneeded code.
07/10/90:
- 17:42 Changeset [3195] by
- Add group quota stuff to log files.
- 17:37 Changeset [3194] by
- Remove tkt file before exiting.
- 17:14 Changeset [3193] by
- Groups quota changes [ilham]
- 16:44 Changeset [3192] by
- Group quota returns More info in config.h
- 16:38 Changeset [3191] by
- Move more to config.h Extend log entries to include group quota Extend charge structure to have realm info.
- 16:35 Changeset [3190] by
- Error messages added for groups accounts.
- 16:31 Changeset [3189] by
- Ultrix fix and typo error.
- 16:21 Changeset [3188] by
- Group quota notification.
- 16:05 Changeset [3187] by
- Create database with O_CREAT and O_RDWR as some dbm don't function oitherwise on creation.
- 13:42 Changeset [3186] by
- Serbice lookup is now principal.instance@realm:service
- 12:05 Changeset [3185] by
- LogEnt_v1 for backward compat. Routine names to protect the v1/v2 swictj.
- 12:01 Changeset [3184] by
- Routine name changes to distinguish v1/v2 compat. Added uid code when creating user [ilham]
07/09/90:
- 23:21 Changeset [3183] by
- Initial revision
- 23:20 Changeset [3182] by
- removed static declaration from quota_start_update and quota_end_update
- 22:49 Changeset [3181] by
- added mention of a group account number :)
- 22:42 Changeset [3180] by
- Usage message for group account manipulation
- 17:40 Changeset [3179] by
- Create group quota database. [ilham]
07/08/90:
- 22:34 Changeset [3178] by
- AUX support. Remove obsolete aklog defines.
- 21:06 Changeset [3177] by
- Initial revision
- 20:58 Changeset [3176] by
- AUX support
- 20:54 Changeset [3175] by
- AUX support.
07/07/90:
- 06:44 Changeset [3174] by
- Cleaned up some error returns
- 06:25 Changeset [3173] by
- Better accounting handling. [ilham]
- 06:24 Changeset [3172] by
- Change card for accounting to Q. RFC spec reserves A for palladium.
- 06:22 Changeset [3171] by
- AIX and AUX support Group quota support [ilham] Backward compatible card flags A & Q for accounting
- 06:20 Changeset [3170] by
- 1) Set BUFSIZ to 1024 if incorrect (protocol assumes BUFSIZ=1024 in sending data) 2) Error messages for group quota and other returns. [ilham]
07/06/90:
- 13:03 Changeset [3169] by
- mkdierheir.sh
- 11:48 Changeset [3168] by
- mkdirhier instead of mkdirheir.
- 11:47 Changeset [3167] by
- Initial revision
- 07:48 Changeset [3166] by
- [changes.71 64 + fixes] If printer is down, don't give conflicting messages. Gross hack checks for magic message.
- 06:59 Changeset [3165] by
- Default explicit type to NFS.
- 06:57 Changeset [3164] by
- Improve error messages.
- 06:54 Changeset [3163] by
- Support attach -t for hesiod names. Improve error messages.
- 06:52 Changeset [3162] by
- Add "fsid". Support attach -t for hesiod names.
- 06:51 Changeset [3161] by
- Add "FSID_CMD" define. Add lint_attachtab() function. Add progname declaration.
- 06:01 Changeset [3160] by
- Don't fail if unmount returns ENOENT.
07/05/90:
- 10:55 Changeset [3159] by
- Cleaned up for ultrix.
- 10:54 Changeset [3158] by
- Move common definitions. Create a quota_return_v1
- 10:52 Changeset [3157] by
- Include config.h
- 10:50 Changeset [3156] by
- Coversion to fix bug in miscounting in NCS. Stricture changes.
- 10:48 Changeset [3155] by
- Moved common def to nidl_structs.idl for multiversion.
- 10:47 Changeset [3154] by
- Fixing up structure problem which caused nidl to miscount memory needed causing server to crash.
- 10:44 Changeset [3153] by
- PS/2 cpp does not like #ifdef a && !(b), changed to #if defined(a) && !defined(b). Also, commented out the #endif and #else strutures to be more ANSI compliant
- 10:41 Changeset [3152] by
- AIX C compiler interprets "register foo" as a contant
- 10:40 Changeset [3151] by
- AIX preliminary support
- 09:49 Changeset [3150] by
- Fixup install lptest and other fixes from 7.0
07/04/90:
- 18:59 Changeset [3149] by
- Fail if running as nfsid and host does not have an rcmd principal. Print program name in error messages.
- 14:00 Changeset [3148] by
- Don't include RCS id if file #ifdef-ed out
- 14:00 Changeset [3147] by
- Initial revision
- 13:35 Changeset [3146] by
- Change error messages to conventional UNIX(tm) form.
- 13:27 Changeset [3145] by
- Change error messages to conventional UNIX(tm) form.
- 12:48 Changeset [3144] by
- Initial revision
- 12:26 Changeset [3143] by
- Set error_status for RVD errors.
- 12:26 Changeset [3142] by
- Add "lint_attachtab()".
- 12:21 Changeset [3141] by
- Don't exit non-zero if any attach for a filesystem group succeeded. "detach -lint" to clean bad lines from attachtab.
- 11:53 Changeset [3140] by
- Fixed -U argument parsing.
- 10:46 Changeset [3139] by
- Don't print "already attached" if not verbose.
- 08:12 Changeset [3138] by
- The PS/2 cpp complains about HESIOD-LPC, converted to HESIOD_LPC
- 08:04 Changeset [3137] by
- AIX treats "register a" as a constant.
- 07:55 Changeset [3136] by
- Cleaned up ifdef code to make portable.
07/03/90:
- 12:31 Changeset [3135] by
- Do not build lps40comm anymore
- 12:29 Changeset [3134] by
- Fixup for openlog
- 12:17 Changeset [3133] by
- Ultrix redeclaration problems.
- 12:16 Changeset [3132] by
- Under ultrix, certain header files are screwed and redefine NULL This fixes it as the special cpp dies on it otherwise.
- 12:15 Changeset [3131] by
- Build cpp, nild, and nck if needed
- 12:10 Changeset [3130] by
- Fix up of operations so that decmips make can handle properly
- 12:09 Changeset [3129] by
- Integrating AUX fixes
- 11:49 Changeset [3128] by
- define MIPSEL
- 11:42 Changeset [3127] by
- Initial revision
- 10:59 Changeset [3126] by
- Initial revision
- 10:58 Changeset [3125] by
- Added drop_server and call to drop_server so that the server will exit when the client reports an error.
- 10:58 Changeset [3124] by
- Added MT_DROP in message to string converter
- 10:58 Changeset [3123] by
- Added RKINIT_DROPPED error
- 10:57 Changeset [3122] by
- Changed to use kerberos code in release instead of in krbuser
- 10:57 Changeset [3121] by
- Added MT_DROP
- 10:56 Changeset [3120] by
- Changed to use kerberos libraries in release instead of those in krbuser
- 10:56 Changeset [3119] by
- Changed to use kerberos libraries in release instead of those in krbuser
- 09:22 Changeset [3118] by
- Initial revision
- 08:56 Changeset [3117] by
- AUX fixes
- 08:50 Changeset [3116] by
- AUX fixes - terminal ioctl changes.
- 08:44 Changeset [3115] by
- Fix for AUX where validuser does not exist in C lib
- 08:40 Changeset [3114] by
- Changes for AUX
- 08:09 Changeset [3113] by
- Hack for ultrix mips - define LANGUAGE_C
- 07:45 Changeset [3112] by
- Added ultrix vax & mips comments
07/02/90:
- 18:30 Changeset [3111] by
- Intermittent changes under development.
- 18:09 Changeset [3110] by
- Increase NWORK and comment out $ eliding
- 11:54 Changeset [3109] by
- [changes.71 875 bjaspan/jik/jfc] set the modes on .messagetimes based on umask
- 11:48 Changeset [3108] by
- [changes.71 996] include strings.h instead of defingin char *index() [jik]
- 11:46 Changeset [3107] by
- Turn on optimization
- 11:21 Changeset [3106] by
- Remove blank line at top of man page which caused xman to insert extra blank page
- 10:29 Changeset [3105] by
- Added @servername for Ultrix tcp connection stuff.
- 10:17 Changeset [3104] by
- Added tcp_conn for ultrix lps40 communication
- 09:44 Changeset [3103] by
- The lps40 print system assumes last argument is accountfile.
- 08:28 Changeset [3102] by
- keep encrypted passwd field; clean up group file too; do locking
06/27/90:
- 10:13 Changeset [3101] by
- Do not infinite loop if printcap file not found.
- 09:05 Changeset [3100] by
- Added getwd and changed lstat to isdir
- 07:49 Changeset [3099] by
- Addition of WATCH.MIT.EDU [ marc]
- 07:34 Changeset [3098] by
- Added .UCSC.EDU and .UCSC.EDU. and .MIT.EDU. [picked up from kerberos source tree]
- 07:33 Changeset [3097] by
- Updaated CATS.UCSC.EDU entry.
- 07:18 Changeset [3096] by
- [changes.71 787] typo either needed the r
06/26/90:
- 09:54 Changeset [3095] by
- Change required as otw rep changes for v2
- 09:51 Changeset [3094] by
- Ilham's changes for group quotas
- 09:48 Changeset [3093] by
- Use tempfile instead of tmpfile to avoid problems in Ultrix
- 09:45 Changeset [3092] by
- 4.2 syslog fixes
- 09:44 Changeset [3091] by
- Mips fixes for a.out.h struture. Also 4.2 syslog
- 09:40 Changeset [3090] by
- For for 4.2 syslog
- 09:39 Changeset [3089]
- This commit was manufactured by cvs2svn to create tag 'REL70'.
- 09:39 Changeset [3088] by
- Initial revision
- 09:39 Changeset [3087] by
- Fix for 4.2 syslog
- 09:37 Changeset [3086] by
- Fof for 4.2 syslog
- 09:34 Changeset [3085] by
- Should include <syslog.h> instead of <sys/syslog.h>
- 09:09 Changeset [3084] by
- Changes from accounts
- 09:04 Changeset [3083] by
- Changes for group accounts
06/25/90:
- 10:45 Changeset [3082] by
- Initial revision
06/22/90:
- 14:43 Changeset [3081] by
- Fixed order of args in bcopy or params and added getcred
- 14:43 Changeset [3080] by
- Added get_cred
- 14:03 Changeset [3079] by
- Initial revision
06/20/90:
- 21:16 Changeset [3078] by
- Change the NOTTY of the controlling terminal to simply setting our process group; this is a better way of avoiding tty signals since the open of /dev/tty can block in some circumstances.
06/18/90:
- 10:38 Changeset [3077] by
- Initial revision
Note: See TracTimeline
for information about the timeline view.