]> andersk Git - moira.git/history - server
don't print prompt message over data line
[moira.git] / server /
1989-01-03  marfix filsys name check in register_user
1988-12-29  marAdded copyright message; log deadlock errors; use...
1988-12-29  mardon't initialize (deleted) state variable; don't print...
1988-12-29  marremoved unused state field from client structure
1988-12-29  marremoved #ifdef'ed out code to free some params
1988-12-01  maradded server arg to sms_connect
1988-10-03  marreplace set_mach_modtime with set_uppercase_modtime
1988-10-03  maradded set_uppercase_modtime, & changed set_mach_modtime...
1988-09-13  maradded copyright message
1988-09-13  marfix some previously uninitialized fields in the log files &
1988-09-08  marback up to version 1.26
1988-09-08  maradded ingres error checks all over
1988-09-08  marbacked out a couple of changes (to 1.21) and then ...
1988-09-08  marAvoid aborting a transaction that has been deadlocked; and
1988-09-07  maradded ingres error checks to register_user
1988-09-07  marmake ingres_errno global; check for error while setting...
1988-08-25  marDon't typecheck service labels
1988-08-24  martypo on filsys_id in update_filesys routine
1988-08-16  marSped up nfsquotas queries by adding phys_id
1988-08-16  marfixed POP counts; added nfsquotas phys_id
1988-08-11  marhave access_list make sure people can't change their...
1988-08-11  marfind_member will now match a user with himself
1988-08-11  marincrease argument length to 257
1988-08-05  marChanged printcap queries
1988-08-05  mardon't forget to catch SIGCHLD
1988-08-05  marDon't update the database on retrieves (Used to keep stats)
1988-08-05  marchanged validation logging level
1988-08-05  maradded LOG_VALID for logging validation status
1988-08-03  marCatch children (i.e. spawned DCM's) and print their...
1988-08-03  marremoved send_zgram from here (it's in libsms now)
1988-08-03  mardon't allow a user with non-zero status to be deleted...
1988-08-03  marMove zephyr notification stuff into call to critical_alert
1988-08-01  maringres doesn't want == for "is equal to"
1988-07-31  maradded dfcheck to service info; uppercase service names...
1988-07-31  maradded min & max ID values
1988-07-31  marfix slowness in spop; be able to delete self-referentia...
1988-07-31  mardon't update table stats on sshi & ssif
1988-07-23  marActive account means status == 1, not status != 0;...
1988-07-23  marUppercase service names; Missed some reasons not to...
1988-07-23  marDetect Ingres Deadlock & return an SMS error
1988-07-23  marcomplain if authenticating user is not in database
1988-07-11  marchanged most references to ACLs to read ACEs.
1988-07-11  mar1) Fix ingres error routine to catch some errors
1988-07-08  marsend zephyrgram on startup and shutdown
1988-07-01  maradded send_zgram
1988-06-30  marInitial revision
1988-06-30  marChanged everything for new database format & version...
1988-06-30  maradded users_id & entity to client structure; query...
1988-06-30  marargument to sms_auth; trim args before returning them...
1988-06-30  mardeal with protocol version numbers; replace per-query...
1988-06-30  marInitial revision
1988-06-30  mardeal with version numbers; fixup help; throw away field...
1988-06-30  maradded journal file, database & query table init routines
1988-06-30  maradded variables to count queries by version, and journ...
1988-06-30  marif client is using the new protocol, then get entity...
1988-06-30  mardeal with multiple protocol version numbers; fix trigge...
1988-06-30  maradded version number to log_args; added trim routines
1988-02-16  marsq_save_unique_data and sq_save_unique_string didn...
1988-01-14  mar1. separate access checking from setup routines
1988-01-14  maradded definition of ARGLEN
1988-01-14  marseparate access check from setup routine.
1988-01-04  marfixup pobox access checking & make id assignment more...
1988-01-04  marmoved transaction start before pre-routines (wesommer)
1988-01-04  wesommerFixed access on access_pop; small changes for xxx_user_...
1987-09-21  wesommerAlso need to initialize pseudo_client.clname.
1987-09-12  wesommerClean up after Gretzinger: cl->kname is not valid unles...
1987-09-12  wesommerBe paranoid.
1987-09-11  wesommerDisable shutdowns completely.
1987-09-11  wesommeradd_user_group modified to side-effect the time for...
1987-09-04  mikeRenamed delete_list_members to followup_delete_list...
1987-09-01  wesommerA list should be considered modified if its acl changes.
1987-09-01  wesommerThis change was made by Mike, who didn't feel like...
1987-08-29  mikeFixed bug in check_nfs.
1987-08-29  mikeadded sq_save_unique_string
1987-08-28  mikeModified sms_query to not enclose RETRIEVE queries...
1987-08-28  mikeModified delete_locker to require only one argument...
1987-08-25  mike- Fixed bugs in get_groups_of_all_users
1987-08-22  wesommerCleanup (these changes were by Mike).
1987-08-22  wesommerCleaning up after mike again.
1987-08-22  wesommerMore of Mike's changes.
1987-08-22  wesommerFix a "fall-through".
1987-08-22  wesommerChanged path used to start server.
1987-08-22  wesommerInitial revision
1987-08-19  wesommerAdded the trigger_dcm function, which fires off a DCM...
1987-08-19  wesommerAdded list_users query.
1987-08-18  wesommerFixed definition of add_locker.
1987-08-10  mikewesommer modified error reporting.
1987-08-04  wesommerClean up messages.
1987-08-04  wesommerDo end run around minor hotspot.
1987-08-04  wesommerChanged messages.
1987-08-04  wesommerRearranged messages.
1987-08-04  wesommerMike's changes; checked in prior to working over messages.
1987-08-04  wesommerChanges by mike; checked in prior to my hacking.
1987-07-30  wesommerAdded debugging code in an attempt to catch a flakey...
1987-07-30  wesommerreplaced appends = appends+1 with appends = tbs.appends+1
1987-07-30  wesommerChanges by mike prior to "appends" fix.
1987-07-29  wesommerAdd keepalive feature.
1987-07-29  wesommerInitialize krb_realm.
1987-07-29  wesommerAdded last_time_used field to client structure.
1987-07-29  wesommerAdded "now" variable.
next
This page took 0.208059 seconds and 7 git commands to generate.