check_auth       355 bin/dbupdate/dbupdate.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth       401 bin/dbupdate/dbupdate.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       448 bin/dbupdate/dbupdate.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth       475 bin/dbupdate/dbupdate.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth        96 include/dbupdate.h int check_auth(char *new_object, char *old_object, char *type, credentials_struct credentials);
check_auth      2915 modules/up/UP_util.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth      2960 modules/up/UP_util.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth      3016 modules/up/UP_util.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth      3052 modules/up/UP_util.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth        96 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,