summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-122-0/+157
* Fix a C++ warningVolker Lendecke2008-04-121-1/+1
* Remove external refs to winbindd_fdVolker Lendecke2008-04-121-2/+0
* Fix an uninitialized variableVolker Lendecke2008-04-121-1/+1
* wbinfo: make use of wbcGetGroups()Stefan Metzmacher2008-04-121-16/+12
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-121-10/+20
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-121-33/+40
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-121-12/+15
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-121-1/+1
* wbinfo: use wbcInterfaceDetails()Stefan Metzmacher2008-04-121-19/+25
* wbinfo: use wbcAllocateGid()Stefan Metzmacher2008-04-121-1/+8
* wbinfo: use wbcAllocateUid()Stefan Metzmacher2008-04-121-1/+8
* wbinfo: use wbcSidToGid()Stefan Metzmacher2008-04-121-10/+12