Home
last modified time | relevance | path

Searched refs:DIR_OWNER (Results 1 – 10 of 10) sorted by relevance

/dports/net/fspd/fsp-2.8.1b29/server/
H A Dacl.c193 if(rights & DIR_OWNER) in require_access_rights()
199 if(rights & DIR_OWNER) in require_access_rights()
H A Dfile.c734 result[pos] |= DIR_OWNER; in server_get_pro()
H A Dserver.c791 CHECK_ACCESS_RIGHTS(DIR_OWNER,L_SETPRO); in server_process_packet()
/dports/net/fspclient/fspclient-0.93.1/client/remote/
H A Drrmdir.c28 if (!validate_operation(name, LITERAL_DIR | DIR_OWNER)) in do_rmdir()
H A Drpro.c45 if (!validate_operation(name, DIR_OWNER | LITERAL_DIR)) in do_pro()
/dports/net/fspd/fsp-2.8.1b29/clients/
H A Dprintpro.c41 Machine(DIR_OWNER), Y_or_N(DIR_DEL), Y_or_N(DIR_ADD), in print_pro()
/dports/net/fspd/fsp-2.8.1b29/include/
H A Dcommon_def.h115 #define DIR_OWNER 0x01 /* does caller own directory */ macro
/dports/net/fspclient/fspclient-0.93.1/include/
H A Dcommon.h114 #define DIR_OWNER 0x01 /* does caller own directory */ macro
/dports/net/fspclient/fspclient-0.93.1/client/
H A Dutil.c970 if ((bmap[0] & DIR_OWNER)) in util_stat()
1399 if(bmap[0] & DIR_OWNER) ffprintf(STDOUT,"You OWN this directory"); in util_print_probmap()
1638 if ((bmap[0] & DIR_OWNER) || (opmask & bmap[0]) == (opmask & 0xff)) in validate_operation()
/dports/net/fspd/fsp-2.8.1b29/client/
H A Dutil.c380 if(! (flags & DIR_OWNER)) in util_upload()