Displaying 20 results from an estimated 34 matches for "p24".
Did you mean:
24
2009 Dec 10
1
dovecot.index
Hello,
I can't? locate the dovecot.index in my ~/Maildir
[root at fedora-p24 Maildir]# ls
cur????????????????? dovecot-uidlist?????????????? new
dovecot.index.cache? dovecot-uidvalidity?????????? subscriptions
dovecot.index.log??? dovecot-uidvalidity.4b1e77ef? tmp
Where is the dovecot.index ?
This tutorial http://wiki.dovecot.org/IndexFiles tells that I should find it wher...
1997 Dec 11
0
cvs and smbdes.c
...@@
{
unsigned char sp8[8] = {0x4b, 0x47, 0x53, 0x21, 0x40, 0x23, 0x24,
0x25};
smbhash(p16, sp8, p14);
- smbhash(p16+8, sp8, p14+7);
+ smbhash(p16+8, sp8, 0x53, 0x21, 0x40, 0x23, 0x24, 0x25};
+ smbhash(p16, sp8, p14);
+ smbhash(p16 , sp8, p14 );
}
void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24)
{
smbhash(p24, c8, p21);
- smbhash(p24+8, c8, p21+7);
- smbhash(p24+16, c8, p21+14);
+ smbhash(p24 , c8, p21 );
+ smbhash(p24+8 , c8, p21+7 );
}
void cred_hash1(unsigned char *out,unsigned char *in,un...
2001 Sep 18
1
rsync 246 P24, Sol2.8 - transfer interrupted (code 1)?
Hi
I'm a new rsync user. I have two systems, A and B both with rsync
installed. I've setup rsync in daemon mode on system B and want to rsync
a directory /projects/sw/lib/ from system A to system B. My rsyncd.conf
file on system B looks like this:
[swlibrary]
path = /projects/sw
comment = Master Libraries
If I execute on system A:
rsync systemB::
I can see the
2009 Apr 04
1
Problem with sample()
...9419891495863900000
p16 = B * 0.0035116072275277300000
p17 = B * 0.0031386664156453200000
p18 = B * 0.0028136371529372800000
p19 = B * 0.0025289275577435600000
p20 = B * 0.0022784155915110200000
p21 = B * 0.0020571110286774600000
p22 = B * 0.0018609069242876300000
p23 = B * 0.0016863940046095700000
p24 = B * 0.0015307200810669000000
p25 = B * 0.0013914821958686000000
p26 = B * 0.0012666429097088400000
p27 = B * 0.0011544646324891600000
p28 = B * 0.0010534576028534100000
p29 = B * 0.0009623383079593670000
p30 = B * 0.0008799959715670280000
################Individual infection number############...
2013 Feb 23
1
Extract, sum and Loop in R
...uld anyone help me ?
My case,
I have climate data (precipitation) in nc format with single layer for each
time interval in a day. That means for January 1, 2013, I have 8 separate
files each containing 3 hrs cumulative precipitation in a grid of 0.5 X 0.5
deg - lat, long. (lets say, p3,p6,p9,....,p24.nc)
1. What I need to do is, I have to extract a precipitation value for (85 X
27.5 deg- lat,long) from each file and add them, then write the sum in
somewhere, i.e precipitation over a day.
Then , go for the January 2, 2013 and do the same until end of January. And
do the same for other months....
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
...in the function g()
p1=g(-5,-.5)
p2=g(-5,0)
p3=g(-5,0.5)
p4=g(-5,1)
p5=g(-5,2)
p6=g(-5,3)
p7=g(-5,4)
p8=g(-5,5)
p9=g(-4,-.5)
p10=g(-4,0)
p11=g(-4,0.5)
p12=g(-4,1)
p13=g(-4,2)
p14=g(-4,3)
p15=g(-4,4)
p16=g(-4,5)
p17=g(-3,-.5)
p18=g(-3,0)
p19=g(-3,.5)
p20=g(-3,1)
p21=g(-3,2)
p22=g(-3,3)
p23=g(-3,4)
p24=g(-3,5)
p25=g(-2,-.5)
p26=g(-2,0)
p27=g(-2,.5)
p28=g(-2,1)
p29=g(-2,2)
p30=g(-2,3)
p31=g(-2,4)
p32=g(-2,5)
p33=g(-1,-.5)
p34=g(-1,0)
p35=g(-1,.5)
p36=g(-1,1)
p37=g(-1,2)
p38=g(-1,3)
p39=g(-1,4)
p40=g(-1,5)
p41=g(-0.5,-0.5)
p42=g(-0.5,0)
p43=g(-0.5,0.5)
p44=g(-0.5,1)
p45=g(-0.5,2)
p46=g(-0.5,3)
p47=...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
..., "Child died with status %d\n", status);
-static unsigned char *P21(unsigned char *P21, const char *passwd,
- unsigned char* (*P16)(unsigned char *, const char *))
-{
- memset(P16(P21, passwd) + 16, 0, 5);
- return P21;
+ context->child_pid = 0;
}
-static unsigned char *P24(unsigned char *P24, unsigned char *P21,
- unsigned char *C8)
-
+static int ntlm_child_interact(struct ntlm_context *context,
+ unsigned char *childbuf,
+ unsigned max_childbuflen,
+ unsigned *childbuflen)
{
- E(P24, P21, NTLM_HASH_LENGTH, C8, NTLM_NONCE_LENGTH);...
2000 Oct 11
1
Expired passwords & PAM
Currently, OpenSSH prints the message:
"Warning: You password has expired, please change it now"
if the password has expired. It would be nice if the user could/had to
change password before continuing, like with Linux console login. I've
tried to make an patch, but it doesn't work. Ideas?
--- auth-pam.c.org Wed Oct 11 18:03:43 2000
+++ auth-pam.c Wed Oct 11 18:03:44
2003 Sep 05
2
3.6p1 bug on SCO OpenServer
...8 ttyp8 28825 Fri Sep 5 12:14 00:20 logged in
rac typ2 ttyp2 1168 Thu Sep 4 19:25 16:40 logged in
rac typ1 ttyp1 1023 Thu Sep 4 19:14 16:51 logged in
rac typ0 ttyp0 1013 Thu Sep 4 19:14 16:51 logged in
rac yp24 ttyp24 16191 Wed Sep 3 09:21 1d 23:04 ??
$
Script done on Fri Sep 5 12:05:54 2003
The first entry is a telnet login. All other entries are ssh logins.
Note the difference in the Line column between the telnet and ssh
entries. The output should look like this:
User Line...
2003 Oct 02
0
FreeBSD Security Advisory FreeBSD-SA-03:16.filedesc
...STABLE prior to the correction date
Corrected: 2003-10-02 15:08:01 UTC (RELENG_4, 4.9-RC)
2003-10-02 15:54:48 UTC (RELENG_4_8, 4.8-RELEASE-p11)
2003-10-02 15:55:54 UTC (RELENG_4_7, 4.7-RELEASE-p21)
2003-10-02 15:56:56 UTC (RELENG_4_6, 4.6-RELEASE-p24)
2003-10-02 15:57:48 UTC (RELENG_4_5, 4.5-RELEASE-p35)
2003-10-02 15:58:53 UTC (RELENG_4_4, 4.4-RELEASE-p45)
2003-10-02 16:05:44 UTC (RELENG_4_3, 4.3-RELEASE-p41)
FreeBSD only: YES
For general information regarding FreeBSD Security Advisories,
incl...
2003 Oct 02
0
FreeBSD Security Advisory FreeBSD-SA-03:16.filedesc
...STABLE prior to the correction date
Corrected: 2003-10-02 15:08:01 UTC (RELENG_4, 4.9-RC)
2003-10-02 15:54:48 UTC (RELENG_4_8, 4.8-RELEASE-p11)
2003-10-02 15:55:54 UTC (RELENG_4_7, 4.7-RELEASE-p21)
2003-10-02 15:56:56 UTC (RELENG_4_6, 4.6-RELEASE-p24)
2003-10-02 15:57:48 UTC (RELENG_4_5, 4.5-RELEASE-p35)
2003-10-02 15:58:53 UTC (RELENG_4_4, 4.4-RELEASE-p45)
2003-10-02 16:05:44 UTC (RELENG_4_3, 4.3-RELEASE-p41)
FreeBSD only: YES
For general information regarding FreeBSD Security Advisories,
incl...
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:02.ee
...:02:16 UTC (RELENG_6, 6.0-STABLE)
2006-01-11 08:03:18 UTC (RELENG_6_0, 6.0-RELEASE-p2)
2006-01-11 08:03:55 UTC (RELENG_5, 5.4-STABLE)
2006-01-11 08:04:33 UTC (RELENG_5_4, 5.4-RELEASE-p9)
2006-01-11 08:05:54 UTC (RELENG_5_3, 5.3-RELEASE-p24)
2006-01-11 08:06:47 UTC (RELENG_4, 4.11-STABLE)
2006-01-11 08:07:18 UTC (RELENG_4_11, 4.11-RELEASE-p14)
2006-01-11 08:08:08 UTC (RELENG_4_10, 4.10-RELEASE-p20)
CVE Name: CVE-2006-0055
For general information regarding FreeBSD Security Advisori...
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:02.ee
...:02:16 UTC (RELENG_6, 6.0-STABLE)
2006-01-11 08:03:18 UTC (RELENG_6_0, 6.0-RELEASE-p2)
2006-01-11 08:03:55 UTC (RELENG_5, 5.4-STABLE)
2006-01-11 08:04:33 UTC (RELENG_5_4, 5.4-RELEASE-p9)
2006-01-11 08:05:54 UTC (RELENG_5_3, 5.3-RELEASE-p24)
2006-01-11 08:06:47 UTC (RELENG_4, 4.11-STABLE)
2006-01-11 08:07:18 UTC (RELENG_4_11, 4.11-RELEASE-p14)
2006-01-11 08:08:08 UTC (RELENG_4_10, 4.10-RELEASE-p20)
CVE Name: CVE-2006-0055
For general information regarding FreeBSD Security Advisori...
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:01.texindex
...:02:16 UTC (RELENG_6, 6.0-STABLE)
2006-01-11 08:03:18 UTC (RELENG_6_0, 6.0-RELEASE-p2)
2006-01-11 08:03:55 UTC (RELENG_5, 5.4-STABLE)
2006-01-11 08:04:33 UTC (RELENG_5_4, 5.4-RELEASE-p9)
2006-01-11 08:05:54 UTC (RELENG_5_3, 5.3-RELEASE-p24)
2006-01-11 08:06:47 UTC (RELENG_4, 4.11-STABLE)
2006-01-11 08:07:18 UTC (RELENG_4_11, 4.11-RELEASE-p14)
2006-01-11 08:08:08 UTC (RELENG_4_10, 4.10-RELEASE-p20)
CVE Name: CAN-2005-3011
For general information regarding FreeBSD Security Advisori...
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:01.texindex [REVISED]
...:02:16 UTC (RELENG_6, 6.0-STABLE)
2006-01-11 08:03:18 UTC (RELENG_6_0, 6.0-RELEASE-p2)
2006-01-11 08:03:55 UTC (RELENG_5, 5.4-STABLE)
2006-01-11 08:04:33 UTC (RELENG_5_4, 5.4-RELEASE-p9)
2006-01-11 08:05:54 UTC (RELENG_5_3, 5.3-RELEASE-p24)
2006-01-11 08:06:47 UTC (RELENG_4, 4.11-STABLE)
2006-01-11 08:07:18 UTC (RELENG_4_11, 4.11-RELEASE-p14)
2006-01-11 08:08:08 UTC (RELENG_4_10, 4.10-RELEASE-p20)
CVE Name: CAN-2005-3011
For general information regarding FreeBSD Security Advisori...
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:01.texindex [REVISED]
...:02:16 UTC (RELENG_6, 6.0-STABLE)
2006-01-11 08:03:18 UTC (RELENG_6_0, 6.0-RELEASE-p2)
2006-01-11 08:03:55 UTC (RELENG_5, 5.4-STABLE)
2006-01-11 08:04:33 UTC (RELENG_5_4, 5.4-RELEASE-p9)
2006-01-11 08:05:54 UTC (RELENG_5_3, 5.3-RELEASE-p24)
2006-01-11 08:06:47 UTC (RELENG_4, 4.11-STABLE)
2006-01-11 08:07:18 UTC (RELENG_4_11, 4.11-RELEASE-p14)
2006-01-11 08:08:08 UTC (RELENG_4_10, 4.10-RELEASE-p20)
CVE Name: CAN-2005-3011
For general information regarding FreeBSD Security Advisori...
2006 May 31
0
FreeBSD Security Advisory FreeBSD-SA-06:16.smbfs
...LENG_5_4, 5.4-RELEASE-p15)
2006-05-31 22:33:41 UTC (RELENG_5_3, 5.3-RELEASE-p30)
2006-05-31 22:34:32 UTC (RELENG_4, 4.11-STABLE)
2006-05-31 22:34:53 UTC (RELENG_4_11, 4.11-RELEASE-p18)
2006-05-31 22:35:32 UTC (RELENG_4_10, 4.10-RELEASE-p24)
CVE Name: CVE-2006-2654
For general information regarding FreeBSD Security Advisories,
including descriptions of the fields above, security branches, and the
following sections, please visit
<URL:http://www.freebsd.org/security/>.
I. Background
smbfs is a network file-system used...
2006 May 31
0
FreeBSD Security Advisory FreeBSD-SA-06:16.smbfs
...LENG_5_4, 5.4-RELEASE-p15)
2006-05-31 22:33:41 UTC (RELENG_5_3, 5.3-RELEASE-p30)
2006-05-31 22:34:32 UTC (RELENG_4, 4.11-STABLE)
2006-05-31 22:34:53 UTC (RELENG_4_11, 4.11-RELEASE-p18)
2006-05-31 22:35:32 UTC (RELENG_4_10, 4.10-RELEASE-p24)
CVE Name: CVE-2006-2654
For general information regarding FreeBSD Security Advisories,
including descriptions of the fields above, security branches, and the
following sections, please visit
<URL:http://www.freebsd.org/security/>.
I. Background
smbfs is a network file-system used...
2006 Jun 10
7
Agile Web Development with Rails Page 33
I''m a real Newb; just bought AWDwR and using it with Win2000 - it took me
ages, and only after reading Curt Hibbs Rolling with Ruby, to realise that I
needed to use Cmd.exe before using AWDwR''s dave> instructions.
I''ve created Say/hello.html and I still get "Template is missing" with
http://localhost:3000/say/hello
I''ve read
2004 Jul 01
0
FreeBSD Security Advisory FreeBSD-SA-04:13.linux
...7:31:44 UTC (RELENG_4)
2004-06-30 17:34:38 UTC (RELENG_5_2, 5.2.1-RELEASE-p9)
2004-06-30 17:33:59 UTC (RELENG_4_10, 4.10-RELEASE-p2)
2004-06-30 17:33:24 UTC (RELENG_4_9, 4.9-RELEASE-p11)
2004-06-30 17:32:24 UTC (RELENG_4_8, 4.8-RELEASE-p24)
CVE Name: CAN-2004-0602
FreeBSD only: YES
For general information regarding FreeBSD Security Advisories,
including descriptions of the fields above, security branches, and the
following sections, please visit
<URL:http://www.freebsd.org/security/>.
I. Background
FreeBSD is binar...