summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cred_cache.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-3/+3
2025-05-15winbind: Fix a few Coverity complaintsVolker Lendecke1-14/+19
2024-03-22lib: Remove timeval_set()Volker Lendecke1-18/+22
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2022-07-12s3:winbind: Use the canonical realm name to renew the credentialsSamuel Cabrero1-2/+2
2022-07-12s3:winbind: Create service principal inside add_ccache_to_list()Samuel Cabrero1-7/+9
2022-07-12s3:winbind: Improve debug message to print the service in add_ccache_to_list()Samuel Cabrero1-3/+2
2022-07-12s3:winbind: Fix trailing whitespaces and spaces before tabs in winbindd_cred_...Samuel Cabrero1-15/+15
2022-02-23s3:winbind: Use the canonical principal name to renew the credentialsSamuel Cabrero1-1/+1
2022-02-23s3:winbind: Store canonical principal and realm in ccache entrySamuel Cabrero1-1/+15
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-02-10krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher1-1/+0
2019-09-24s3:libads: let kerberos_kinit_password_ext() return the canonicalized princip...Stefan Metzmacher1-0/+6
2018-11-27libads: Give krb5_errs.c its own headerVolker Lendecke1-0/+1
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-7/+7
2017-11-18winbind: Replace winbind_event_context with server_event_contextVolker Lendecke1-7/+7
2017-08-01winbindd: Simplify two debug msgsVolker Lendecke1-6/+4
2016-07-01s3/winbindd: use == -1 instead of < 0 for error checking uid_tAurelien Aptel1-1/+1
2015-09-04winbind: Don't delete an existing krb5 ticket on cached logon.Jeremy Allison1-24/+0
2013-02-19s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher1-7/+7
2013-02-19s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-4/+4
2013-02-19s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher1-3/+3
2012-12-21s3-winbind: Fix null pointer dereference in store_memory_creds().Andreas Schneider1-4/+4
2012-08-21Fix bug #9098 - winbind does not refresh kerberos tickets.Jeremy Allison1-0/+29
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-06-21s3-winbind: Make KRB5_EVENT_REFRESH_TIME a functionVolker Lendecke1-6/+12
2010-05-02s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWALVolker Lendecke1-1/+1
2010-05-02s3: Fix a typoVolker Lendecke1-1/+1
2010-04-18s3: Fix indentation in remove_ccacheVolker Lendecke1-1/+1
2010-01-10s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2010-01-09s3: Remove a pointless "else" branch from add_ccache_to_list()Volker Lendecke1-4/+3
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner1-0/+2
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-01-06Factor out lots of common code into a function.Jeremy Allison1-37/+27
2009-01-05set entry->refresh_time to make ccache_regain_all_now() work correctly.Bo Yang1-2/+11
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-15/+3
2009-01-05s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher1-0/+50
2009-01-05s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher1-0/+14
2009-01-05Fix broken krb5 refresh chainBo Yang1-39/+213
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+802