lp://staging/ubuntu/raring/python-pam
- Get this branch:
- bzr branch lp://staging/ubuntu/raring/python-pam
Branch merges
Branch information
- Owner:
- Ubuntu branches
- Status:
- Development
Recent revisions
- 17. By Barry Warsaw
-
Restore tp_getattro pointer, but use PyObject_
GenericGetAttr( ) in both
the Python 2 and 3 cases. - 16. By Steve Langasek
-
[ Steve Langasek ]
* Port to python3; dead project upstream so not forwarding anywhere.
- replace 'staticforward' with 'static'.
- replace ob_type with Py_TYPE(ob).
- drop tp_getattr function, we just need to set tp_methods instead.
- fix PyTypeObject definition.
- use PyUnicode_FromString, not PyString_FromString
- use PyLong_FromLong when building for python3.
- use PyModule_Create instead of Py_InitModule for python3
- LP: #1015320
* Modernize packaging to dh and debhelper 9.[ Sapphira Armageddos ]
* Additional patch to better support Python 2 and Python 3. - 15. By Marc Deslauriers
-
* SECURITY UPDATE: possible code execution via double-free (LP: #949218)
- PAMmodule.c: prevent double free in PyPAM_conv().
- Thanks to Markus Vervier for the notification and the patch.
- CVE-2012-1502
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)