aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/token_auth.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22Forward declare methods to fix compiler warningsHolger Hans Peter Freyther1-0/+3
Put the used method in the header files or use extern in the case of a vty method used by token_auth
2009-08-13add the allocated subscriber extension to the auth token SMSHarald Welte (local)1-3/+4
2009-08-13fix token auth implementationHarald Welte (local)1-18/+78
2009-08-13add code for token auth sequencingHarald Welte1-0/+92
* When we first see a subscriber, send the sms * when the sms completes, send auth req + auth reject and close the channel