summaryrefslogtreecommitdiff
path: root/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* pam_winbind: check != PAM_SUCCESS and != NULL explicitlyMichael Adam2016-01-131-14/+14
* torture: add torture comment output of name/ip to WinsBy{Ip,Name} testsMichael Adam2016-01-111-0/+6
* torture: Fix winbind.wbclient.ResolveWinsByIp testMichael Adam2016-01-111-1/+13
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* nss_wins: Use libwbclient to query wins serverAndreas Schneider2015-10-262-160/+86
* nss_wins: Use lp_global_no_reinit()Andreas Schneider2015-10-261-1/+1
* wbinfo: make --verbose --pam-logon print sidsVolker Lendecke2015-10-121-0/+10
* build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsambaAndrew Bartlett2015-10-091-1/+1
* nss_winbind: fix hang on Solaris on big groupsBjörn Jacke2015-09-111-0/+6
* nss_wins: add module for FreeBSDBjörn Jacke2015-09-112-1/+87
* pam_winbind: Fix a segfault if initialization failsAndreas Schneider2015-09-081-11/+8
* winbind client: avoid vicious cycle created by client retryUri Simchoni2015-07-151-17/+9
* wbinfo: Dump user info for pam-logon -vVolker Lendecke2015-06-111-3/+42
* nsswitch: Simplify winbind_named_pipe_sock()Volker Lendecke2015-06-081-10/+8
* nsswitch: Extend idmap_rfc2307 testcase for reverse lookupChristof Schmitt2015-06-051-9/+63
* selftest: Add tests for expected output of wbinfo -i and wbinfo --uid-infoAndrew Bartlett2015-05-061-3/+46
* nsswitch/wins: use lp_load_global() wrapper of lp_load().Michael Adam2015-04-221-1/+1
* nsswitch: improve error messages in wbinfo callsStefan Metzmacher2015-03-271-10/+17
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-241-1/+0
* Ensure we always initialise the winbind contextMatthew Newton2015-03-181-1/+1
* Update libwbclient version to 0.12Matthew Newton2015-03-103-2/+133
* Move wbc global variables into global context insteadMatthew Newton2015-03-103-45/+73
* Add context versions of wbclient functionsMatthew Newton2015-03-106-176/+1161