summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cred_cache.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-7/+7
* s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-4/+4
* s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* s3-winbind: Fix null pointer dereference in store_memory_creds().Andreas Schneider2012-12-211-4/+4
* Fix bug #9098 - winbind does not refresh kerberos tickets.Jeremy Allison2012-08-211-0/+29
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-winbind: Make KRB5_EVENT_REFRESH_TIME a functionVolker Lendecke2010-06-211-6/+12
* s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWALVolker Lendecke2010-05-021-1/+1
* s3: Fix a typoVolker Lendecke2010-05-021-1/+1
* s3: Fix indentation in remove_ccacheVolker Lendecke2010-04-181-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-101-3/+3
* s3: Remove a pointless "else" branch from add_ccache_to_list()Volker Lendecke2010-01-091-4/+3
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+2
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Factor out lots of common code into a function.Jeremy Allison2009-01-061-37/+27
* set entry->refresh_time to make ccache_regain_all_now() work correctly.Bo Yang2009-01-051-2/+11
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-15/+3
* s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher2009-01-051-0/+50
* s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher2009-01-051-0/+14
* Fix broken krb5 refresh chainBo Yang2009-01-051-39/+213
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+802