Searched refs:entries (Results 1 - 25 of 420) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-accounts25 # Purpose of smbldap-migrate-accounts : add NT sam entries from pwdump
37 # Read pwdump entries on stdin, and add them to the ldap server.
38 # Output uncreated/unmodified entries (see parameters -C -U)
199 This command reads from stdin account entries as created by pwdump,
201 Depending of the options, some account entries may be output on
H A Dsmbldap-migrate-unix-accounts35 print " -v displays modified entries to STDOUT\n";
87 # add shadow entries if also -S defined
290 # reads shadow file entries and places them in a hash
348 -v displayes modified entries to STDOUT
H A Dsmbldap-migrate-unix-groups28 print " -v displays modified entries to STDOUT\n";
201 -v displayes modified entries to STDOUT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-groupdel89 deleting all entries that refer to a group.
H A Dsmbldap-passwd337 Password will prompt again and compare the second entry against the first. Both entries are require to match in order for the password to be changed.
H A Dsmbldap-populate173 my $entries="dn: $config{suffix}
214 $entries.="homeDirectory: $userHome\n";
216 $entries.="homeDirectory: /dev/null\n";
218 $entries.="sambaPwdLastSet: 0
227 $entries.="sambaHomePath: $userSmbHome\n";
230 $entries.="sambaHomeDrive: $config{userHomeDrive}\n";
235 $entries.="sambaProfilePath: $userProfile\\\n";
237 $entries.="sambaPrimaryGroupSID: $config{SID}-512
265 $entries.="sambaHomePath: $userSmbHome\n";
268 $entries
[all...]
H A Dsmbldap-userdel120 The smbldap-userdel command modifies the system account files, deleting all entries that refer to user defined in "login". The named user must exist.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl421 # try dns SRV entries
1481 if ($async_search->entries == 0) {
1482 print "No entries found with filter $filter\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec402 - Removed ChangeLog entries since they are kept in CVS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1049 # Any entries here mean samba makefile is *really* broken:
1296 near the additional entries. Any local shares should have been appended to
1396 echo "Removing winbind entries from %{_sysconfdir}/nsswitch.conf"
2153 samba-winbind (chkconfig and winbind entries in nsswitch.conf)
2179 need %dir and %doc entries for them ...
2324 Cleaned up smb.conf, and added some useful entries for domain controlling.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec44 - removed change log entries since history
371 # Remove swat entries from /etc/inetd.conf and /etc/services
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg19 echo which will remove the entries from /etc/services
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/groupdb/
H A Dmapping.c412 int entries=0; local
461 mapt= SMB_REALLOC_ARRAY((*rmap), GROUP_MAP, entries+1);
470 mapt[entries].gid = map.gid;
471 sid_copy( &mapt[entries].sid, &map.sid);
472 mapt[entries].sid_name_use = map.sid_name_use;
473 fstrcpy(mapt[entries].nt_name, map.nt_name);
474 fstrcpy(mapt[entries].comment, map.comment);
476 entries++;
480 *num_entries=entries;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb.h505 unsigned int entries; member in struct:vuid_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/locking/
H A Dposix.c125 Remove all fd entries for a specific dev/inode pair from the tdb.
138 free. Returns number of entries.
141 static size_t get_posix_pending_close_entries(files_struct *fsp, int **entries) argument
147 *entries = NULL;
156 *entries = (int *)dbuf.dptr;
164 number of entries.
167 static size_t get_posix_lock_entries(files_struct *fsp, struct posix_lock **entries) argument
173 *entries = NULL;
183 *entries = (struct posix_lock *)dbuf.dptr;
200 struct posix_lock *entries local
1226 struct posix_lock *entries = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_ldap.c751 /* We can only store (sizeof(pstring)-1)/64 password history entries. */
1099 /* We can only store (sizeof(pstring)-1)/64 password history entries. */
1243 DEBUG(2, ("ldapsam_setsampwent: %d entries in the base %s\n",
1338 DEBUG(1, ("ldapsam_getsampwnam: Duplicate entries for this user [%s] Failing. count=%d\n", sname, count));
2112 DEBUG(1, ("ldapsam_getgroup: Duplicate entries for filter %s: count=%d\n",
2770 DEBUG(2, ("ldapsam_setsamgrent: %d entries in the base!\n",
2822 int entries = 0; local
2843 mapt=SMB_REALLOC_ARRAY((*rmap), GROUP_MAP, entries+1);
2852 mapt[entries] = map;
2854 entries
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_lsa.c90 if(!prs_uint32("max_entries ", ps, depth, &r_r->max_entries)) /* 32 - max number of entries */
1309 static BOOL lsa_io_priv_entries(const char *desc, LSA_PRIV_ENTRY *entries, uint32 count, prs_struct *ps, int depth) argument
1313 if (entries == NULL)
1323 if (!smb_io_unihdr("", &entries[i].hdr_name, ps, depth))
1325 if(!prs_uint32("luid_low ", ps, depth, &entries[i].luid_low))
1327 if(!prs_uint32("luid_high", ps, depth, &entries[i].luid_high))
1332 if (!smb_io_unistr2("", &entries[i].name, entries[i].hdr_name.buffer, ps, depth))
1343 uint32 count, LSA_PRIV_ENTRY *entries)
1350 if (entries!
1342 init_lsa_r_enum_privs(LSA_R_ENUM_PRIVS *r_u, uint32 enum_context, uint32 count, LSA_PRIV_ENTRY *entries) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_lsa_nt.c773 LSA_PRIV_ENTRY *entries = NULL; local
781 DEBUG(10,("_lsa_enum_privs: enum_context:%d total entries:%d\n",
793 if ( !(entries = TALLOC_ZERO_ARRAY(p->mem_ctx, LSA_PRIV_ENTRY, num_privs )) )
798 init_unistr2(&entries[i].name, NULL, UNI_FLAGS_NONE);
799 init_uni_hdr(&entries[i].hdr_name, &entries[i].name);
801 entries[i].luid_low = 0;
802 entries[i].luid_high = 0;
804 init_unistr2(&entries[i].name, privs[i].name, UNI_FLAGS_NONE);
805 init_uni_hdr(&entries[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dconn.c288 for (i=0;i<conn->vuid_cache.entries && i< VUID_CACHE_SIZE;i++) {
H A Dposix_acls.c59 * | vers | flag | num_entries | num_default_entries | ..entries.. | default_entries... |
132 Count the inherited entries.
224 * none of the entries in it are marked as inherited.
496 Count a linked list of canonical ACE entries.
511 Free a linked list of canonical ACE entries.
676 * First, merge allow entries with identical SIDs, and deny entries
726 * Subtract ACE's with different entries. Due to the ordering constraints
758 * ordering that all the deny entries for
778 Check if we need to return NT4.x compatible ACL entries
1178 int i, entries; local
[all...]
H A Duid.c114 for (i=0;i<conn->vuid_cache.entries && i< VUID_CACHE_SIZE;i++) {
140 i = conn->vuid_cache.entries % VUID_CACHE_SIZE;
141 if (conn->vuid_cache.entries < VUID_CACHE_SIZE)
142 conn->vuid_cache.entries++;
162 stack, but modify the currnet_user entries.
288 but modify the current_user entries.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex837 Neighbour entries are organized into tables. The IPv4 neighbour table
841 and their properties, add new neighbour entries and delete old ones.
940 \subsection{{\tt ip neighbour show} --- list neighbour entries}
964 --- only list neighbour entries in this state. \verb|NUD_STATE| takes
967 lists all entries except for \verb|none| and \verb|noarp|.
1039 \subsection{{\tt ip neighbour flush} --- flush neighbour entries}
1044 entries to flush by some criteria.
1064 *** Round 1, deleting 1 entries ***
1075 \paragraph{Object:} \verb|route| entries in the kernel routing tables keep
1585 If you list cloned entries, th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h221 /* Number of entries */
224 /* Size of entries. */
238 /* Number of entries */
241 /* Total size of new entries */
250 /* Information about old entries: */
251 /* Number of counters (must be equal to current number of entries). */
254 /* The old entries' counters. */
257 /* The entries (hang off end: not really an array). */
258 struct ipt_entry entries[0]; member in struct:ipt_replace
282 /* The entries
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509.h166 STACK_OF(X509_NAME_ENTRY) *entries; member in struct:X509_name_st
H A Dx509_cmp.c275 j = sk_X509_NAME_ENTRY_num(a->entries)
276 - sk_X509_NAME_ENTRY_num(b->entries);
279 for (i=sk_X509_NAME_ENTRY_num(a->entries)-1; i>=0; i--)
281 na=sk_X509_NAME_ENTRY_value(a->entries,i);
282 nb=sk_X509_NAME_ENTRY_value(b->entries,i);
308 for (i=sk_X509_NAME_ENTRY_num(a->entries)-1; i>=0; i--)
310 na=sk_X509_NAME_ENTRY_value(a->entries,i);
311 nb=sk_X509_NAME_ENTRY_value(b->entries,i);

Completed in 194 milliseconds

1234567891011>>