summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-1/+1
2025-09-11s4:auth: Fix 'no delegation' logic in gensec_gssapi_start()Andreas Schneider1-1/+1
2025-09-11s4:auth: Fix trailing white spaces in gensec_gssapi.cAndreas Schneider1-121/+121
2024-12-05gensec: add GENSEC_FEATURE_NO_DELEGATION flag to avoid GSS_C_DELEG[_POLICY]_FLAGStefan Metzmacher1-0/+4
2024-05-07s4:gensec_gssapi: make use of gensec_kerberos_possible()Stefan Metzmacher1-29/+13
2024-04-23s4:gensec_gssapi: implement channel binding supportStefan Metzmacher2-2/+76
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-09-11s4:auth: Fix code spellingJoseph Sutton1-3/+3
2023-08-08s4:auth: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-08-03s4:auth: Fix code spellingAndreas Schneider2-4/+4
2022-10-27gensec: Align an integer typeVolker Lendecke1-1/+1
2022-10-21s4:gensec Avoid memory leak in error case in gensec_gssapiJoseph Sutton1-0/+2
2022-09-08s4:gensec: Do not link subsystems against dlopen() modules!Andreas Schneider1-1/+1
2022-07-27CVE-2022-2031 gensec_krb5: Add helper function to check if client sent an ini...Joseph Sutton5-18/+157
2021-11-17s4/auth/gensec/gensec_krb5_heimdal: use utf-8Douglas Bagnall1-1/+1
2021-08-18pygensec: Don't modify Python bytes objectsJoseph Sutton2-8/+32
2021-08-18pygensec: Fix memory leaksJoseph Sutton1-0/+23
2021-07-05gensec_krb5: restore ipv6 support for kpasswdStefan Metzmacher1-2/+4
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-2/+2
2021-05-19pygensec: Fix method documentationJoseph Sutton1-4/+4
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+3
2021-02-01s4:gensec: Fix overflow issues in switch statementAndreas Schneider1-5/+5
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-1/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-2/+2
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-9/+9
2020-02-14gensec: Fix CID 1458419 Control flow issues (NO_EFFECT)Volker Lendecke1-4/+8
2020-02-14gensec: Fix CID 1458421 OVERRUNVolker Lendecke1-6/+4
2020-02-10s4:gensec_krb5: remove unused argument of gensec_krb5_common_client_creds()Stefan Metzmacher1-3/+2
2020-02-10s4:gensec_krb5: make use of talloc_zero() in gensec_krb5_start()Stefan Metzmacher1-6/+1
2020-02-10s4:gensec_krb5: make use of struct samba_sockaddrStefan Metzmacher1-14/+12
2019-12-18Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero.Torsten Fohrer1-1/+1
2019-11-27krb5: remove "set_dns_canonicalize" conf optionIsaac Boukris1-1/+1
2019-09-24s4:auth: use the correct client realm in gensec_gssapi_update_internal()Stefan Metzmacher1-2/+4
2019-07-22s4/gensec/py: avoid null deref with bad python argumentsDouglas Bagnall1-1/+1
2019-07-22s4/auth/pygensec: don't segfault when reporting bad typesDouglas Bagnall1-3/+4
2019-07-11s4/auth/gensec: clang: Fix 'initialization value is never read'Noel Power1-1/+1
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+1
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-5/+13
2019-05-08s4:auth: Fix debug statement in gensec_gssapiAndreas Schneider1-4/+5
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-9/+8
2019-02-13Fix mem leak with PyBytes_FromStringAndSizeNoel Power1-3/+6
2019-02-01pygensec: insist on proper AuthContext in start_serverDouglas Bagnall1-1/+9
2018-03-01s4:auth: Add FALL_THROUGH statements in gensec_krb5.cAndreas Schneider1-4/+1
2017-06-16s4:gensec_gssapi: fix CID 1409781: Possible Control flow issues (DEADCODE)Stefan Metzmacher1-1/+4
2017-06-15s4:auth/gensec: let GENSEC_FEATURE_SESSION_KEY result in GSS_C_INTEG_FLAGStefan Metzmacher1-0/+3
2017-05-21s4:gensec_krb5: add simple gensec_krb5_update_send/recv() wrapper functionsStefan Metzmacher1-17/+69
2017-05-21s4:gensec_gssapi: add simple gensec_gssapi_update_send/recv() wrapper functionsStefan Metzmacher1-19/+71