check_auth       188 bin/dbupdate/dbupdate.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth       223 bin/dbupdate/dbupdate.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth       270 bin/dbupdate/dbupdate.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth       297 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      2924 modules/up/UP_util.cc             result = check_auth(NULL, old_version, o->type->getName(), credentials);
check_auth      2969 modules/up/UP_util.cc           result = check_auth(arg, NULL, o->type->getName(), credentials);
check_auth      3025 modules/up/UP_util.cc             result = check_auth(arg, old_version, o->type->getName(), credentials);
check_auth      3061 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,