Searched refs:pass (Results 1 - 25 of 342) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dlibtool316 # How to pass a linker flag through the compiler.
2757 -Wc,FLAG pass FLAG directly to the compiler
2861 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
2863 -Xlinker FLAG pass linker-specific FLAG directly to the linker
2864 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
5522 # which system we are compiling for in order to pass an extra
6527 for pass in $passes; do
6528 # The preopen pass in lib mode reverses $deplibs; put it back here
6530 if test "$linkmode,$pass" = "lib,link"; then
6540 if test "$linkmode,$pass"
[all...]
H A Dltmain.sh2335 -Wc,FLAG pass FLAG directly to the compiler
2439 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
2441 -Xlinker FLAG pass linker-specific FLAG directly to the linker
2442 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
5100 # which system we are compiling for in order to pass an extra
6105 for pass in $passes; do
6106 # The preopen pass in lib mode reverses $deplibs; put it back here
6108 if test "$linkmode,$pass" = "lib,link"; then
6118 if test "$linkmode,$pass" = "lib,link" ||
6119 test "$linkmode,$pass"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure1677 LIBS libraries to pass to the linker, e.g. -l<library>
11033 # PORTME Check for flag to pass linker flags through the system compiler.
39315 # How to pass a linker flag through the compiler.
[all...]
H A Dlibtool319 # How to pass a linker flag through the compiler.
2760 -Wc,FLAG pass FLAG directly to the compiler
2864 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
2866 -Xlinker FLAG pass linker-specific FLAG directly to the linker
2867 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
5525 # which system we are compiling for in order to pass an extra
6530 for pass in $passes; do
6531 # The preopen pass in lib mode reverses $deplibs; put it back here
6533 if test "$linkmode,$pass" = "lib,link"; then
6543 if test "$linkmode,$pass"
[all...]
H A Dltmain.sh2335 -Wc,FLAG pass FLAG directly to the compiler
2439 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
2441 -Xlinker FLAG pass linker-specific FLAG directly to the linker
2442 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
5100 # which system we are compiling for in order to pass an extra
6105 for pass in $passes; do
6106 # The preopen pass in lib mode reverses $deplibs; put it back here
6108 if test "$linkmode,$pass" = "lib,link"; then
6118 if test "$linkmode,$pass" = "lib,link" ||
6119 test "$linkmode,$pass"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/certs/scripts/
H A Dgenroot.sh44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
H A Dgenserv.sh71 $OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout pass:secret
75 $OPENSSL rsa -in $PREFIX-sv.key -out $PREFIX-sv.key -passin pass:secret
/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-accounts209 a string containing arguments to pass verbatim to
214 a string containing arguments to pass verbatim to
/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-passwd126 my $pass;
131 chomp($pass=<STDIN>);
141 if ($pass ne $pass2) {
152 ($pass =~ /^(.*)$/ and $pass=$1) or
161 "-s","$pass";
168 "-s","$pass";
174 $hash_password = make_hash($pass,$config{hash_encrypt},$config{crypt_salt_format});
194 my ($sambaLMPassword,$sambaNTPassword) = ntlmgen $pass;
220 $pass
[all...]
H A Dsmbldap-useradd227 my $pass;
232 chomp($pass=<STDIN>);
242 if ($pass ne $pass2) {
246 my ($lmpassword,$ntpassword) = ntlmgen $pass;
H A Dsmbldap-userinfo33 my $pass;
43 $pass = 1;
54 if (!defined($pass)) {
58 chomp($pass=<STDIN>);
63 $config{masterPw}="$pass";
66 if (!is_user_valid($user, $dn, $pass)) {
H A Dsmbldap_tools.pm345 my ($user, $dn, $pass) = @_;
347 my $mesg= $userLdap->bind (dn => $dn, password => $pass );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl709 pass => \&get_password
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2051 - Fix build from CVS (run autogen.sh, pass options to all rpm commands)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_server.c191 to pass that unencrypted password over */
381 struct passwd *pass; local
383 if ( (pass = smb_getpwnam( user_info->internal_username.str,
386 nt_status = make_server_info_pw(server_info, pass->pw_name, pass);
H A Dauth_unix.c91 struct passwd *pass = NULL; local
94 pass = Get_Pwnam(user_info->internal_username.str);
99 nt_status = pass_check(pass,
100 pass ? pass->pw_name : user_info->internal_username.str,
110 if (pass) {
111 make_server_info_pw(server_info, pass->pw_name, pass);
H A Dauth_util.c105 struct passwd *pass = Get_Pwnam(user); local
106 if (!pass)
109 if (!NT_STATUS_IS_OK(nt_status = pdb_fill_sam_pw(*account, pass))) {
686 * NOTE!! This function will fail if you pass in a winbind user without
1546 char *pass = NULL; local
1561 ret = secrets_fetch_trusted_domain_password(dom_name, &pass, &trustdom_sid, &lct);
1563 SAFE_FREE(pass);
H A Dpass_check.c594 NTSTATUS pass_check(const struct passwd *pass, const char *user, const char *password, argument
603 DEBUG(100, ("checking user=[%s] pass=[%s]\n", user, password));
627 if (!pass) {
636 fstrcpy(this_crypted, pass->pw_passwd);
637 fstrcpy(this_salt, pass->pw_passwd);
648 spass = getspnam(pass->pw_name);
661 if (ia_openinfo(pass->pw_name, &uinfo) != -1)
662 ia_get_logpwd(uinfo, &(pass->pw_passwd));
668 struct pr_passwd *pr_pw = getprpwnam(pass->pw_name);
702 AUTHORIZATION *ap = getauthuid(pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c2633 char *pass = getpass("Password: "); local
2634 if (pass)
2635 pstrcpy(l_password, pass);
H A Dsmbmount.c198 char *pass = getpass("Password: "); local
199 if (pass) {
200 pstrcpy(password, pass);
552 char pass[128]; local
570 for(p = pass, *p = '\0'; /* ensure that pass is null-terminated */
571 p && p - pass < sizeof(pass);) {
575 *++p = '\0'; /* advance p, and null-terminate pass */
579 if (p - pass) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_netlogon.h754 SAM_PWD pass; member in struct:sam_account_info_info
H A Drpc_samr.h204 uint8 pass[516]; member in struct:sam_user_info_23
224 uint8 pass[516]; member in struct:sam_user_info_24
266 uint8 pass[532]; member in struct:sam_user_info_25
1767 uint8 pass[516]; member in struct:enc_passwd_info
H A Dsecrets.h69 fstring pass; /* trust relationship's password */ member in struct:trusted_dom_pass
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpopt_common.c155 char pass[128]; local
173 for(p = pass, *p = '\0'; /* ensure that pass is null-terminated */
174 p && p - pass < sizeof(pass);) {
178 *++p = '\0'; /* advance p, and null-terminate pass */
182 if (p - pass) {
198 pstrcpy(a->password, pass);
263 * -N,--no-pass
265 * -P --machine-pass
[all...]
H A Dsubstitute.c350 struct passwd *pass; local
369 if ((pass = Get_Pwnam(tmp_str))!=NULL) {
370 string_sub(p,"%G",gidtoname(pass->pw_gid),l);
513 struct passwd *pass; local
543 if ((pass = Get_Pwnam(r))!=NULL) {
544 t = realloc_string_sub(t, "%G", gidtoname(pass->pw_gid));

Completed in 253 milliseconds

1234567891011>>