Skip to content

Commit ebaa435

Browse files
author
Martin Gallo
committed
Releasing v0.1.19
1 parent 23d3aa1 commit ebaa435

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ChangeLog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Changelog
22
=========
33

44

5-
v0.1.19 - 2021-XX-XX
5+
v0.1.19 - 2021-04-29
66
--------------------
77

88
- Using Scapy version 2.4.4.
9+
- `pysap/SAPSSFS.py`: New module for SAP Secure Store in File System file format.
10+
- `bin/pysaphdbuserstore`: New script for interacting with `hdbuserstore` SSFS files.
911
- `requirements-examples.txt`: Renamed to match `setup.py`'s extra.
1012
- `pysap/SAPHDB.py`: Implementation of GSS-based auth method with Kerberos 5.
1113
- `pysap/SAPHDB.py`: Handling of Session Cookie values when found in the `CONNECT` response.
1214
- `pysap/SAPRouter.py`: Add support to route string in `SAPRouterNativeProxy`. ([\#33](https://github.com/SecureAuthCorp/pysap/pull/33)) Thanks [@gloomicious](https://github.com/gloomicious)!
13-
- `pysap/SAPSSFS.py`: New module for SAP Secure Store in File System file format.
14-
- `bin/pysaphdbuserstore`: New script for interacting with `hdbuserstore` SSFS files.
1515
- `examples/router_fingerprints.json`: New fingerprints for SAP Router version 7450.34.25.5091. Thanks [@jvis](https://twitter.com/jvis)!
1616
- `examples/router_portfw.py`: Add support to route string. ([\#33](https://github.com/SecureAuthCorp/pysap/pull/33)) Thanks [@gloomicious](https://github.com/gloomicious)!
1717
- `tests/sapssfs_test.py`: Basic unit tests for the SSFS file format.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pysap - Python library for crafting SAP's network protocols packets
77

88
SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
99

10-
Version 0.1.19.dev0 (XXX 2021)
10+
Version 0.1.19 (April 2021)
1111

1212

1313
Overview

pysap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__title__ = 'pysap'
2121
"""The title of the library"""
2222

23-
__version__ = '0.1.19.dev0'
23+
__version__ = '0.1.19'
2424
"""The version of pysap"""
2525

2626
__url__ = "https://www.secureauth.com/labs/open-source-tools/pysap"

0 commit comments

Comments
 (0)