summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-11libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2-0/+157
2008-04-10fix some extrasemi compile warningsBjörn Jacke1-1/+1
2008-04-07Fix an uninitialized variableVolker Lendecke1-1/+1
2008-04-06wbinfo: make use of wbcGetGroups()Stefan Metzmacher1-16/+12
2008-04-06libwbclient: add wbcGetGroups()Stefan Metzmacher2-0/+64
2008-04-06Fix a C++ warningVolker Lendecke1-1/+1
2008-04-06Remove external refs to winbindd_fdVolker Lendecke1-2/+0
2008-04-06wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2-2/+2
2008-04-03Fix pam_winbind macros.Günther Deschner2-14/+14
2008-04-03Use pwb_context in pam_winbind.Günther Deschner1-391/+343
2008-04-03Add _pam_winbind_init/free_context.Günther Deschner1-0/+39
2008-04-03Add pwb_context to pam_winbind.h.Günther Deschner1-0/+9
2008-04-03Make more functions in pam_winbind static.Günther Deschner1-30/+30
2008-04-03wbinfo: use wbcLookupNames()Stefan Metzmacher1-10/+20
2008-04-03wbinfo: use wbcLookupRids()Stefan Metzmacher1-33/+40
2008-04-03wbinfo: use wbcLookupSid()Stefan Metzmacher1-12/+15
2008-04-03wbinfo: catch NULL domain string as in other placesStefan Metzmacher1-1/+1