aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_auc.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12auc3g: officially wrap IND around IND_bitlen spaceNeels Hofmeyr1-8/+9
2019-12-01AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte1-1/+7
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr1-4/+4
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith1-29/+40
2018-12-07add whitespace around PRId64 constantsStefan Sperling1-3/+3
2017-11-29db_get_auth_data / db_get_auc: clarify return valuesNeels Hofmeyr1-4/+7
2017-10-11code undup: use db_bind_text() in db_get_auth_data()Neels Hofmeyr1-8/+2
2017-10-11fix db_update_sqn(): reset stmt in all error casesNeels Hofmeyr1-16/+25
2017-10-11code undup: use db_remove_reset() in db_auc.cNeels Hofmeyr1-20/+2
2017-10-11refactor db_get_auth_data return valNeels Hofmeyr1-7/+8
2017-10-11db: use int64_t as subscriber idNeels Hofmeyr1-3/+3
2017-10-10cosmetic: log IMSI='<imsi>', log "no such subscriber"Neels Hofmeyr1-2/+2
2017-10-10cosmetic: prepend DB_STMT_ to enum stmt_idx entriesNeels Hofmeyr1-2/+2
2017-03-16debug log: output ind slot, previous sqn, and sqn db updateNeels Hofmeyr1-1/+2
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr1-2/+14
2017-03-16fix debug log: adjust to new SQN increment schemeNeels Hofmeyr1-0/+1
2016-12-21log: move a log from info to debug levelNeels Hofmeyr1-1/+1
2016-12-11fix various compiler warningsNeels Hofmeyr1-4/+4
2016-05-05AUC: use osmo_hexparse() when reading key material from dbHarald Welte1-4/+6
2016-05-05AUC: Differentiate between actual error and unknown IMSIHarald Welte1-10/+29
2016-05-03db_auc: remove some debugging code about column typesHarald Welte1-4/+0
2016-04-28initial import of osmo-gsup-hlr code so farHarald Welte1-0/+208