summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_pam.c
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: fill out wbcAuthUserInfo user_principal and dns_domain_name from info6Ralph Boehme2018-01-131-2/+12
* libwbclient: Fix two signed/unsigned hickupsVolker Lendecke2017-11-181-2/+2
* libwbclient: Add "authoritative" to wbcAuthErrorInfoVolker Lendecke2017-03-071-0/+1
* CVE-2016-2110: winbindd: add new_spnego to the WINBINDD_CCACHE_NTLMAUTH responseStefan Metzmacher2016-04-121-1/+20
* Add context versions of wbclient functionsMatthew Newton2015-03-101-51/+147
* nsswitch: allow passing the domain name to wbcPingDC[2]()Stefan Metzmacher2014-12-191-9/+5
* As David Woodhouse points out, this breaks backwards compatibility.Jeremy Allison2014-07-141-2/+0
* libwbclient: reject unknown named blobs in wbcCredentialCache()Stefan Metzmacher2014-07-101-0/+2
* libwbclient: allow only one initial_blob/challenge_blob in wbcCredentialCache()Stefan Metzmacher2014-07-101-9/+19
* s3: libwbclient: Don't break out of loop too soon - find all parameters.Jeremy Allison2014-07-101-2/+0
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-1/+0
* winbind: Extend wbcAuthenticateUserEx to provide PACChristof Schmitt2012-09-201-1/+15
* libwbclient: Add wbcPingDc2Christof Schmitt2012-08-151-0/+21
* nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider2011-10-271-0/+1
* s3: Fix Coverity ID 2148, FORWARD_NULLVolker Lendecke2011-03-161-3/+2
* libwbclient: Correctly order the wbcAllocateMemory argsVolker Lendecke2010-11-271-5/+5
* s3: auth.krb5ccname and auth.unix_username are both fstringsVolker Lendecke2010-09-101-4/+2
* libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke2010-04-231-8/+8
* libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke2010-04-231-12/+12
* libwbclient: Make wbc_create_error_info not use tallocVolker Lendecke2010-04-191-4/+13
* libwbclient: Make wbcCredentialCache not use tallocVolker Lendecke2010-04-191-10/+14
* libwbclient: Make wbcAuthenticateUserEx not use tallocVolker Lendecke2010-04-191-2/+3
* libwbclient: Make wbc_create_logon_info not use tallocVolker Lendecke2010-04-191-6/+11
* libwbclient: Make wbc_create_auth_info not use tallocVolker Lendecke2010-04-191-17/+33
* libwbclient: Make wbc_create_password_policy_info not use tallocVolker Lendecke2010-04-191-2/+3
* libwbclient: Make _SID_COMPOSE a function instead of a macroVolker Lendecke2010-04-191-19/+28
* libwbclient: Re-Fix a bug that was fixed with e5741e27c4cVolker Lendecke2010-04-131-9/+9
* libwbclient: Remove a pointless variableVolker Lendecke2010-04-131-3/+1
* libwbclient: Streamline result processing of wbcCredentialCache()Volker Lendecke2010-04-041-4/+2
* libwbclient: Fix a memleak in wbcCredentialCacheVolker Lendecke2010-04-041-0/+1
* libwbclient: Separate out the async functionsKai Blin2010-02-131-269/+0
* libwbclient: Implement wbcAuthenticateUserEx_send/recvKai Blin2010-02-111-0/+270
* libwbclient: wbc_create_logon_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-5/+3
* libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-7/+4
* libwbclient: wbc_create_error_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-18/+10
* libwbclient: Actually implement wbcCredentialCache()Volker Lendecke2010-01-241-1/+127
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-241-0/+18
* libwbclient: Use winbindd_free_response()Volker Lendecke2010-01-241-4/+3
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-211-0/+45
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-10-131-0/+38
* libwbclient: implement secure channel verification for specific domains in wb...Günther Deschner2009-10-071-9/+5
* wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner2009-09-011-4/+15
* libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner2009-06-181-2/+4
* libwbclient: Attempt to fix build on AIXKai Blin2009-06-041-0/+1
* libwbclient: Silence a compiler warningKai Blin2009-05-301-1/+1
* Fix Coverity ID 626: DEADCODEVolker Lendecke2009-04-231-5/+0
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+1034