Displaying 8 results from an estimated 8 matches for "sha256crypt".
2013 Jul 11
1
Some build/QA warnings
...at it
* may exhibit random runtime failures.
* sha512crypt.c:227:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
* sha512crypt.c:228:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
* sha256crypt.c:196:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
* sha256crypt.c:197:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
* src/lzo_swd.ch:268:9: warning: dereferencing type-punned pointer
will b...
2007 Nov 15
3
3.53-pre5 released - release candidate
...ect bss variables clobbered due to final sector load
Clean up the transition to PM for shuffle-and-boot-to-PM
Guard section to avoid future partial-sector-clobber issues
Typo cleanup
In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax"
Add sha256crypt and sha512crypt; not yet enabled
Remove unused variable BufSafeSec
Fix boot sectors; cleanup_hardware must preserve registers
ISOLINUX: Change DriveNo -> DriveNumber
mbr.S: fix loading from logical partitions
Preserve ES:DI instead of probing for $PnP
-hpa
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
...| 156 ----
com32/elflink/modules/printmsg.c | 116 ---
com32/elflink/modules/refstr.h | 40 -
com32/elflink/modules/sha1.h | 18 -
com32/elflink/modules/sha1hash.c | 347 -------
com32/elflink/modules/sha256crypt.c | 559 -----------
com32/elflink/modules/sha512crypt.c | 606 ------------
com32/elflink/modules/test.c | 112 ---
com32/elflink/modules/unbase64.c | 91 --
com32/elflink/modules/vesainfo.c | 93 --
com...
2012 Jul 12
2
bcypt availability
Dear Timo,
Do you intend to introduce bcrypt into the built in password schemes?
In lew of all these hacks lately many larger companies appear moving
this way, we are looking at it too, but dovecot will then be the
weakest link in the database security.
So, are you planning on this and if so what sort of timeframe /
version would you expect it to be in beta ?
Nik
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...le
index 02789ca..5942a08 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -30,7 +30,8 @@
##
topdir = ../..
-include ../MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/com32.mk
LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o \
md5.o crypt-md5.o sha256crypt.o sha512crypt.o base64.o
diff --git a/com32/lua/src/Makefile b/com32/lua/src/Makefile
index 4081bfe..04ea255 100644
--- a/com32/lua/src/Makefile
+++ b/com32/lua/src/Makefile
@@ -16,7 +16,8 @@
##
topdir = ../../..
-include ../../MCONFIG
+MAKEDIR = $(topdir)/mk
+include $(MAKEDIR)/com32.mk
LIB...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com>
This series includes a patch (PATCH 1/6) that I sent previously but I
thought it was worth sending it again since the rest of the series
depends on it, and it also gives a bit of context.
These cleanups make it simpler to do the big switchover to ELF modules
on the elflink branch because the libraries in $LIBS are now contained
in one
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com>
These patches are based on the elflink branch.
This set of patches is my attempt at moving the command-line interface
functionality out of the core and into an ELF module to reduce the
size of the core.
The most interesting patch is [PATCH 4/4] which moves the cli code out
of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing