summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_ccache_access.c
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-2/+2
* s3-winbind: Allow sec_initial_uid() to store creds.Andreas Schneider2013-07-021-1/+1
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-241-1/+2
* s3-winbindd: convert cached credentials to use auth_generic/gensec for NTLMSSPAndrew Bartlett2012-01-061-33/+46
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-1/+1
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3: Move the in-memory ccache to the parentVolker Lendecke2010-04-191-43/+22
* s3: Fix a typo in winbindd_ccache_saveVolker Lendecke2010-04-181-1/+1
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-1/+5
* s3/winbind_ccache: Fix typo in debug message.Karolin Seeger2010-01-281-1/+1
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-241-4/+18
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-241-0/+72
* s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()Volker Lendecke2010-01-091-1/+1
* s3: Slightly simplify winbindd_dual_ccache_ntlm_authVolker Lendecke2010-01-031-15/+9
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-221-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-211-4/+4
* s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke2009-09-281-1/+1
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-5/+5
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-20/+20
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-1/+2
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-5/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+283