summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
...
* libwbclient: change wbcResolveWinsByIP() to take char ** instead of const ↵Michael Adam2008-04-203-4/+4
| | | | | | | | | | char ** Fix a compile warning. This seems the right thing since the data is created by talloc_strdup... Michael (This used to be commit f81da8e8ed8e2d75c77bd8b5e7fdd7c53bab7e49)
* libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2008-04-203-4/+4
| | | | | | | | This fixes a compile warning and seems the correct thing to me as the returned data is talloc_strdup't, so not const anyways. Michael (This used to be commit 13cfa7f48a541a934a129fab0544cbf66029c4c7)
* Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter2008-04-171-1/+0
| | | | (This used to be commit fea52dc46048ff869299267f7596b93a8c5c8b3d)
* Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-171-84/+50
| | | | (This used to be commit 2fbe8437efe232b6f53af6fafed5995fe7e26820)
* Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-172-6/+238
| | | | (This used to be commit 5c454e77cf664fee65fcb03e5811764c92e73696)
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-174-14/+14
| | | | | s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/ (This used to be commit d91ce012b0afb30cd22b373412d17de27c55ca86)
* wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher2008-04-171-10/+12
| | | | | metze (This used to be commit 2cbe5a006a6df79c38f4aaa68d498cd6d5a34dba)
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-172-0/+58
| | | | | | | | | This only accepts NULL as domain for now, because winbindd doesn't support checking trust passwords as a domain controller. metze (This used to be commit c084ccd70f42ce29ce24565969a9f440dde254e1)
* wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-171-26/+16
| | | | | metze (This used to be commit a4f628d6c9e2a5761c048e268a29e1f5daae4180)
* libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-172-0/+87
| | | | | metze (This used to be commit 57ba71140fbf6b4a5a917fa3248fa76536be883b)
* nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2008-04-111-96/+0
| | | | | metze (This used to be commit 2b236c7ace15b4408c31ed918b449d5a22e1769f)
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-112-0/+157
| | | | | metze (This used to be commit 364e146805bb74b46da4d3c187e9a684d4b99a01)
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
| | | | (This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
* Fix an uninitialized variableVolker Lendecke2008-04-071-1/+1
| | | | (This used to be commit 8b2d9ee8c54ed84f83fdecf04e656dd66b622abb)
* wbinfo: make use of wbcGetGroups()Stefan Metzmacher2008-04-061-16/+12
| | | | | metze (This used to be commit c78f4dc043523842cf42f1a3fd4e8f3855518efa)
* libwbclient: add wbcGetGroups()Stefan Metzmacher2008-04-062-0/+64
| | | | | metze (This used to be commit 596d030b976102e7476a2460fce355914c4e8210)
* Fix a C++ warningVolker Lendecke2008-04-061-1/+1
| | | | (This used to be commit c274fe7d21badb42ca8d4d1115ae6bffdb19485f)
* Remove external refs to winbindd_fdVolker Lendecke2008-04-061-2/+0
| | | | (This used to be commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d)
* wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2008-04-062-2/+2
| | | | (This used to be commit 3130fb7b32285b8501f5ee8cbc62b478c09cccd3)
* Fix pam_winbind macros.Günther Deschner2008-04-032-14/+14
| | | | | Guenther (This used to be commit 37091859126167e84e55afe8a32025ac0f65065e)
* Use pwb_context in pam_winbind.Günther Deschner2008-04-031-391/+343
| | | | | Guenther (This used to be commit bf960f57e7adf09cdf096f2c72065ea1ff8b0daa)
* Add _pam_winbind_init/free_context.Günther Deschner2008-04-031-0/+39
| | | | | Guenther (This used to be commit d62676cf886d910334b3d6f7ce0147b75ef53aec)
* Add pwb_context to pam_winbind.h.Günther Deschner2008-04-031-0/+9
| | | | | Guenther (This used to be commit fe8acb064433b286938e0b572ca1faa8a54414b7)
* Make more functions in pam_winbind static.Günther Deschner2008-04-031-30/+30
| | | | | Guenther (This used to be commit ea2175ee0e6288ccb132e86b9dd0bf8a0e4169c9)
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-031-10/+20
| | | | | metze (This used to be commit 9d0e5a13215d4904084e81fde6098c70ee4d4636)
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-031-33/+40
| | | | | metze (This used to be commit 046b26b763b16362dd662a77b2434641bf583bc2)
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-031-12/+15
| | | | | metze (This used to be commit b917be4986bd55aeffae03b08cf476ea6302fa26)
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-031-1/+1
| | | | | metze (This used to be commit ff4611832a0b498b83590279a7153e606a4720f5)
* wbinfo: use wbcInterfaceDetails()Stefan Metzmacher2008-04-011-19/+25
| | | | | metze (This used to be commit ff87260f1268d190170608b0808c191ef8f3e942)
* libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2008-04-012-0/+90
| | | | | metze (This used to be commit fee3806326b9ba214e35868271e6481c0c8b9c4b)
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
| | | | | metze (This used to be commit de2e8d5db93d32e5ebf04a2018a08f766eb9a233)
* DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter2008-03-311-10/+16
| | | | | | This fixes wbinfo -m to make preexisting behavior. Also adds the dns domain to the --verbose output. (This used to be commit b68caaa81bd75bb882c9363612d11d49dd73cb6f)
* Augmented "wbinfo -m" to list additional information about the type, ↵Steven Danneman2008-03-311-15/+78
| | | | | | | | | | | | | | | | | | | direction, and transitivty of trusts. * added several helper functions to convert the trust_flags field in the winbindd_tdc_domain to more useful administrator ideas of trust type, trust direction, and trust transitivity. * converted winbindd_list_trusted_domains() to enumerate the trusted domain cache, instead of the domain list, and return additional trust information to the calling process * modified wbinfo to pretty print this additional trust information when a new --verbose switch is given with -m. Thus "wbinfo -m" and "wbinfo -all-domains" output as before, but "wbinfo --verbose -m" prints extra trust info. * updated some comments and fixed typos (This used to be commit e7827bb6afa264c12ecdc0858f49707ca3d6104f)
* wbinfo: use wbcAllocateGid()Stefan Metzmacher2008-03-311-1/+8
| | | | | metze (This used to be commit 960c069a2354e0803e2cbf22c26e1a9d0b657b79)
* wbinfo: use wbcAllocateUid()Stefan Metzmacher2008-03-311-1/+8
| | | | | metze (This used to be commit a7d735df292cee7dd6e23c7d2328481d57162904)
* wbinfo: use wbcSidToGid()Stefan Metzmacher2008-03-311-10/+12
| | | | | metze (This used to be commit 43df48bdca1a71fa44b24bb3917869f886555d9c)
* wbinfo: use wbcSidToUid()Stefan Metzmacher2008-03-311-10/+12
| | | | | metze (This used to be commit a25b39cac1716323154dd30acb30180d3273587b)
* wbinfo: use wbcGitToSid()Stefan Metzmacher2008-03-311-9/+13
| | | | | metze (This used to be commit 9936d861a1c1163ce6fd079211b50fd9b52bc05d)
* wbinfo: use wbcUidToSid()Stefan Metzmacher2008-03-311-9/+13
| | | | | metze (This used to be commit 4766ebf7ac8d33f9cd0f983ecdc54ef44959648b)
* wbinfo: use wbcPing()Stefan Metzmacher2008-03-311-7/+5
| | | | | metze (This used to be commit 9a2f0b21925e630fa9b268cedbc19cf814686b42)
* wbinfo: use wbcDomainInfo()Stefan Metzmacher2008-03-281-18/+25
| | | | | metze (This used to be commit 7714f9232110b2ee50e6ba8371f0bc23b83717a6)
* wbinfo: use wbcGetgrnam()Stefan Metzmacher2008-03-281-19/+12
| | | | | metze (This used to be commit 8945dce4a18874bdf1a57f1ff8116a66a6f699a0)
* wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-281-54/+29
| | | | | metze (This used to be commit 5a0ae1ad0c36e5ef97008a2c6bc2a921ca6538bd)
* wbinfo: use wbcLookupUserSids()Stefan Metzmacher2008-03-281-31/+45
| | | | | metze (This used to be commit ff16b66631bc93909c0e7adf9e6bb1cf1d641ffd)
* libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher2008-03-281-2/+0
| | | | | metze (This used to be commit 7a4de23aa318bd24948e576a5582a5c74d335154)
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-282-0/+150
| | | | | metze (This used to be commit df127f0b40d36ea8ee605c24ea88558c7d40a7fe)
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-282-0/+87
| | | | | metze (This used to be commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
* Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter2008-03-271-3/+7
| | | | | NTLM logons must go against our DC. (This used to be commit 2e24f7c0243c67a00102c11258cfa6f61caf499f)
* libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam2008-03-271-2/+1
| | | | | | | I leave the more explicit error path in the "if (cmd == 0)" block. Michael (This used to be commit 2ae19b5fb89e0a992962af14a81b641bf13b7892)
* Fix wbcAuthenticateUserEx().Günther Deschner2008-03-261-1/+1
| | | | | Guenther (This used to be commit 79f7a519f8f61a31d84467c5b5975cae13db1c29)