check_auth        93 include/dbupdate.h int check_auth(char *new_object, char *old_object, char *type, credentials_struct credentials);
check_auth      2632 modules/up/UP_util.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth      2670 modules/up/UP_util.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth      2720 modules/up/UP_util.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth      2750 modules/up/UP_util.cc             result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth        93 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,