]> andersk Git - moira.git/shortlog
moira.git
2002-11-04  zacheissUse krb5 auth, not krb4. moira-krb5
2002-08-19  zacheisszero out the authenticator before starting.
2002-08-19  zacheissOnly check the return value of krb5_init_context if...
2002-08-19  zacheissUse krb5_error_code for return value of krb5 library...
2002-08-19  zacheissUse krb5_error_code for return value of krb5 library...
2002-08-19  zacheissUse krb5_error_code instead of int for krb5 library...
2002-08-15  zacheissInitialize a few more things to NULL.
2002-08-14  zacheissInitial cut of krb5 support.
2002-08-14  zacheissChange a bunch of
2002-08-13  zacheissSome globals that really should be wrapped in
2002-08-13  zacheissWhitespace police.
2002-08-13  zacheissFix a case where we could use the value of "status...
2002-08-13  zacheissFix compilation using SunSoft cc, just in case we want it.
2002-08-10  zacheissRedo argument parsing to be more consistant with other...
2002-08-08  zacheissDon't complain for quota deltas < 400MB.
2002-08-06  zacheissSupport setting container lists.
2002-08-06  zacheissCall mr_access() in AddList so we can bomb out before...
2002-08-02  zacheissOne more missing LOWER(), this time in get_machines_of_...
2002-08-02  zacheissAdd 2 missing LOWER()'s to fix non-recursive case of
2002-08-02  zacheissHandle the case of a user using a PIN for preauthentica...
2002-08-02  zacheissSupport setting/displaying publicflg for containers...
2002-08-02  zacheissRenumber CON_foo #defines for addition of publicflg...
2002-08-02  zacheissAdd list_id and publicflg columns to containers table.
2002-08-02  zacheissAdd MR_CONTAINER_NO_PARENT error code.
2002-08-02  zacheissMajor update to container related code.
2002-06-17  zacheissDocument how to clear a list's membership acl.
2002-05-19  zacheissA DCM for new calendar service, and Makefile.in glue...
2002-05-15  zacheissThreshold should be based on number of old lines, not...
2002-05-09  zacheissNuke stray ;
2002-05-09  zacheissNeed an "ORDER BY status", since we want the status...
2002-05-09  zacheissNew text for Sloan PIN screen, courtesy of vgifford.
2002-05-01  zacheissMake link like for Oracle 8 even more sane; based on...
2002-05-01  zacheissRemove reference to Ingres in error message.
2002-04-30  zacheissSupport incrementals on the mcntmap table.
2002-04-30  zacheissAllow for queries on mcntmap table.
2002-04-30  zacheissAllow wildcards in the container related get queries.
2002-04-30  zacheissLINCOLN users should get preassigned usernames.
2002-04-30  zacheissInclude link line for Oracle 8 Pro*C.
2002-04-30  zacheissDon't prototype these ourself; ubik.h does.
2002-04-30  zacheissPortability nit for AFS versions > 3.4a. Make sure...
2002-04-18  zacheissCoupon for use in summer 2002 mailing.
2002-04-05  zacheissInclude status 9 users.
2002-03-29  zacheissdisplay new user statuses correctly.
2002-03-29  zacheissregister_user() on a registered Kerberos-only account...
2002-03-29  zacheissNew #defines for Kerberos-only account user statuses.
2002-03-29  zacheissProvide support for Kerberos-only accounts.
2002-03-27  zacheissInclude billing contact for hosts, and blank field...
2002-03-22  zacheissFrom dtanner: better handling of group security policies.
2002-03-21  zacheissCheck for libk5crypto before libcrypto, so openssl...
2002-03-20  zacheissNeed to handle new subnet status in AskMCDInfo(), too.
2002-03-20  zacheissReport the new equipment codes for some classes of...
2002-03-20  zacheissSplit "Resnet" subnet status out into Dorm and ILG...
2002-03-19  zacheissUnpack tarfile in a temporary directory to avoid changi...
2002-03-15  zacheissAlways reports email addresses of the form username...
2002-03-11  zacheissDouble size of max_row_count.
2002-03-06  zacheissTweak wording of help text for PIN screen.
2002-03-03  zacheissbreak out of case statement, don't fall through.
2002-02-27  zacheissDon't put deactivated users in generated acl files.
2002-02-26  zacheissChanges to deal with new args being passed by moirad...
2002-02-26  zacheissGet the mach_id and list_id the right way.
2002-02-25  zacheissAdd PIN column to the users table.
2002-02-25  zacheissIf a user has the secure bit set and a PIN defined...
2002-02-25  zacheissAdd a "PIN" screen that's an alternative to the six...
2002-02-23  zacheissCheck the exit value of checkpc and lpc.
2002-02-05  zacheissPunt on the "NONE" stuff; the TNS folks decided they...
2002-02-04  zacheissInclude creation time for hosts; set it to NONE for...
2002-02-04  zacheissInclude private subnets and hosts on unbilled networks...
2002-01-24  zacheissCleanup of previous revision. Parse argv only once...
2002-01-22  zacheissBe more paranoid:
2002-01-18  zacheissCheck the return value of system() the right way.
2002-01-18  zacheissFirst cut of a DCM for stellar, and Makefile.in changes...
2002-01-18  zacheissDo more clever locking to prevent two DCMs from steppin...
2002-01-16  zacheissnew status for GigE private subnets.
2002-01-16  zacheissNew status for GigE private subnets.
2001-12-22  zacheissTreat MACHINE list membership info as public information.
2001-12-14  zacheissSupport MACHINE members of lists.
2001-11-26  zacheiss_list_queries returns a client dependent list, so don...
2001-11-24  zacheissUse ps -ef; ps -el truncates too much of the process name.
2001-11-05  zacheissAdd new instructions for running perl script to deal...
2001-11-05  zacheissDon't require a valid account number if we're setting...
2001-10-26  zacheissSome cleanup. strncpy instead of strcpy, and deal...
2001-10-24  jisBugfix to add member functionality (broken when MoiraCo...
2001-10-23  zacheissRevert back to rev 1.2. Code to deal with null kerber...
2001-10-23  zacheissCheck if we have strvis() so we can use it. Regenerate...
2001-10-23  zacheissDeal with pts groups with whitespace and other "weird...
2001-10-23  jisBugfix for attempting to remove members from a list...
2001-10-21  zacheissQuick and dirty fix: Don't call register_user() for...
2001-10-21  jisMake Moira Java Object thread safe (provide mutex locki...
2001-10-18  zacheissGive version 2 queries their own validate struct so...
2001-10-17  zacheissSet creation time and creator information for new users.
2001-10-17  zacheissDisplay user creation times.
2001-10-17  zacheissDeal with tracking creation times for users.
2001-10-17  zacheissAdd U_CREATED and U_CREATOR #defines.
2001-10-17  zacheissAdd created and creator columns to the users table.
2001-10-09  zacheissBuild the webmoira dir if we've generated a Makefile in it.
2001-10-09  zacheissAC_SUBST the directory webmoira src lives in.
2001-10-09  zacheissDeal with arch-specific flags to build shared objects...
2001-10-09  zacheissAbstract out flags we need to build shared objects.
2001-10-09  zacheissmissed 2 classes in CLASSES; now make clean really does.
2001-10-09  zacheissWe use AC_CANONICAL_HOST in configure.in now, so we...
next
This page took 0.10131 seconds and 4 git commands to generate.