]> CyberLeo.Net >> Repos - SourceForge/eyefi-config.git/log
SourceForge/eyefi-config.git
15 years ago64-bit fixes eyefi-config-009
Nathan Summers [Thu, 26 Mar 2009 04:03:46 +0000 (00:03 -0400)]
64-bit fixes

15 years agoSupport for 40-bit WEP keys.
Nathan Summers [Thu, 26 Mar 2009 04:03:44 +0000 (00:03 -0400)]
Support for 40-bit WEP keys.

15 years agoAdded dependencies on eyefi-config.h
Nathan Summers [Thu, 26 Mar 2009 04:03:45 +0000 (00:03 -0400)]
Added dependencies on eyefi-config.h

Added dependencies on eyefi-config.h for all appropriate object files
in the Makefile.

15 years agofix gcc warning
Dave Hansen [Thu, 26 Mar 2009 22:28:07 +0000 (15:28 -0700)]
fix gcc warning

15 years agoDon't clobber password. eyefi-config-008
Dave Hansen [Tue, 17 Feb 2009 17:32:22 +0000 (09:32 -0800)]
Don't clobber password.

We used to clobber the password that came in from the user
when converting it from ASCII to binary for WEP.  That
screwed it up because we need to use it twice: once for
testing, and once for the actual addition.

15 years agoMake network scan list a bit cleaner. eyefi-config-007
Dave Hansen [Thu, 5 Feb 2009 20:57:57 +0000 (12:57 -0800)]
Make network scan list a bit cleaner.

15 years agoReplace O_DIRECT with posix_fadvise(). This is easier to compile
Dave Hansen [Thu, 5 Feb 2009 20:50:25 +0000 (12:50 -0800)]
Replace O_DIRECT with posix_fadvise().  This is easier to compile
and does not draw Linus's ire http://lkml.org/lkml/2007/1/10/233.

15 years agoAdd some new WEP code and some experimental non-working eyefi-config-006
Dave Hansen [Thu, 18 Dec 2008 21:25:37 +0000 (13:25 -0800)]
Add some new WEP code and some experimental non-working
attempts at updating the card firmware.

15 years agoprefix the network types with NET_ eyefi-config-005
Dave Hansen [Fri, 15 Aug 2008 01:47:20 +0000 (18:47 -0700)]
prefix the network types with NET_
fix vprintf vs printf bug
do some strdups with optargs

15 years agomore portability improvements eyefi-config-004
Dave Hansen [Sun, 13 Jul 2008 16:52:49 +0000 (09:52 -0700)]
more portability improvements

15 years agoAdd support for other operating systems:
Dave Hansen [Sat, 12 Jul 2008 19:49:26 +0000 (12:49 -0700)]
Add support for other operating systems:
chdk
OS X

15 years agoDon't zero-out reqc, it might confuse the card
Dave Hansen [Fri, 13 Jun 2008 22:45:43 +0000 (15:45 -0700)]
Don't zero-out reqc, it might confuse the card
(it doesn show up in the log when I do this)

Start propogating error codes back from a bunch of
functions.  We need this for the CHDK port because
we can't just exit() there.

Add dumping of the firmware version string.

15 years agobetter error message
Dave Hansen [Wed, 11 Jun 2008 19:30:28 +0000 (12:30 -0700)]
better error message

15 years agoadd new files
dave [Fri, 23 May 2008 17:00:40 +0000 (10:00 -0700)]
add new files

16 years agoMake the mount finding more comprehensive, and eyefi-config-003
dave [Mon, 21 Apr 2008 21:56:14 +0000 (14:56 -0700)]
Make the mount finding more comprehensive, and
move it around so the debugging flag can actually
be made to work.

16 years agoAdd standalone crypto implementation. Thanks wpa_supplicant!
dave [Mon, 21 Apr 2008 21:04:00 +0000 (14:04 -0700)]
Add standalone crypto implementation.  Thanks wpa_supplicant!

16 years agoadd core to clean eyefi-config-002
dave [Sat, 15 Mar 2008 00:57:49 +0000 (17:57 -0700)]
add core to clean

16 years agoAdd auto detection of card mount point.
dave [Sat, 15 Mar 2008 00:57:41 +0000 (17:57 -0700)]
Add auto detection of card mount point.

16 years agoadd help message for log command
dave [Tue, 11 Mar 2008 02:55:47 +0000 (19:55 -0700)]
add help message for log command

16 years agoinitial commit eyefi-config-001
dave [Tue, 11 Mar 2008 02:54:41 +0000 (19:54 -0700)]
initial commit