Searched refs:renew (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dtimeridconv.rb25 @renew = {}
45 @renew[key] = obj # KeepIt
60 return @curr.fetch(key, @renew.fetch(key, @gc.fetch(key, @sentinel)))
68 @curr = @renew
69 @renew = {}
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_tuplebag.rb52 t2.renew Object.new
81 t3.renew Object.new
106 t3.renew Object.new
131 t3.renew Object.new
144 t.renew Object.new
H A Dtest_rinda.rb406 def renew method in class:Rinda.TupleSpaceTestModule.SimpleRenewer
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/kinit/
H A Dkinit.c139 int nextcheck, remaining, renew=0; local
144 renew = kinit_check_tgt(kid, &remaining);
146 if (renew > 0) {
147 if (renew==1) {
149 "kinit_qtask: Trying to renew TGT: ");
155 renew++;
161 renew=kinit_check_tgt(kid, &remaining);
164 if (renew > 1) {
174 renew=kinit_check_tgt(kid, &remaining);
179 if (renew
[all...]
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DdotMacTpRpcGlue.h51 bool renew,
H A DdotMacTpRpcGlue.cpp367 bool renew, // this is obsolete; currently ignored
412 /* this used to be "new" or "renew" */
362 dotMacPostCertReq( DotMacCertTypeTag certType, const CSSM_DATA &userName, const CSSM_DATA &password, const CSSM_DATA &hostName, bool renew, const CSSM_DATA &csr, SecNssCoder &coder, sint32 &estTime, CSSM_DATA &resultBodyData) argument
/macosx-10.9.5/Heimdal-323.92.1/tests/db/
H A Dadd-modify-delete.in97 echo checking renew time
102 echo checking renew time
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Drenew.c89 flags.b.renew = TRUE;
113 kcm_log(0, "Failed to renew credentials for cache %s",
/macosx-10.9.5/ruby-104/ruby/lib/rinda/
H A Dtuplespace.rb24 # A renewer must implement the +renew+ method which returns a Numeric,
32 renew(sec)
70 renew(@renewer)
85 def renew(sec_or_renewer) method in class:Rinda.TupleEntry
142 # renewer). Otherwise it returns an expiry value from calling +it.renew+
151 return it.renew, it
H A Drinda.rb277 def renew method in class:Rinda.SimpleRenewer
/macosx-10.9.5/Heimdal-323.92.1/appl/otp/
H A Dotp.c52 { "renew", 'r', arg_flag, &renewp, "securely renew OTP" },
76 renew (int argc, char **argv, OtpAlgorithm *alg, char *user) function
329 errx(1, "setup, and renew requires `num', and `seed'");
361 return renew (argc, argv, alg, user);
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkinit.c136 { "renew", 'R', arg_flag, &renew_flag,
137 NP_("renew TGT", ""), NULL },
260 int renew,
283 if (renew) {
292 flags.b.renewable = flags.b.renew = renew;
336 /* only do this if it's a general renew-my-tgt request */
365 krb5_deltat renew = 0; local
478 renew = parse_time (renewstr, "s");
479 if (renew <
259 renew_validate(krb5_context context, int renew, int validate, krb5_ccache cache, const char *server, krb5_deltat life) argument
[all...]
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dscutil.c105 { "renew", required_argument, NULL, 0 },
396 char *renew = NULL; local
459 } else if (strcmp(longopts[opti].name, "renew") == 0) {
460 renew = optarg;
612 /* are we trying to renew a DHCP lease */
613 if (renew != NULL) {
614 do_renew(renew);
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkrb5tgs.c475 if(f.renew){
479 "Request to renew non-renewable ticket");
836 time_t renew; local
837 renew = *et.renew_till - et.authtime;
839 renew = min(renew, *client->entry.max_renew);
841 renew = min(renew, *server->entry.max_renew);
842 *et.renew_till = et.authtime + renew;
2177 if((b->kdc_options.validate || b->kdc_options.renew)
[all...]
H A Dkerberos5.c290 "%s authtime: %s starttime: %s endtime: %s renew till: %s",
1916 if(f.renew || f.validate || f.proxy || f.forwarded || f.enc_tkt_in_skey
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dheimdal-ify.sh4 launchctl unload /System/Library/LaunchAgents/com.apple.Kerberos.renew.plist
109 rm -f ${INSTALL_ROOT}/System/Library/LaunchAgents/com.apple.Kerberos.renew.plist
H A Dkll.c503 flags.b.renew = 1;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dget_cred.c1309 flags.b.renewable = flags.b.renew = 1;

Completed in 417 milliseconds