History log of /wlan-dirver/utils/sigma-dut/server.c (Results 1 – 25 of 27)
Revision Date Author Comments
# fcaeee18 19-Feb-2019 Jouni Malinen <jouni@codeaurora.org>

server: Convert process() handlers to use enum sigma_cmd_result

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# c54710de 23-Jan-2019 Jouni Malinen <jouni@codeaurora.org>

server_get_info: Report hs20_spp_server version

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# df866471 23-Jan-2019 Jouni Malinen <jouni@codeaurora.org>

server_ca_get_version: Report sigma_dut version

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# 2508a59d 22-Jan-2019 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Fix the client certificate cases

Need to set the users database cert field to the fingerprint of the
certificate so that the entries are recognized as client certificate
ones i

server_reset_default: Fix the client certificate cases

Need to set the users database cert field to the fingerprint of the
certificate so that the entries are recognized as client certificate
ones instead of username/password. In addition, add a specific
subscription remediation payload for the cert-1046 user for the required
testing behavior.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 33f2acfc 09-Jan-2019 Jouni Malinen <jouni@codeaurora.org>

server_request_status: Add new SerialNo to Status,Remediation response

Report the serial number of the new certificate in case of client
certificate re-enrollment.

Signed-off-by: Jouni Malinen <jou

server_request_status: Add new SerialNo to Status,Remediation response

Report the serial number of the new certificate in case of client
certificate re-enrollment.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 7116cd42 16-Dec-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: imsi_val PolicyProvisioning status

Add support for imsi_val,<IMSI>,Status,PolicyProvisioning by checking
when a user entry for the specified IMSI becomes available in the user

server_request_status: imsi_val PolicyProvisioning status

Add support for imsi_val,<IMSI>,Status,PolicyProvisioning by checking
when a user entry for the specified IMSI becomes available in the users
database.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 4ec26fe1 16-Dec-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: imsi_val argument

Use this command to remove previously provisioned IMSI/SIM credentials
from the users database to allow the same IMSI to be used multiple times
for testing po

server_reset_default: imsi_val argument

Use this command to remove previously provisioned IMSI/SIM credentials
from the users database to allow the same IMSI to be used multiple times
for testing policy provisioning.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 0a7d0f2b 16-Dec-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Remove forgotten to-do print

This functionality was already implemented, but the old to-do print was
left behind as unreachable code. Remove it.

Signed-off-by: Jouni Malinen <

server_reset_default: Remove forgotten to-do print

This functionality was already implemented, but the old to-do print was
left behind as unreachable code. Remove it.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# fc9a2f78 04-Dec-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: Stop wait for remediation on user name change

If the user entry disappears from the DB while waiting for remediation
to complete, assume this was a successfully completed reme

server_request_status: Stop wait for remediation on user name change

If the user entry disappears from the DB while waiting for remediation
to complete, assume this was a successfully completed remediation
exchange for certificate reenrollment which ends up renaming the
cert-<serialnum> user name in the database.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 959372f8 04-Dec-2018 Jouni Malinen <jouni@codeaurora.org>

server_set_parameter: Use special reenroll remediation for certificates

This allows CertReEnroll,Enable parameter to use the appropriate
remediation exchange to get a new client certificate.

Signed

server_set_parameter: Use special reenroll remediation for certificates

This allows CertReEnroll,Enable parameter to use the appropriate
remediation exchange to get a new client certificate.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# bbe959f9 03-Dec-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Support SerialNo argument

Allow creation and resetting of user database entries for client
certificate (EAP-TLS) cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# e926583b 19-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: status,PolicyUpdate

Add support for tracking policy update status.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# 7aab205b 19-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Configure subscription policy

Enable policy update testing for test03 and test09 users.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# de664c35 15-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: Remediation status with DMACC

Support DMACC using the alternative user table field osu_user.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# 364c0818 15-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Ignore DMACC users

These are initialized as part of the main user name initialization, so
no addition database update is needed, but the command execution needs
to be reported

server_reset_default: Ignore DMACC users

These are initialized as part of the main user name initialization, so
no addition database update is needed, but the command execution needs
to be reported as having completed. In addition, add
osu_user/osu_password for test09 user for policy update needs.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 4ea3acb2 08-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: Proper support for Status,Remediation

Check that the remediation field value is cleared when reporting
remediation status.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# 657bde6a 08-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Fix remediation configuration

Set the remediation field values to "machine", "user", or "" based on
the specific uses of the user entries.

Signed-off-by: Jouni Malinen <jouni@

server_reset_default: Fix remediation configuration

Set the remediation field values to "machine", "user", or "" based on
the specific uses of the user entries.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 89dfb22e 07-Oct-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: Status,Authentication with SerialNo

This extends server_request_status to cover authentication status based
on the serial number of the client certificate (EAP-TLS).

Signed-o

server_request_status: Status,Authentication with SerialNo

This extends server_request_status to cover authentication status based
on the serial number of the client certificate (EAP-TLS).

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# b8b7e7be 26-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_set_parameter: Certificate reenrollment status updates

Add support for the CertReEnroll and SerialNo parameters to
enable/disable remediation requirement to perform certificate
reenrollment.

server_set_parameter: Certificate reenrollment status updates

Add support for the CertReEnroll and SerialNo parameters to
enable/disable remediation requirement to perform certificate
reenrollment.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 05630abe 14-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: OSU server status for certificate enrollment

This extends server_request_status (and matching change in
server_reset_default) to support the ClientMACAddr argument to track
ce

server_request_status: OSU server status for certificate enrollment

This extends server_request_status (and matching change in
server_reset_default) to support the ClientMACAddr argument to track
certificate enrollment status.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 93b170b6 14-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_set_parameter: OSU server certificate configuration

This adds support for the server_set_parameter arguments that are used
to specify which OSU server certificate/keys and chain is used.

Sig

server_set_parameter: OSU server certificate configuration

This adds support for the server_set_parameter arguments that are used
to specify which OSU server certificate/keys and chain is used.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 0f1614ba 11-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_request_status: AAA result reporting

This adds support for Device,AAAServer,Status,Authentication.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


# ab8c718f 10-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_set_parameter: Add a dummy handler to accept the command

This is a placeholder for a more complete implementation of OSU/AAA
server configuration.

Signed-off-by: Jouni Malinen <jouni@codeaur

server_set_parameter: Add a dummy handler to accept the command

This is a placeholder for a more complete implementation of OSU/AAA
server configuration.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 3b17d530 04-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Database updates based on UserName

This adds support for resetting user accounts to default settings based
on the UserName parameter.

Signed-off-by: Jouni Malinen <jouni@codea

server_reset_default: Database updates based on UserName

This adds support for resetting user accounts to default settings based
on the UserName parameter.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

show more ...


# 94d7b122 04-Sep-2018 Jouni Malinen <jouni@codeaurora.org>

server_reset_default: Accept HS2-R3 as well as HS2-R2

The same command can be used with both program versions.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>


12