summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2008-04-012-0/+90
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
* DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter2008-03-311-10/+16
* Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2008-03-311-15/+78
* wbinfo: use wbcAllocateGid()Stefan Metzmacher2008-03-311-1/+8
* wbinfo: use wbcAllocateUid()Stefan Metzmacher2008-03-311-1/+8
* wbinfo: use wbcSidToGid()Stefan Metzmacher2008-03-311-10/+12
* wbinfo: use wbcSidToUid()Stefan Metzmacher2008-03-311-10/+12
* wbinfo: use wbcGitToSid()Stefan Metzmacher2008-03-311-9/+13
* wbinfo: use wbcUidToSid()Stefan Metzmacher2008-03-311-9/+13
* wbinfo: use wbcPing()Stefan Metzmacher2008-03-311-7/+5
* wbinfo: use wbcDomainInfo()Stefan Metzmacher2008-03-281-18/+25
* wbinfo: use wbcGetgrnam()Stefan Metzmacher2008-03-281-19/+12
* wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-281-54/+29
* wbinfo: use wbcLookupUserSids()Stefan Metzmacher2008-03-281-31/+45
* libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher2008-03-281-2/+0
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-282-0/+150
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-282-0/+87
* Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter2008-03-271-3/+7
* libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam2008-03-271-2/+1
* Fix wbcAuthenticateUserEx().Günther Deschner2008-03-261-1/+1
* Coverity fixesMarc VanHeyningen2008-03-171-2/+8
* Fix a memleakVolker Lendecke2008-03-061-0/+1
* winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-282-2/+4
* Fix caller of node_status_query() to use sockaddr_storage().Michael Adam2008-02-271-3/+5
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-152-38/+95
|\
| * wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher2008-02-151-1/+4
| * libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-21/+7
| * libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-4/+36
| * libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher2008-02-151-12/+48
* | Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison2008-02-141-0/+3
|/
* wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-47/+43
* libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460