Displaying 4 results from an estimated 4 matches for "ks2".
Did you mean:
ks
2000 Jan 19
1
Potentially serious (but rare) issue with buffer.c and cipher.c
...49
@@ -45,16 +45,16 @@
{
des_cblock iv1;
- memcpy(&iv1, iv2, 8);
+ memmove(&iv1, iv2, 8);
des_cbc_encrypt(src, dest, len, ks1, &iv1, DES_ENCRYPT);
- memcpy(&iv1, (char *)dest + len - 8, 8);
+ memmove(&iv1, (char *)dest + len - 8, 8);
des_cbc_encrypt(dest, dest, len, ks2, iv2, DES_DECRYPT);
- memcpy(iv2, &iv1, 8); /* Note how iv1 == iv2 on entry and exit. */
+ memmove(iv2, &iv1, 8); /* Note how iv1 == iv2 on entry and exit. */
des_cbc_encrypt(dest, dest, len, ks3, iv3, DES_ENCRYPT);
- memcpy(iv3, (char *)dest + len - 8, 8);
+ memmove(iv3, (char *)dest +...
2015 Aug 17
0
Powerpoint 2007 will not advance slides when saved on a Samba share
...onf:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2007-02-08
[global]
netbios name = machine no 16
passdb backend = smbpasswd
server string = KS2 Server
workgroup = WORKGROUP
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
domain logons = no
domain master = no
local master = yes
preferred master = yes
os level = 65
security = user
wins support = yes
name re...
2002 Oct 24
0
SV: Boot from Linux
...sec BIOS
10 sec PXE
16 sec DHCP
22 sec pxelinux.0
25 sec vmlinuz/initrd
3. pxelinux.0
4. Redhat kickstart (from hidden harddisk partition)
5. Reboot and service setup
Wish list:
1. I would like pxelinux.0 (or equivalent) to reinitialize the host on the fly.
2. Alternative ks file locations: ks1, ks2, ks3 - this would allow for fault tolerence
3. Read ks from ftp or tftp - I mean we already get pxelinux.0 from tftp.
NB! At present excess time spent:
1. Rebooting
2. Installing things I do not really need (due to RPM/Kickstart dependencies).
Hvis a nice day
Henrik
-----Oprindelig meddelels...
2007 May 17
2
Getting CentOS Server CD w/kickstart config
I would like to how how I can take the CentOS 4.4 Server Cd for
example and modify the
ISO to put on my anaconda-ks.cfg file and then modify the kernel
parameters to automatically
load the anaconda-ks.cfg file so that I can create a CD that I just
stick into my machine it will
format the drive, install the basic configuration I like without
asking any questions. I need to
install like 20