summaryrefslogtreecommitdiff
path: root/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* idmap_rfc2307: Test unix-ids-to-sids with 35 groupsVolker Lendecke2017-05-161-0/+14
* test_idmap_rfc2307: Test wbinfo -r for 35 supplementary group membershipsVolker Lendecke2017-05-161-6/+60
* test_idmap_rfc2307: Do a recursive delete in ou=idmapVolker Lendecke2017-05-161-8/+15
* test_idmap_rfc2307: Correct usageVolker Lendecke2017-05-161-1/+1
* test_idmap_rfc2307: Avoid a tmpfileVolker Lendecke2017-05-161-17/+10
* test_idmap_rfc2307: Remove the correct fileVolker Lendecke2017-05-161-1/+1
* pam_winbind: no longer use wbcUserPasswordPolicyInfo when authenticatingStefan Metzmacher2017-04-211-46/+12
* selftest: fix for wbinfo -s tests for wellknown SIDsRalph Boehme2017-04-201-4/+9
* selftest: wbinfo -s tests for wellknown SIDsRalph Boehme2017-04-201-0/+20
* waf: Explicitly link libreplace against libnss_wins.soAndreas Schneider2017-04-201-1/+1
* selftest: tests idmap mapping with idmap_ridRalph Boehme2017-04-201-0/+66
* pam: map more NT password errors to PAM errorsBjörn Jacke2017-01-111-0/+5
* nss_wins: Fix errno values for HOST_NOT_FOUNDAndreas Schneider2016-11-301-2/+1
* nsswitch: Also set h_errnop for nss_wins functionsAndreas Schneider2016-10-131-0/+9
* nsswitch: Add missing arguments to wins gethostbyname*Andreas Schneider2016-10-131-10/+41
* selftest: test idmap backend id allocation for unknown SIDSRalph Boehme2016-06-281-0/+41
* nsswitch: Fix memory leak in test_wbc_trusts()Andreas Schneider2016-06-241-10/+25
* nsswitch: Fix memory leak in test_wbc_groups()Andreas Schneider2016-06-241-18/+55
* nsswitch: Fix memory leak in test_wbc_users()Andreas Schneider2016-06-241-30/+77
* nsswitch: Fix memory leak in test_wbc_domain_info()Andreas Schneider2016-06-241-11/+21
* nsswitch: Fix memory leak in test_wbc_pingdc2()Andreas Schneider2016-06-241-19/+39
* nsswitch: Fix memory leak in test_wbc_get_sidaliases()Andreas Schneider2016-06-241-17/+25
* nsswitch: Fix memory leak in test_wbc_pingdc()Andreas Schneider2016-06-241-12/+22
* nsswitch: Fix wbclient torture_assert_wbc_ok_goto_fail macroAndreas Schneider2016-06-241-1/+1
* nss_wins: Fix the hostent setupTom Mortensen2016-04-221-3/+3
* nss_wins: ip_pton expects the raw IP addressTom Mortensen2016-04-221-1/+6
* CVE-2016-2110: winbindd: add new_spnego to the WINBINDD_CCACHE_NTLMAUTH responseStefan Metzmacher2016-04-122-1/+21
* pam_winbind: Avoid a use of sprintfVolker Lendecke2016-03-311-3/+3
* pam_winbind: Create and use a wbclient contextAndreas Schneider2016-03-252-8/+29
* pam_winbind: Use the correct type to check the pam_parse() return codeAndreas Schneider2016-03-251-2/+4
* nsswitch: winbind_nss_solaris.c: Remove unused macro containing strcpy.Jeremy Allison2016-03-221-11/+0
* nsswitch: winbind_nss_aix: Remove all uses of strcpy.Jeremy Allison2016-03-221-5/+11
* nsswitch: linux: Remove use of strcpy().Jeremy Allison2016-03-221-16/+28
* Added MSV1_0_ALLOW_MSVCHAPV2 flag to ntlm_authHerwin Weststrate2016-03-111-0/+1
* winbind: Remove unused WINBINDD_UID_TO_SIDVolker Lendecke2016-02-221-1/+1
* nss_aix: Hack away WINBINDD_UID_TO_SIDVolker Lendecke2016-02-221-0/+11
* winbind: Remove unused WINBINDD_GID_TO_SIDVolker Lendecke2016-02-221-1/+1
* libwbclient: Use wbcCtxUnixIdsToSids in wbcCtxGidToSidVolker Lendecke2016-02-221-19/+16
* libwbclient: Use wbcCtxUnixIdsToSids in wbcCtxUidToSidVolker Lendecke2016-02-221-19/+16
* winbind: Remove unused WINBINDD_SID_TO_GIDVolker Lendecke2016-02-221-1/+1
* winbind: Remove unused WINBINDD_SID_TO_UIDVolker Lendecke2016-02-221-1/+1
* libwbclient: Use wbcCtxSidsToUnixIds in wbcCtxSidToGidVolker Lendecke2016-02-221-19/+12
* libwbclient: Use wbcCtxSidsToUnixIds in wbcCtxSidToUidVolker Lendecke2016-02-221-19/+12
* wbinfo: Add --unix-ids-to-sidsVolker Lendecke2016-02-221-0/+77
* libwbclient: Implement wbc[Ctx]UnixIdsToSidsVolker Lendecke2016-02-224-2/+226
* winbind: Expose WINBINDD_XIDS_TO_SIDS externallyVolker Lendecke2016-02-221-1/+3
* nss_netbsd: Remove unimplemented prototypesVolker Lendecke2016-02-111-13/+0
* nss_linux: Remove non-nss functionsVolker Lendecke2016-02-111-371/+0
* libwbclient: Fix a few resource leak CIDsVolker Lendecke2016-02-041-6/+9
* libwbclient: Add "goto fail" test macrosVolker Lendecke2016-02-041-0/+21