summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-01wbinfo: use wbcInterfaceDetails()Stefan Metzmacher1-19/+25
2008-04-01libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2-0/+90
2008-04-01libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher1-4/+5
2008-03-31DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter1-10/+16
2008-03-31Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman1-15/+78
2008-03-31wbinfo: use wbcAllocateGid()Stefan Metzmacher1-1/+8
2008-03-31wbinfo: use wbcAllocateUid()Stefan Metzmacher1-1/+8
2008-03-31wbinfo: use wbcSidToGid()Stefan Metzmacher1-10/+12
2008-03-31wbinfo: use wbcSidToUid()Stefan Metzmacher1-10/+12
2008-03-31wbinfo: use wbcGitToSid()Stefan Metzmacher1-9/+13
2008-03-31wbinfo: use wbcUidToSid()Stefan Metzmacher1-9/+13
2008-03-31wbinfo: use wbcPing()Stefan Metzmacher1-7/+5
2008-03-28wbinfo: use wbcDomainInfo()Stefan Metzmacher1-18/+25
2008-03-28wbinfo: use wbcGetgrnam()Stefan Metzmacher1-19/+12
2008-03-28wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher1-54/+29
2008-03-28wbinfo: use wbcLookupUserSids()Stefan Metzmacher1-31/+45
2008-03-28libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher1-2/+0
2008-03-28libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2-0/+150
2008-03-28libwbclient: add wbcLookupUserSids()Stefan Metzmacher2-0/+87
2008-03-27Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter1-3/+7
2008-03-27libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam1-2/+1
2008-03-26Fix wbcAuthenticateUserEx().Günther Deschner1-1/+1
2008-03-17Coverity fixesMarc VanHeyningen1-2/+8
2008-03-06Fix a memleakVolker Lendecke1-0/+1
2008-02-28winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2-2/+4
2008-02-27Fix caller of node_status_query() to use sockaddr_storage().Michael Adam1-3/+5
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
2008-02-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-38/+95
2008-02-15wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher1-1/+4
2008-02-15libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher1-21/+7
2008-02-15libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher1-4/+36
2008-02-15libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher1-12/+48
2008-02-14Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison1-0/+3
2008-02-13wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher1-47/+43
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher3-1/+460