[libaacs-devel] ChangeLog update

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 09:56:09 2013 +0300| [61463b4fc30dcfee7fddfe83de1a08c08fe03e16] | committer: npzacs ChangeLog update > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=61463b4fc30dcfee7fddfe83de1a08c08fe03e16 --- ChangeLog |1 + 1 file changed, 1 i

[libaacs-devel] Added aacs_get_device_binding_id() and aacs_get_device_nonce()

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 09:57:07 2013 +0300| [08d869c8122ae4c6a73c8e7d8aed60bdacba339b] | committer: npzacs Added aacs_get_device_binding_id() and aacs_get_device_nonce() > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=08d869c8122ae4c6a73c8e7d8aed60bdacba339b

[libaacs-devel] Rename *_dirs.c

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 11:24:20 2013 +0300| [89cf717f9c4a35c243a179e08edda13d3c95db4e] | committer: npzacs Rename *_dirs.c > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=89cf717f9c4a35c243a179e08edda13d3c95db4e --- src/Makefile.am |

[libaacs-devel] Fixed aacs_info source file name

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 10:32:30 2013 +0300| [60f8977257405d515515cbe1c46dcb5180be5af8] | committer: npzacs Fixed aacs_info source file name > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=60f8977257405d515515cbe1c46dcb5180be5af8 --- src/examples/Makefile.a

[libaacs-devel] Reduce make recursion: merge src/examples/Makefile.am to src/Makefile.am

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 10:58:13 2013 +0300| [2a4ef4b0013e34b06586b068ad4fc35f96672201] | committer: npzacs Reduce make recursion: merge src/examples/Makefile.am to src/Makefile.am > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=2a4ef4b0013e34b06586b068ad4fc3

[libaacs-devel] Simplify building system-specific config dir stuff

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 11:20:10 2013 +0300| [f26483a0a96559cf6f7af8ff1bf7df10cafc957c] | committer: npzacs Simplify building system-specific config dir stuff > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=f26483a0a96559cf6f7af8ff1bf7df10cafc957c --- src/M

[libaacs-devel] Fix include paths in aacs_info.c

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 10:39:01 2013 +0300| [6e1153b07540fd0d964f6e40ee1eb4696453a6b2] | committer: npzacs Fix include paths in aacs_info.c > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=6e1153b07540fd0d964f6e40ee1eb4696453a6b2 --- src/examples/aacs_info.

[libaacs-devel] Use crypto_aes128d()

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 11:38:17 2013 +0300| [9b6e7bbb832b9680e207884c21a2a82bf52c1e2c] | committer: npzacs Use crypto_aes128d() > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=9b6e7bbb832b9680e207884c21a2a82bf52c1e2c --- src/libaacs/aacs.c | 16 ---

[libaacs-devel] mmc: removed obsolete flag

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 11:29:54 2013 +0300| [a4e5a32a4eaaedd6a7319ea26c5800f2c834d4cd] | committer: npzacs mmc: removed obsolete flag > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=a4e5a32a4eaaedd6a7319ea26c5800f2c834d4cd --- src/libaacs/mmc.c |2 --

[libaacs-devel] Updated .gitignore

2013-10-08 Thread npzacs
libaacs | branch: master | npzacs | Tue Oct 8 11:39:35 2013 +0300| [18d7c70a5986d8f4ec64556fff18e652284bbd39] | committer: npzacs Updated .gitignore > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=18d7c70a5986d8f4ec64556fff18e652284bbd39 --- .gitignore |4 ++-- 1 file change

[libaacs-devel] [PATCH] Properly report AACS version from AACS drive feature

2013-10-08 Thread Janusz Dziemidowicz
AACS version is located at offset 7, not at offset 5 which contains binding nonce block count. --- src/libaacs/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libaacs/mmc.c b/src/libaacs/mmc.c index 6040b71..2ee82cb 100644 --- a/src/libaacs/mmc.c +++ b/src/libaacs/mmc

[libaacs-devel] Properly report AACS version from AACS drive feature

2013-10-08 Thread Janusz Dziemidowicz
libaacs | branch: master | Janusz Dziemidowicz | Tue Oct 8 11:48:23 2013 +0200| [cd72e8ee5076dce9bf7106e26d4bcca22732ec49] | committer: npzacs Properly report AACS version from AACS drive feature AACS version is located at offset 7, not at offset 5 which contains binding nonce block count. >