osmo-msc/openbsc/src/osmo-bsc_nat
Holger Hans Peter Freyther d34adb2f9f nat: Fix authentication by-pass using shorter tokens
The token was compared with the configured one but only up to a
user supplied length. Compare the token sizes and then use memcmp
for the actual comparison to make sure to compare the right ammount
of characters.

There is no unit-test but there should be one.
2013-04-02 10:10:21 +02:00
..
Makefile.am nat: Move the IMSI/TMSI filtering to a new and dedicated file 2013-01-07 15:02:34 +01:00
bsc_filter.c src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00
bsc_mgcp_utils.c nat: sizeof char * != sizeof char[], make the code work on 64bit systems 2012-11-07 13:35:14 +01:00
bsc_nat.c nat: Fix authentication by-pass using shorter tokens 2013-04-02 10:10:21 +02:00
bsc_nat_ctrl.c nat: Move the ctrl handling code into a separate file 2012-11-12 10:49:10 +01:00
bsc_nat_filter.c nat: Introduce a global IMSI barr list using red-black trees 2013-01-07 15:02:34 +01:00
bsc_nat_rewrite.c nat: Fix a typo in the log message for out of memory 2013-01-07 15:02:34 +01:00
bsc_nat_utils.c nat: Move the IMSI/TMSI filtering to a new and dedicated file 2013-01-07 15:02:34 +01:00
bsc_nat_vty.c nat: Introduce a global IMSI barr list using red-black trees 2013-01-07 15:02:34 +01:00
bsc_sccp.c src: use namespace prefix osmo_counter* 2011-05-06 12:14:16 +02:00
bsc_ussd.c src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00