smbd: Ensure we grant owner sid in check_parent_access_fsp()
[samba.git] / source4 / auth / ntlm / auth_winbind.c
2023-08-03 Andreas Schneiders4:auth: Fix code spelling
2023-06-25 Joseph Suttons4:auth: Add audit info parameters to check_password_recv()
2022-11-24 Stefan MetzmacherCVE-2021-20251: s4:auth: fix use after free in authsam_...
2022-09-12 Joseph SuttonCVE-2021-20251 s4:auth_winbind: Check return status...
2019-02-20 Gary Lockyerwinbind: Generate and pass logon ID
2019-02-20 Gary Lockyerlibrpc idl: netlogon netr_identity_info logon_id to...
2018-05-21 Andrew Bartlettauth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth...
2018-03-19 Stefan Metzmachers4:auth_winbind: make sure we expand group memberships...
2018-03-19 Stefan Metzmachers4:auth_winbind: only call authsam_logon_success_accoun...
2018-02-10 Stefan Metzmachers4/auth_winbind: ask for validation level 6
2017-12-13 Stefan Metzmachers4:auth_winbind: remove unused 'winbind_wbclient' backend
2017-12-13 Stefan Metzmachers4:auth_winbind: remove unused 'winbind_rodc' backend
2017-08-07 Stefan Metzmachers4:auth_winbind: implement async authentication via...
2017-06-27 Stefan Metzmachers4:auth_winbind: rename 's' to 'state' in winbind_check...
2017-06-27 Ralph Boehmes4:auth_winbind: remove a block nesting level and fix...
2017-06-27 Stefan Metzmachers4:auth_winbind: fix error checking in winbind_check_pa...
2017-06-26 Stefan Metzmachers4:dsdb/samdb: pass an existing 'struct ldb_context...
2017-05-30 Garming Samnetlogon: Implement SendToSam along with its winbind...
2017-05-30 Garming Samauth_winbind: Allow badPwdCount to be set to 0 with...
2017-05-30 Garming Samauth4: Add authoritative flag to check_password
2017-05-11 Jeremy Allisons4: auth: Add TALLOC_CTX * to auth_register()
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-24 Stefan Metzmacherauth4: add a "winbind_rodc" backend
2017-03-10 Volker Lendeckeauth_winbind4: Correctly handle !authoritative
2016-06-30 Stefan Metzmacherauth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamI...
2016-06-22 Andreas Schneiders4-ntlm: Fix a NULL pointer dereference in error path
2015-11-13 Günther Deschners4-auth: Fix some debugging and crash in error cases
2014-05-12 Andrew Bartletts4:auth_winbind: explicitly use dcerpc_binding_handle_s...
2014-04-18 Andrew Bartletts4-auth: Make the auth_winbind_wbclient use more correc...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2011-10-24 Simo Sorceidl: Improve MS-PAC IDL
2011-07-19 Andrew Bartlettauth: Split out make_user_info_SamBaseInfo and add...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-08 Andrew Bartletts4-auth Rename auth -> auth4 to avoid conflict with...
2011-03-19 Jelmer Vernooijsource4/auth/ntlm: Fix prototypes for all functions.
2011-02-09 Andrew Bartletts4-auth Rework auth subsystem to remove struct auth_ser...
2010-10-12 Andrew Bartlettlibcli/security Use common security.h
2010-09-03 Stefan Metzmachers4:auth_winbind: use irpc_binding_handle_by_name()
2010-09-03 Stefan Metzmachers4:auth_winbind: remove unused winbind_samba3 backend
2010-09-03 Stefan Metzmachers4:auth_winbind: fix segfault in winbind_check_password...
2010-09-03 Stefan Metzmachers4:auth_winbind: fix compiler warnings
2010-05-20 Andrew Bartletts4:auth Push check for messaging context into winbind...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartletts4:auth Change 'get_challenge' API to be more like...
2009-06-25 Kai Blins4 auth_winbind: Internally, info3 has utf8 buffers...
2009-06-25 Kai Blins4 auth_winbind: Don't allocate the rids for the info3...
2009-06-25 Kai Blins4: Add libwbclient backend to auth_winbind
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Stefan Metzmachers4:auth: move make_server_info_netlogon_validation...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' into v4-0-gmake3
2008-05-05 Andrew BartlettFix the build after the auth/ -> auth/ntlm/ rename
2008-05-05 Andrew BartlettMove NTLM authentication details into auth/ntlm