summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2008-09-17pam_winbind: fix the build wrt libreplace.Günther Deschner1-1/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-1/+1
2008-08-31Fix Coverity ID 589, dead codeVolker Lendecke1-0/+9
2008-08-29wbinfo: add change-user-password command.Günther Deschner1-1/+33
2008-08-29libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner3-1/+350
2008-08-25Fix bug 4516, no IPv6 on Solaris 2.6.David Leonard1-3/+22
2008-08-20nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter1-2/+18
2008-08-19pam_winbind: some doxygen fixes.Günther Deschner1-24/+12
2008-08-19wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner1-23/+16
2008-08-19wbinfo: add wbinfo_prompt_pass.Günther Deschner1-0/+27
2008-08-19pam_winbind: use pam error string function to display result.Günther Deschner1-1/+2
2008-08-19pam_winbind: add _pam_error_code_str().Günther Deschner1-0/+72
2008-08-19pam_winbind: use integer constants.Günther Deschner1-14/+14
2008-07-30build: fix some no previous prototype warnings.Günther Deschner1-10/+10
2008-07-30libwbclient: let wbcStringToSid handle the global NULL sid.Günther Deschner1-1/+1
2008-07-24Remove trailing withespace from wbinfo -m which breaks gdm auth.Andreas Schneider1-4/+5
2008-07-22Fix various build warningsZach Loafman1-1/+1
2008-07-17allow SID with 0 in subauthority to be converted properlyHerb Lewis1-1/+2
2008-07-07Allow authentication and memory credential refresh after password change from...Jeremy Allison1-7/+14
2008-06-27Fix an "invalid operation involving NULL pointer" found by the IBM checkerVolker Lendecke1-1/+5
2008-06-27Remove a strlen check that will never kick inVolker Lendecke1-2/+1
2008-06-17Fix a segfault in wbcLookupRidsVolker Lendecke1-16/+21
2008-06-17Fix a segfault in wbcLookupSidVolker Lendecke1-19/+29
2008-06-17Replace a very unusual variable declaration by a more conventional oneVolker Lendecke1-1/+1
2008-06-17Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke1-0/+2
2008-06-15Fix an uninitialized variable found by the IBM checkerVolker Lendecke1-5/+5
2008-06-15Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke1-4/+6
2008-06-11pam_winbind: Update cached creds during password change.Günther Deschner1-0/+4
2008-06-09Fix the compile on NetBSD -- missing prototypesVolker Lendecke1-0/+39
2008-06-06pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.Günther Deschner1-1/+16
2008-05-27wbinfo: prompt for password when none has been given.Günther Deschner1-1/+18
2008-05-27libwbclient: fix typo.Günther Deschner1-1/+1
2008-05-23libwbclient: add wbcLibraryDetails()Stefan Metzmacher2-0/+38
2008-05-23libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher3-5/+5
2008-05-15Fix build warning.Günther Deschner1-1/+0
2008-05-13libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude4-3/+159
2008-05-07wins: fix null pointer crash in nss_wins module.Günther Deschner1-0/+3
2008-04-23Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter3-24/+50
2008-04-23Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter3-10/+10
2008-04-20libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam3-4/+4
2008-04-20libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam3-4/+4
2008-04-17Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter1-1/+0
2008-04-17Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter1-84/+50
2008-04-17Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2-6/+238
2008-04-17Follow error code name convention in libwbclient.Gerald W. Carter4-14/+14
2008-04-17wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher1-10/+12
2008-04-17libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2-0/+58
2008-04-17wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher1-26/+16
2008-04-17libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2-0/+87
2008-04-11nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher1-96/+0