some dates
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 77392 articles for 8.783 sec
On Mon, Jun 07, 2010 at 08:02:22PM -0500, Dallas Clement wrote: > Hi All, > > I am trying to crack open a certificate and print out the start and > expire dates to a debug log message. Just for printing I suggest: int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) Cheers Christian ______________________________________________________________________ OpenSSL Project     

Group: mailing.openssl.users · Group Profile · Search for some dates in mailing.openssl.users
Author: Christian Hohnstaedt
Date: Jun 8, 2010 03:35

Oleg wrote: Dave, Can you explain couple of things in you script? Im trying to understand how it works. 1. You set d as Scripting Distionary - d must be there or any word or letter can be set as S.Dictionary? Any letter or unrestricted word (a word not reserved by VBScript) can be used. 2. In line if right(filename,4)=".jpg" then - what does 4 stand for? 4 is the number
Show full article (0.58Kb)
Hey, I'm not extracting the start or end date but the domain name maybe this piece of code could help : I'm extracting the certificate from a PKCS#7 object but if you already have the X509 it shouldn't be a problem. I think you should take a look at X509_NAME_get_index_by_NID in de second if. X509 *userCert = NULL; STACK_OF(PKCS7_SIGNER_INFO) *stack_pkcs7_si = NULL; PKCS7_SIGNER_INFO     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for some dates in microsoft.public.scripting.vbscript
Author: Dave Crash Dummy
Date: Jun 8, 2010 03:33

Sorry for the bad formulation of my question :) English is not my native lang., and still new to this forum, will try to be more specific in next posts ;) Still, I didnt get any OT replies :) "Al Dunbar" wrote: "James Watkins" <someone@microsoft.com> wrote in message news:ORXo4OOBLHA.1888@TK2MSFTNGP05.phx.gbl... "Dave "Crash" Dummy" <invalid@invalid.invalid> wrote
Show full article (1.19Kb) · Show article thread
Pegasus, Adding a numerical value works better in my case, as my camera gives prety long names to the pictures, smth like Picturexxxxxxxx, if I add a date on top of that, the name would be too long, I'd like to avoid that "Pegasus [MVP]" wrote: > Moving the file before renaming it would mitigate the problem but not > eliminate it. To really eliminate it you need to expand the file name     

Group: mailing.openssl.users · Group Profile · Search for some dates in mailing.openssl.users
Author: Niels Stevens
Date: Jun 8, 2010 02:16

Dave, Can you explain couple of things in you script? Im trying to understand how it works. 1. You set d as Scripting Distionary - d must be there or any word or letter can be set as S.Dictionary? 2. In line if right(filename,4)=".jpg" then - what does 4 stand for? 3. Also in line d.Add newname,1 im wondering what 1 means... Thanks for your time and patience! :) "Dave "Crash" Dummy"
Show full article (5.22Kb)
Crash, Many thanks, its amazing!;-) the script worked like a charm, the result looks different than what I get by using the FOR command in cmd, but its much easier to use and error-free. Great help! "Dave "Crash" Dummy" wrote: > Oleg wrote: > > Thanks, that works !:) I didnt know the code that told the script to > > actually do the job, now its clear. However, it runs into the problem     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for some dates in microsoft.public.scripting.vbscript
Author: Oleg
Date: Jun 8, 2010 00:03

Hi All, I am trying to crack open a certificate and print out the start and expire dates to a debug log message. I found these two nifty functions X509_get_notBefore() and X509_get_notAfter() which return a pointer to a ASN1_TIME struct. I'm not sure where to go from here. I would like to be able to convert the ASN1_TIME to a time_t struct or something. Would one of you experts please
Show full article (2.67Kb)
Many thanks for the reply, but it doesn't quite do what I'm after. If Date1 = 07/06/2010 16:00 and Date 2 = 08/06/2010 08:00 then it should return 1 as there is 1 working hour between the 2 as I want to exclude any hours after 5pm and before 8am. The code provided returns 9 as it seems to calc that there is 1 working day between the 2 dates and multiplies by 9 as there is 9 working hours     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for some dates in microsoft.public.scripting.vbscript
Author: Oleg
Date: Jun 8, 2010 00:03

Am 07.06.2010 22:30, schrieb macroapa: Well, i just wrote you those 2 Functions. But they´re only without Saturday and Sundays caus i´m from germany and i really don´t know when all your holidays are :D sorry for that. Public Function WorkHours(Date1 As Date, Date2 As Date) As Long Dim intZ As Integer Dim intX As Integer intZ = DateDiff("d", Date1, Date2, vbMonday) intX = ((intZ - SaSoOut
Show full article (2.65Kb)
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for some dates in microsoft.public.scripting.vbscript
Author: Oleg
Date: Jun 8, 2010 00:03

Show full article (1.64Kb)
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for some dates in microsoft.public.scripting.vbscript
Author: Oleg
Date: Jun 7, 2010 23:36

Show full article (1.69Kb)
    

Group: mailing.openssl.users · Group Profile · Search for some dates in mailing.openssl.users
Author: Dallas Clement
Date: Jun 7, 2010 18:02

Show full article (0.72Kb)
    

Group: microsoft.public.access · Group Profile · Search for some dates in microsoft.public.access
Author: macroapa
Date: Jun 7, 2010 15:52

Show full article (0.44Kb) · Show article thread
    

Group: microsoft.public.access · Group Profile · Search for some dates in microsoft.public.access
Author: Jörn Bosse
Date: Jun 7, 2010 15:11

Show full article (1.20Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next