check_auth       137 bin/dbupdate/dbupdate.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth       172 bin/dbupdate/dbupdate.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       219 bin/dbupdate/dbupdate.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth       246 bin/dbupdate/dbupdate.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       101 include/dbupdate.h int check_auth(char *new_object, char *old_object, char *type, credentials_struct credentials);
check_auth      2910 modules/up/UP_util.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth      2955 modules/up/UP_util.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth      3011 modules/up/UP_util.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth      3047 modules/up/UP_util.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       101 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,