summaryrefslogtreecommitdiff
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Tweak with pam defines of older Linux versionsLars Müller2009-01-281-1/+8
* nss_winbind: Solaris 64-bit fix and...SATOH Fumiyasu2009-01-282-2/+10
* libwbclient: avoid usage talloc_init() in library codeStefan Metzmacher2008-12-091-8/+4
* Fix error in commit for bugfix "Fix bug #5904 - libnss_wins causes SIGABRT wh...Jeremy Allison2008-12-091-7/+0
* Fix bug #5904 - libnss_wins causes SIGABRT while servicing getaddrinfo() requ...Jeremy Allison2008-12-091-15/+55
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP authKai Blin2008-12-091-1/+3
* Delete the krb5 ccname variable from the PAM environment if set.Andreas Schneider2008-12-091-0/+7
* Revert "Delete the krb5 ccname variable from the PAM environment if set."Karolin Seeger2008-11-171-7/+0
* Delete the krb5 ccname variable from the PAM environment if set.Andreas Schneider2008-10-231-0/+7
* Fix bug 4516, no IPv6 on Solaris 2.6.David Leonard2008-08-281-3/+22
* nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter2008-08-281-2/+18
* Revert "nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENT"Karolin Seeger2008-08-271-18/+2
* nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter2008-08-211-2/+18
* libwbclient: let wbcStringToSid handle the global NULL sid.Günther Deschner2008-07-311-1/+1
* Remove trailing withespace from wbinfo -m which breaks gdm auth.Andreas Schneider2008-07-251-4/+5
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-181-1/+2
* cleanup some dup code by passing the password to the wbinfo_auth*Herb Lewis2008-07-161-46/+25
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-101-7/+14
* Fix a segfault in wbcLookupSidVolker Lendecke2008-06-171-19/+29
* Fix a segfault in wbcLookupRidsVolker Lendecke2008-06-171-16/+21
* Replace a very unusual variable declaration by a more conventional oneVolker Lendecke2008-06-171-1/+1
* Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke2008-06-171-0/+2
* Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke2008-06-161-4/+6
* Fix an uninitialized variable found by the IBM checkerVolker Lendecke2008-06-161-5/+5
* pam_winbind: Update cached creds during password change.Günther Deschner2008-06-111-0/+4
* Fix the compile on NetBSD -- missing prototypesVolker Lendecke2008-06-091-0/+39
* pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.Günther Deschner2008-06-091-1/+16
* libwbclient: add wbcLibraryDetails()Stefan Metzmacher2008-05-232-0/+38
* libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher2008-05-233-5/+5
* wins: fix null pointer crash in nss_wins module.Günther Deschner2008-05-071-0/+3
* fix some extrasemi compile warningsBjörn Jacke2008-05-051-1/+1
* libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam2008-04-233-4/+4
* libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2008-04-233-4/+4
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-233-24/+50
* Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2008-04-233-10/+10
* Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-231-84/+50
* Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-232-6/+238
* Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter2008-04-211-1/+0
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-214-14/+14
* wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher2008-04-211-10/+12
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-212-0/+58
* wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-211-26/+16
* libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-212-0/+87
* Fix pam_winbind macros.Günther Deschner2008-04-122-14/+14
* Use pwb_context in pam_winbind.Günther Deschner2008-04-121-391/+343
* Add _pam_winbind_init/free_context.Günther Deschner2008-04-121-0/+39
* Add pwb_context to pam_winbind.h.Günther Deschner2008-04-121-0/+9
* Make more functions in pam_winbind static.Günther Deschner2008-04-121-30/+30
* Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter2008-04-121-3/+7
* nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2008-04-121-96/+0