aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_auth.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-312/+0
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr1-1/+2
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr1-4/+4
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-1/+2
2016-05-05Add human-readable name of SGSN_AUTH_AUTHENTICATEHarald Welte1-0/+1
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+1
2015-01-26sgsn: Ensure 0-terminated imsi strings (Coverity)Jacob Erlbeck1-1/+1
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck1-1/+3
2015-01-20sgsn: Fix access to subscr in sgsn_auth_update (Coverity)Jacob Erlbeck1-1/+1
2015-01-18sgsn: Pass subscriber error causes to the GMM layerJacob Erlbeck1-2/+5
2015-01-18sgsn: Add global require_update_location flagJacob Erlbeck1-4/+7
2015-01-18sgsn: Replace subscr.authenticate by global require_authentication flagJacob Erlbeck1-2/+2
2014-12-24sgsn: Add a subscriber based authentication phaseJacob Erlbeck1-10/+69
2014-12-24sgsn: Add support for authentication tripletsJacob Erlbeck1-0/+37
2014-12-23sgsn: Log requested state change in sgsn_auth_updateJacob Erlbeck1-2/+5
2014-12-10sgsn: Support subscriber based authenticationJacob Erlbeck1-0/+7
2014-12-09sgsn: Add gsm0408_gprs_access_cancelledJacob Erlbeck1-1/+4
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck1-3/+26
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck1-8/+7
2014-11-14sgsn: Refactor sgsn_auth to separate request and authorizationJacob Erlbeck1-14/+24
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck1-7/+23
2014-11-14sgsn: Make authorization asynchronousJacob Erlbeck1-0/+73
2014-10-27sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck1-0/+71