s4:dsdb:util: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check password...
[kai/samba-autobuild/.git] / auth / credentials /
2019-02-07 Noel PowerDecrement references to python objects passed to Py_Bui...
2019-01-28 Andreas Schneiderauth:creds: Use C99 initializer for PyMethodDef
2019-01-12 Noel Powerauth/credentials: use 'et' as format for ParseTuple...
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-12-10 Noel Powerauth/credentials/tests: Python 3.6 avoid deepcopy error
2018-12-10 Noel Powerauth/credentials: PY3 set_password should decode from...
2018-11-28 Volker Lendeckekrb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_r...
2018-11-28 Volker Lendeckecredentials: Remove an unnecessary talloc_steal()
2018-11-28 Volker Lendeckecredentials: Fix set_ccache with empty creds cache
2018-11-28 Volker Lendeckecredentials: Fix an error path memleak
2018-11-28 Volker Lendeckecredentials: Only do shallow copies of valid ccaches
2018-10-25 Douglas Bagnallauth/cred/tests/bind: remove unused import
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-09-05 Noel Powerauth/credentials: py2/py3 credential key needs to retur...
2018-09-05 Alexander Bokovoykrb5-samba: interdomain trust uses different salt principal
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-05-12 Noel Powerauth/credentials/test: py2/py3 compat always decode...
2018-05-12 Joe Guopycredentials: add py_creds_get_secure_channel_type
2018-05-05 Douglas Bagnallauth/pycredentials: correct spelling of reponse
2018-04-23 Volker Lendeckedbwrap: Remove calls to loadparm
2018-04-23 Volker Lendeckecredentials: Call dbwrap_local_open with the correct...
2018-04-23 Volker Lendeckecredentials: Call dbwrap_local_open with the correct...
2018-04-13 Noel Powerwscript_build: make sure we link extra-python versions...
2018-04-11 Volker Lendeckecredentials: Fix CID 1414796 Explicit null dereferenced
2018-04-11 Volker Lendeckecredentials: Fix line length
2018-04-11 Volker Lendeckecredentials: Revert "credentials: Fix CID 1414796 Expli...
2018-04-04 Volker Lendeckecredentials: Fix a typo
2018-04-04 Volker Lendeckecredentials: Fix CID 1414796 Explicit null dereferenced
2018-03-23 Noel Powerauth/credentials/test: convert print func to be py2...
2018-03-01 Andreas Schneiderauth:credentials: Avoid an 'else' branch
2018-03-01 Andreas Schneiderauth:credentials: Add FALL_THROUGH statements in creden...
2018-03-01 Andreas Schneiderauth:credentials: Add FALL_THROUGH statements in creden...
2018-02-22 Garming Samtests/bind.py: Add a bind test with NTLMSSP with no...
2018-01-08 kkpleindefine DBGC_AUTH class
2018-01-03 Andreas Schneidercredentials: Simplify cli_credentials_get_server_gss_cr...
2017-09-20 Stefan MetzmacherCVE-2017-12150: auth/credentials: cli_credentials_authe...
2017-09-16 Volker Lendeckecli_credentials: Apply some const
2017-09-07 Volker Lendeckecli_credentials: Fix a typo
2017-09-05 Volker Lendeckecli_credentials: Fix a return value
2017-07-27 Andrew Bartlettpycredentials: Add set_named_ccache()
2017-07-27 Andrew Bartlettpycredentials: Add get_name() for a credentials cache
2017-07-27 Andrew Bartlettpycredentials: Allow optional "name" argument to get_na...
2017-06-27 Stefan Metzmacherauth/credentials: remove unused smb_krb5_create_salt_pr...
2017-06-27 Stefan Metzmacherauth/credentials: make use of smb_krb5_salt_principal...
2017-06-22 Gary Lockyerpycredentials: Add support for netr_crypt_password
2017-06-22 Gary Lockyerpycredentials: add function to return the netr_Authenti...
2017-05-25 Gary Lockyerauth pycredentials: incorrect PyArg_ParseTupleAndKeywor...
2017-05-25 Gary Lockyerauth pycredentials: correct docstring of get_ntlm_respo...
2017-05-25 Gary Lockyerauth_log: Add test that execises the SamLogon python...
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2017-04-18 Jan Engelhardtbuild: correct package dependencies
2017-03-29 Andrew Bartlettpycredentials: Add bindings for get_ntlm_response()
2017-03-10 Lumir Balharpython: wscript_build: Build some modules for Python 3
2017-03-10 Lumir Balharpython: samba.credentials: Port pycredentials.c to...
2017-03-08 Alexander Bokovoycredentials_krb5: convert to use smb_gss_krb5_import_cred
2017-02-24 Stefan Metzmacherauth/credentials: try to use kerberos with the machine...
2017-02-01 Aurelien Aptelauth: fix mem leak & use appropriate free function
2017-01-12 Andreas Schneidercredentials: Create a smb_gss_krb5_copy_ccache() function
2017-01-11 Stefan Metzmacherwscript: remove executable bits for all wscript* files
2017-01-10 Andreas Schneiderauth/credentials: Always set the the realm if we set...
2017-01-10 Stefan Metzmacherauth/credentials: remove const where we always return...
2016-12-24 Andreas Schneiderauth/credentials: Add missing error code check for...
2016-12-20 Andreas Schneiderauth/credentials: Add NULL check to free_dccache()
2016-12-20 Andreas Schneiderauth/credentials: Add NULL check in free_mccache()
2016-12-20 Andreas Schneiderauth/credentials: Move function to free ccaches to...
2016-12-20 Andreas Schneiderauth/credentials: Add talloc NULL check in cli_credenti...
2016-12-20 Stefan Metzmacherauth/credentials: change the parsing order of cli_crede...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_file()...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-12-20 Stefan Metzmacherauth/credentials: handle situations without a configure...
2016-12-20 Stefan Metzmacherauth/credentials: add python bindings for enum credenti...
2016-12-20 Stefan Metzmacherauth/credentials: add py_creds_parse_file()
2016-12-20 Stefan Metzmacherauth/credentials: add cli_credentials_set_password_will...
2016-12-20 Stefan Metzmacherauth/credentials: let cli_credentials_set_password...
2016-12-20 Stefan Metzmacherauth/credentials: make use of talloc_zero() in cli_cred...
2016-12-09 Stefan Metzmacherauth/credentials: clear all unused blobs in cli_credent...
2016-12-09 Stefan Metzmacherauth/credentials: fix cut'n'paste error in cli_credenti...
2016-12-09 Stefan Metzmacherauth/credentials: let cli_credentials_parse_string...
2016-11-15 Stefan Metzmacherauth/credentials: make cli_credentials_get_ntlm_respons...
2016-11-15 Stefan Metzmacherauth/credentials: anonymous should not have a user...
2016-11-06 Andrew Bartlettpycredentials: Add bindings for {get,set}_principal...
2016-09-29 Günther Deschnermit: make it possible to build with MIT kerberos and...
2016-08-31 Andreas Schneiderkrb5_wrap: Rename get_kerberos_allowed_etypes()
2016-07-25 Alexander BokovoyWrap krb5_cc_copy_creds and krb5_cc_copy_cache
2016-07-22 Stefan Metzmacherauth/credentials: also do a shallow copy of the krb5_cc...
2016-07-22 Stefan Metzmacherpycredentials: add set_utf16_[old_]password()
2016-07-22 Stefan Metzmacherpycredentials: add {get,set}_old_password()
2016-04-12 Stefan MetzmacherCVE-2016-2110: libcli/auth: pass server_timestamp to...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/credentials: pass server_timestamp...
2016-04-12 Stefan MetzmacherCVE-2016-2110: auth/credentials: clear the LMv2 key...
2016-03-08 Andrew Bartlettpycredentials: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpycredentials: Remove PyCredentialCacheContainerObject
2016-03-08 Andrew Bartlettpycredentials: Do not use pytalloc_Object directly
2016-02-16 Volker Lendeckecredentials: Fix a typo
2016-02-16 Volker Lendeckecredentials: Fix whitespace
2016-01-13 Jelmer VernooijRename 'errors' to 'samba-errors' and make it public.
next