check_auth       400 bin/dbupdate/dbupdate.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth       446 bin/dbupdate/dbupdate.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       496 bin/dbupdate/dbupdate.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth       523 bin/dbupdate/dbupdate.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       114 include/dbupdate.h int check_auth(char *new_object, char *old_object, char *type, credentials_struct credentials);
check_auth      2935 modules/up/UP_util.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth      2980 modules/up/UP_util.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth      3040 modules/up/UP_util.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth      3076 modules/up/UP_util.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       114 modules/up/dbupdate.h int check_auth(char *new_object, char *old_object, char *type, credentials_struct credentials);
check_auth      1168 modules/up/src/rpslcheck/separateobjects.cc         if(check_auth(NULL, old_version, o->type->getName()) == UP_AUTH_OK){ // check_auth will know that this is a deletion
check_auth      1178 modules/up/src/rpslcheck/separateobjects.cc         if(check_auth(arg, old_version,o->type->getName() ) == UP_AUTH_OK){ // note: if the obj is to-be-created,