summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 4516, no IPv6 on Solaris 2.6.David Leonard2008-08-261-3/+22
* pam_winbind: some doxygen fixes.Günther Deschner2008-08-221-24/+12
* wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner2008-08-221-23/+16
* wbinfo: add wbinfo_prompt_pass.Günther Deschner2008-08-221-0/+27
* pam_winbind: use pam error string function to display result.Günther Deschner2008-08-221-1/+2
* pam_winbind: add _pam_error_code_str().Günther Deschner2008-08-221-0/+72
* pam_winbind: use integer constants.Günther Deschner2008-08-221-14/+14
* nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter2008-08-211-2/+18
* build: fix some no previous prototype warnings.Günther Deschner2008-07-301-10/+10
* libwbclient: let wbcStringToSid handle the global NULL sid.Günther Deschner2008-07-301-1/+1
* Remove trailing withespace from wbinfo -m which breaks gdm auth.Andreas Schneider2008-07-241-4/+5
* Fix various build warningsZach Loafman2008-07-221-1/+1
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-171-1/+2
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-071-7/+14
* Fix an "invalid operation involving NULL pointer" found by the IBM checkerVolker Lendecke2008-06-271-1/+5
* Remove a strlen check that will never kick inVolker Lendecke2008-06-271-2/+1
* Fix a segfault in wbcLookupRidsVolker Lendecke2008-06-171-16/+21
* Fix a segfault in wbcLookupSidVolker Lendecke2008-06-171-19/+29
* 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 an uninitialized variable found by the IBM checkerVolker Lendecke2008-06-151-5/+5
* Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke2008-06-151-4/+6
* 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-061-1/+16
* wbinfo: prompt for password when none has been given.Günther Deschner2008-05-271-1/+18
* libwbclient: fix typo.Günther Deschner2008-05-271-1/+1
* libwbclient: add wbcLibraryDetails()Stefan Metzmacher2008-05-232-0/+38
* libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher2008-05-233-5/+5
* Fix build warning.Günther Deschner2008-05-151-1/+0
* libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude2008-05-134-3/+159
* wins: fix null pointer crash in nss_wins module.Günther Deschner2008-05-071-0/+3
* 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
* libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam2008-04-203-4/+4
* libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2008-04-203-4/+4
* Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter2008-04-171-1/+0
* Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-171-84/+50
* Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-172-6/+238
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-174-14/+14
* wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher2008-04-171-10/+12
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-172-0/+58
* wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-171-26/+16
* libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-172-0/+87
* nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2008-04-111-96/+0
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-112-0/+157
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
* Fix an uninitialized variableVolker Lendecke2008-04-071-1/+1
* wbinfo: make use of wbcGetGroups()Stefan Metzmacher2008-04-061-16/+12
* libwbclient: add wbcGetGroups()Stefan Metzmacher2008-04-062-0/+64