summaryrefslogtreecommitdiff
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a C++ warningVolker Lendecke2008-04-061-1/+1
* Remove external refs to winbindd_fdVolker Lendecke2008-04-061-2/+0
* wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2008-04-062-2/+2
* Fix pam_winbind macros.Günther Deschner2008-04-032-14/+14
* Use pwb_context in pam_winbind.Günther Deschner2008-04-031-391/+343
* Add _pam_winbind_init/free_context.Günther Deschner2008-04-031-0/+39
* Add pwb_context to pam_winbind.h.Günther Deschner2008-04-031-0/+9
* Make more functions in pam_winbind static.Günther Deschner2008-04-031-30/+30
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-031-10/+20
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-031-33/+40
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-031-12/+15
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-031-1/+1
* wbinfo: use wbcInterfaceDetails()Stefan Metzmacher2008-04-011-19/+25