[shacrypt] 2 new revisions pushed by Nightgunner5 on 2009-11-15 15:36 GMT

0 views
Skip to first unread message

shac...@googlecode.com

unread,
Nov 15, 2009, 10:37:38 AM11/15/09
to shac...@googlegroups.com
2 new revisions:

Revision: c105714f6a
Author: Nightgunner5
Date: Sun Nov 15 07:19:23 2009
Log: Update version numbers
http://code.google.com/p/shacrypt/source/detail?r=c105714f6a

Revision: a90e8f866f
Author: Nightgunner5
Date: Sun Nov 15 07:36:36 2009
Log: Update makefile
http://code.google.com/p/shacrypt/source/detail?r=a90e8f866f

==============================================================================
Revision: c105714f6a
Author: Nightgunner5
Date: Sun Nov 15 07:19:23 2009
Log: Update version numbers
http://code.google.com/p/shacrypt/source/detail?r=c105714f6a

Modified:
/commandline.c
/shacrypt.1

=======================================
--- /commandline.c Sun Nov 8 07:16:31 2009
+++ /commandline.c Sun Nov 15 07:19:23 2009
@@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @since 1.1.2
- * @version 1.2
+ * @version 1.2.1
*/

#include <stdlib.h>
@@ -53,14 +53,14 @@

void showhelp( char* appname, char* mode ) {
if ( strcmp( mode, "ha" ) == 0 ) {
- printf( "SHACrypt 1.2: Asymmetric Encryption\n" );
+ printf( "SHACrypt 1.2.1: Asymmetric Encryption\n" );
printf( "Please note: All steps are formed in the same way as
normal encryption, with the exception of the first argument (the e, a, or
d). See '%s h' for more details. In these examples, Alice is the sender and
Bob is the recipient. Between each step, the file would be transmitted to
the other person.\n", appname );
printf( " Step 1, Alice: Encryption - '%s e'\n", appname );
printf( " Step 2, Bob: Asymmetric encryption - '%s a'\n", appname
);
printf( " Step 3, Alice: Asymmetric decryption - '%s a'\n",
appname );
printf( " Step 4, Bob: Decryption - '%s d'\n", appname );
} else if ( strcmp( mode, "he" ) == 0 ) {
- printf( "SHACrypt 1.2: Advanced encryption\n" );
+ printf( "SHACrypt 1.2.1: Advanced encryption\n" );
printf( "Appending letters to the \"%s e\" will change the hashing
algorithms used.\n", appname );
printf( " a - SHA1\n" );
printf( " b - SHA224\n" );
@@ -72,7 +72,7 @@
printf( " h - WHIRLPOOL\n" );
printf( "Multiple letters can be combined. If none are used,
SHACrypt will default to SHA1.\n" );
} else {
- printf( "SHACrypt 1.2\n" );
+ printf( "SHACrypt 1.2.1\n" );
printf( " Encrypt a file: %s e password file.in file.out\n",
appname );
printf( " Encrypt stdin: %s e password\n", appname );
printf( " Get a list of hash algorithms: %s he\n", appname );
=======================================
--- /shacrypt.1 Sun Nov 8 08:00:15 2009
+++ /shacrypt.1 Sun Nov 15 07:19:23 2009
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
-.TH SHACRYPT 1 "version 1.2" "November 7, 2009"
+.TH SHACRYPT 1 "version 1.2.1" "November 15, 2009"
.\" Please adjust this date whenever revising the manpage.
.\"


==============================================================================
Revision: a90e8f866f
Author: Nightgunner5
Date: Sun Nov 15 07:36:36 2009
Log: Update makefile
http://code.google.com/p/shacrypt/source/detail?r=a90e8f866f

Modified:
/Makefile

=======================================
--- /Makefile Sat Nov 14 08:05:57 2009
+++ /Makefile Sun Nov 15 07:36:36 2009
@@ -55,6 +55,9 @@
install: build
cp -t $(DESTDIR) shacrypt

+install-gtk: build-gtk
+ cp -t $(DESTDIR) shacrypt-gtk
+
check: test
test: tests.o build
$(CC) $(CFLAGS) -o tests tests.o $(objects)
@@ -63,4 +66,4 @@
clean:
rm -f $(objects) $(secondaryobjects)

-.PHONY: build install test check clean glade.o
+.PHONY: build build-gtk install install-gtk test check clean glade.o

Reply all
Reply to author
Forward
0 new messages