summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Collapse)AuthorAgeFilesLines
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-7/+4
| | | | This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-1/+0
| | | | This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-1/+1
| | | | This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-1/+1
|
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-0/+1
| | | | This involves storing the interface table in the pipes_struct
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-081-4/+7
|
* s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner2009-11-061-0/+1
| | | | Guenther
* s3: Fix kerberos refresh chain.Bo Yang2009-11-061-1/+3
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().Günther Deschner2009-11-031-3/+1
| | | | Guenther
* Fix typo.Karolin Seeger2009-10-191-1/+1
| | | | | | privilage -> privilege Karolin
* s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.cVolker Lendecke2009-10-173-47/+47
|
* Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison2009-10-151-0/+1
| | | | Jeremy.
* Fix the build, missing ->.Jeremy Allison2009-10-141-1/+1
| | | | Jeremy.
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison2009-10-141-0/+2
| | | | | Don't use mapped_user uninitialized. Jeremy.
* s3:winbind: Fix a double-freeVolker Lendecke2009-10-141-1/+0
| | | | Part of a fix for bug #6793.
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-141-7/+6
|
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-135-0/+165
| | | | Guenther
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-1/+1
| | | | Guenther
* s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.Günther Deschner2009-10-081-0/+1
| | | | Guenther
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-2/+2
|
* s3-winbindd: libwbclient: implement secure channel verification for specific ↵Günther Deschner2009-10-072-5/+14
| | | | | | domains in wbcCheckTrustCredentials(). Guenther
* s3:winbind: Make query_user_list in winbindd_rpc a bit more readableVolker Lendecke2009-10-061-8/+13
|
* s3-winbindd: make sure to reset connections when machine account password ↵Günther Deschner2009-10-061-0/+8
| | | | | | change chain was broken. Guenther
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-052-35/+9
| | | | | | This reverts commit 20a8ea91e10af167067cc794a251265aaf489e75. Ooops, this should not have been committed.
* s3:winbind: Slightly simplify the logic of nss_init(), make it staticVolker Lendecke2009-10-051-12/+16
|
* s3:winbind: Fix typosVolker Lendecke2009-10-051-2/+2
|
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-052-9/+35
|
* s3:winbind: use wb_fill_pwent in wb_getpwsidVolker Lendecke2009-10-041-79/+10
|
* s3:winbind: No point in using strequal to detect a 0-length stringVolker Lendecke2009-10-041-2/+2
|
* s3:winbind: use talloc_tos() instead of NULL in fillup_pw_fieldVolker Lendecke2009-10-031-2/+2
|
* s3:winbind: Fix a debug messageVolker Lendecke2009-10-031-2/+2
|
* s3:winbind: remove a pointless initializationVolker Lendecke2009-09-281-1/+1
|
* s3:winbind: Make check_info3_in_group, sanitize its memory handlingVolker Lendecke2009-09-282-15/+23
|
* s3:winbind: Make "check_request_flags" publically availableVolker Lendecke2009-09-282-2/+4
|
* s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke2009-09-283-9/+10
|
* s3:winbind: Make append_data publically available as append_auth_dataVolker Lendecke2009-09-282-6/+12
|
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ↵Stefan Metzmacher2009-09-251-1/+12
| | | | | | ACCCESS_DENIED metze
* s3-winbindd: no reason to call winbindd_can_contact_domain() three times in ↵Günther Deschner2009-09-241-12/+0
| | | | | | query_user(). Guenther
* Revert "s3:winbindd: use a tcp connection for lsa in case ↵Stefan Metzmacher2009-09-241-9/+0
| | | | | | | | | | lookup_names/lookup_sids doesn't work over ncacn_np" This reverts commit f23691cffd39e5df81b7b075e61ed1def6cce9f6. This should not have been commited... metze
* s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup_sids ↵Günther Deschner2009-09-241-0/+9
| | | | | | doesn't work over ncacn_np metze
* s3:winbind: Fix an uninitialized variableVolker Lendecke2009-09-231-1/+1
|
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-09-223-5/+63
| | | | | | | | | | | Winbindd should always try to use LSA via an schannel authenticated ncacn_ip_tcp connection when talking to AD for LSA lookup calls. In Samba <-> W2k8 interdomain trust scenarios, LookupSids3 and LookupNames4 via an schannel ncacn_ip_tcp LSA connection are the *only* options to successfully resolve sids and names. Guenther
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-09-223-0/+63
| | | | Guenther
* s3:winbindd: avoid writing to a closed connection and generate SIGPIPEStefan Metzmacher2009-09-211-12/+13
| | | | metze
* s3:winbind: Fix some enum type mismatches found by the Solaris compilerVolker Lendecke2009-09-183-3/+3
|
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| | | | Jeremy.
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| | | | Jeremy.
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| | | | Jeremy.
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-09-172-20/+47
| | | | Guenther
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-09-173-96/+78
| | | | Guenther