summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ccache_access.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04winbind: Modernize a few DEBUGsVolker Lendecke1-16/+13
2023-10-24s3/winbindd: use parse_domain_user instead of parse_domain_user_fstrNoel Power1-23/+8
2023-10-24s3/winbindd: rename parse_domain_user to parse_domain_user_fstrNoel Power1-1/+1
2023-10-24s3/winbindd: in winbindd_ccache_save use canonicalize_usernameNoel Power1-14/+52
2023-10-24s3/winbindd: rename canonicalize_username to canonicalize_username_fstrNoel Power1-2/+3
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2018-11-30Fix spelling mistakesOlly Betts1-2/+2
2018-05-17winbindd: winbindd_ccache_save() -> bool_dispatch_tableVolker Lendecke1-10/+6
2018-05-17winbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_tableVolker Lendecke1-12/+5
2018-05-11winbind: Fix UPN handling in canonicalize_username()Andreas Schneider1-5/+12
2018-05-11winbind: Fix UPN handling in parse_domain_user()Andreas Schneider1-7/+19
2016-04-12CVE-2016-2110: winbindd: add new_spnego to the WINBINDD_CCACHE_NTLMAUTH responseStefan Metzmacher1-2/+6
2016-03-10winbindd: make use of ntlmssp_resume_ccache backend for WINBINDD_CCACHE_NTLMAUTHStefan Metzmacher1-16/+13
2016-03-10winbindd: pass an memory context to do_ntlm_auth_with_stored_pw()Stefan Metzmacher1-3/+4
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-1/+1
2014-03-27auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher1-2/+2
2013-07-02s3-winbind: Allow sec_initial_uid() to store creds.Andreas Schneider1-1/+1
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij1-1/+2
2012-01-06s3-winbindd: convert cached credentials to use auth_generic/gensec for NTLMSSPAndrew Bartlett1-33/+46
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2010-07-19s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce1-1/+1
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett1-1/+1
2010-04-19s3: Move the in-memory ccache to the parentVolker Lendecke1-43/+22
2010-04-18s3: Fix a typo in winbindd_ccache_saveVolker Lendecke1-1/+1
2010-03-24s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher1-1/+5
2010-01-28s3/winbind_ccache: Fix typo in debug message.Karolin Seeger1-1/+1
2010-01-24s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke1-4/+18
2010-01-24s3: Add wbinfo --ccache-saveVolker Lendecke1-0/+72
2010-01-09s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()Volker Lendecke1-1/+1
2010-01-03s3: Slightly simplify winbindd_dual_ccache_ntlm_authVolker Lendecke1-15/+9
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-12-22s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett1-1/+1
2009-12-21s3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2009-09-28s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke1-1/+1
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-5/+5
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-20/+20
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-1/+2
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-5/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+283