summaryrefslogtreecommitdiff
path: root/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add wbcContext to wbcRequestResponseMatthew Newton2015-03-102-7/+21
* Add wbcContext struct, create and free functionsMatthew Newton2015-03-103-0/+78
* Use global context for winbindd_request_responseMatthew Newton2015-03-106-39/+66
* Make winbind client library thread-safe by adding contextMatthew Newton2015-03-102-61/+143
* pam: Fix CID 1034871 Resource leakVolker Lendecke2015-03-031-0/+1
* pam: Fix CID 1034870 Resource leakVolker Lendecke2015-03-031-1/+4
* nss-wins: Do not lookup invalid netbios namesAndreas Schneider2015-02-231-1/+13
* Make sure response->extra_data.data is always cleared outMatthew Newton2015-01-091-6/+7
* nsswitch/wbinfo: allow 'wbinfo --ping-dc --domain=SOMEDOMAIN'Stefan Metzmacher2014-12-191-4/+13
* nsswitch: allow passing the domain name to wbcPingDC[2]()Stefan Metzmacher2014-12-192-11/+43