This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/auth_tests_wip has been created at 20bbcd096de9156fcbfc61950cde46cd20236ec3 (commit)
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=20bbcd096de9156fcbfc61950cde46cd2...
commit 20bbcd096de9156fcbfc61950cde46cd20236ec3 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Sat Mar 26 01:41:08 2016 +0100
MM auth: return AUTH_NOT_AVAIL instead of hardcoded zero
AUTH_NOT_AVAIL == 0, so this is no functional change.
http://cgit.osmocom.org/openbsc/commit/?id=48123874f7877de5e163f83593aa193c2...
commit 48123874f7877de5e163f83593aa193c2fc6ad96 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Sat Mar 26 01:39:47 2016 +0100
MM auth: introduce AUTH_ERROR constant.
Instead of using hardcoded -1 for errors, include -1 in the enum auth_action type; apply its use.
http://cgit.osmocom.org/openbsc/commit/?id=36f9af92b0d94126efe38c9dfc786ea15...
commit 36f9af92b0d94126efe38c9dfc786ea155516356 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Sat Mar 26 01:16:10 2016 +0100
auth_test future
http://cgit.osmocom.org/openbsc/commit/?id=b4eda53768ebefbad6bfe5231e562b77f...
commit b4eda53768ebefbad6bfe5231e562b77f233fc2d Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Sat Mar 26 01:26:09 2016 +0100
mm_auth_test: add two tests for AUTH_THEN_CIPH
Test two situations for AUTH_DO_AUTH_THEN_CIPH: - when no auth tuple is available - when the key sequence from LU is marked invalid
Add convenience auth tuple comparison function using stringification.
http://cgit.osmocom.org/openbsc/commit/?id=1a92af94a272e6f52508e84820f248069...
commit 1a92af94a272e6f52508e84820f248069b9a6acc Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Sat Mar 26 01:21:00 2016 +0100
Add mm_auth test; add auth_action_str() function
Add basic MM Authentication test setup, with fake DB access and RAND_bytes().
So far implement simple tests for IO error during DB access and missing auth entry.
To print the auth action during tests, implement auth_action_str() inline function.
http://cgit.osmocom.org/openbsc/commit/?id=51f510ab12e76ad07ccaf9ac42ab6309c...
commit 51f510ab12e76ad07ccaf9ac42ab6309c96528fc Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Fri Mar 25 00:56:54 2016 +0100
osmo-bsc: fix compiler warning: store struct in vty->index
Don't store an MSC index number in the vty->index void* value. Instead, store the osmo_msc_data struct directly. Thus avoid warnings about differences in int vs void* sizes, and save some index lookups.
-----------------------------------------------------------------------
hooks/post-receive
osmocom-commitlog@lists.osmocom.org