Searched refs:rights (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_afsacl.c49 uint32 rights; member in struct:afs_ace
128 const char *name, uint32 rights)
189 result->rights = rights;
196 const char *name, uint32 rights)
203 ace->rights |= rights;
208 ace = new_afs_ace(acl->ctx, positive, name, rights);
215 DEBUG(10, ("add_afs_ace: Added %s entry for %s with rights %d\n",
217 ace->name, ace->rights));
126 new_afs_ace(TALLOC_CTX *mem_ctx, BOOL positive, const char *name, uint32 rights) argument
194 add_afs_ace(struct afs_acl *acl, BOOL positive, const char *name, uint32 rights) argument
267 uint32 rights; local
333 afs_to_nt_file_rights(uint32 rights) argument
538 uint32 rights = ace->info.mask; local
579 uint32 rights = ace->info.mask; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c75 * Compile access rights for a user to one file-system object
77 * This combines combines all access rights for a user to one fs-object and
78 * returns the result as a Darwin allowed rights ACE.
96 uint32_t rights, allowed_rights = 0, denied_rights = 0, darwin_rights; local
104 /* Now check requested rights */
110 rights = aces[i].a_access_mask;
139 allowed_rights |= rights;
141 /* Only or to denied rights if not previously allowed !! */
142 denied_rights |= ((!allowed_rights) & rights);
152 /* Remove denied from allowed rights */
182 uint32_t rights; local
344 uint32_t rights = 0; local
402 uint32_t rights = 0, maskrights = 0; local
704 uint32_t rights, maskrights = 0; local
1470 uint32_t rights = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s3 / Copyright (c) 1997,2008 Oracle. All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dddp_usrreq.c41 ddp_usrreq( so, req, m, addr, rights )
44 struct mbuf *m, *addr, *rights;
53 (struct ifnet *) rights ));
56 if ( rights && rights->m_len ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_rights.c141 char **rights; local
144 result = cli_lsa_enum_account_rights(cli, ctx, pol, sid, &count, &rights);
153 printf("%s\n", rights[i]);
225 with associated rights */
241 d_printf("Usage: net rpc rights list [name|SID]\n");
268 d_printf("Usage: net rpc rights grant <name|SID> <rights...>\n");
289 d_printf("Successfully granted rights.\n");
315 d_printf("Usage: net rpc rights revoke <name|SID> <rights
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex30 pages are copyright (C) 1994-2007 Xiph.org Foundation. All rights
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_lsa.h524 /* LSA_Q_ENUM_ACCT_RIGHTS - LSA enum account rights */
531 /* LSA_R_ENUM_ACCT_RIGHTS - LSA enum account rights */
535 UNISTR2_ARRAY rights; member in struct:__anon1628
540 /* LSA_Q_ADD_ACCT_RIGHTS - LSA add account rights */
545 UNISTR2_ARRAY rights; member in struct:__anon1629
549 /* LSA_R_ADD_ACCT_RIGHTS - LSA add account rights */
556 /* LSA_Q_REMOVE_ACCT_RIGHTS - LSA remove account rights */
562 UNISTR2_ARRAY rights; member in struct:__anon1631
566 /* LSA_R_REMOVE_ACCT_RIGHTS - LSA remove account rights */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl296 To protect your rights, we need to make restrictions that forbid
297 anyone to deny you these rights or to ask you to surrender the rights.
302 gratis or for a fee, you must give the recipients all the rights that
305 rights.
307 We protect your rights with two steps: (1) copyright the software, and
392 Thus, it is not the intent of this section to claim rights or contest
393 your rights to work written entirely by you; rather, the intent is to
443 void, and will automatically terminate your rights under this License.
444 However, parties who have received copies, or rights, fro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/dnslist/
H A Ddnslist.pl296 To protect your rights, we need to make restrictions that forbid
297 anyone to deny you these rights or to ask you to surrender the rights.
302 gratis or for a fee, you must give the recipients all the rights that
305 rights.
307 We protect your rights with two steps: (1) copyright the software, and
392 Thus, it is not the intent of this section to claim rights or contest
393 your rights to work written entirely by you; rather, the intent is to
443 void, and will automatically terminate your rights under this License.
444 However, parties who have received copies, or rights, fro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_lsarpc.c566 char **rights; local
586 result = cli_lsa_enum_account_rights(cli, mem_ctx, &dom_pol, &sid, &count, &rights);
594 printf("\t%s\n", rights[i]);
614 printf("Usage: %s SID [rights...]\n", argv[0]);
652 printf("Usage: %s SID [rights...]\n", argv[0]);
765 { "lsaenumacctrights", RPC_RTYPE_NTSTATUS, cmd_lsa_enum_acct_rights, NULL, PI_LSARPC, "Enumerate the rights of an SID", "" },
770 { "lsaaddacctrights", RPC_RTYPE_NTSTATUS, cmd_lsa_add_acct_rights, NULL, PI_LSARPC, "Add rights to an account", "" },
771 { "lsaremoveacctrights", RPC_RTYPE_NTSTATUS, cmd_lsa_remove_acct_rights, NULL, PI_LSARPC, "Remove rights from an account", "" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl24 # * All rights reserved.
35 * All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dadd_cr.pl67 * All rights reserved.
H A Dmkerr.pl266 " * Copyright (c) 2001-2004 The OpenSSL Project. All rights reserved.\n",
408 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl67 * All rights reserved.
H A Dmkerr.pl315 " * Copyright (c) 2001-2005 The OpenSSL Project. All rights reserved.\n",
489 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl24 # * All rights reserved.
35 * All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_lsa.c2322 if ( !init_unistr2_array( &r_u->rights, num_priv, privname_array ) )
2364 if(!smb_io_unistr2_array("rights", &r_c->rights, ps, depth))
2384 const char **rights)
2390 init_unistr2_array(&q_q->rights, count, rights);
2412 if(!smb_io_unistr2_array("rights", &q_q->rights, ps, depth))
2441 const char **rights)
2448 init_unistr2_array(&q_q->rights, coun
2380 init_q_add_acct_rights(LSA_Q_ADD_ACCT_RIGHTS *q_q, POLICY_HND *hnd, DOM_SID *sid, uint32 count, const char **rights) argument
2436 init_q_remove_acct_rights(LSA_Q_REMOVE_ACCT_RIGHTS *q_q, POLICY_HND *hnd, DOM_SID *sid, uint32 removeall, uint32 count, const char **rights) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dkeysets.pl57 * All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dkeysets.pl57 * All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/docs/
H A Dautodocifier.pl294 Copyright (c) 2001 John BEPPU. All rights reserved. This program is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl179 * All rights reserved.
H A Dobjects.pl127 * All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.pl179 * All rights reserved.
H A Dobjects.pl127 * All rights reserved.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S7 |M68060 Software Package Copyright � 1993, 1994 Motorola Inc. All rights reserved.

Completed in 376 milliseconds

12