Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 2009-10-13 | 5 | -0/+165 |
| | | | | Guenther | ||||
* | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 2009-10-13 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable. | Günther Deschner | 2009-10-08 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 2009-10-08 | 1 | -2/+2 |
| | |||||
* | s3-winbindd: libwbclient: implement secure channel verification for specific ↵ | Günther Deschner | 2009-10-07 | 2 | -5/+14 |
| | | | | | | domains in wbcCheckTrustCredentials(). Guenther | ||||
* | s3:winbind: Make query_user_list in winbindd_rpc a bit more readable | Volker Lendecke | 2009-10-06 | 1 | -8/+13 |
| | |||||
* | s3-winbindd: make sure to reset connections when machine account password ↵ | Günther Deschner | 2009-10-06 | 1 | -0/+8 |
| | | | | | | change chain was broken. Guenther | ||||
* | Revert "s3: Attempt to fix machine password change" | Volker Lendecke | 2009-10-05 | 2 | -35/+9 |
| | | | | | | This reverts commit 20a8ea91e10af167067cc794a251265aaf489e75. Ooops, this should not have been committed. | ||||
* | s3:winbind: Slightly simplify the logic of nss_init(), make it static | Volker Lendecke | 2009-10-05 | 1 | -12/+16 |
| | |||||
* | s3:winbind: Fix typos | Volker Lendecke | 2009-10-05 | 1 | -2/+2 |
| | |||||
* | s3: Attempt to fix machine password change | Volker Lendecke | 2009-10-05 | 2 | -9/+35 |
| | |||||
* | s3:winbind: use wb_fill_pwent in wb_getpwsid | Volker Lendecke | 2009-10-04 | 1 | -79/+10 |
| | |||||
* | s3:winbind: No point in using strequal to detect a 0-length string | Volker Lendecke | 2009-10-04 | 1 | -2/+2 |
| | |||||
* | s3:winbind: use talloc_tos() instead of NULL in fillup_pw_field | Volker Lendecke | 2009-10-03 | 1 | -2/+2 |
| | |||||
* | s3:winbind: Fix a debug message | Volker Lendecke | 2009-10-03 | 1 | -2/+2 |
| | |||||
* | s3:winbind: remove a pointless initialization | Volker Lendecke | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | s3:winbind: Make check_info3_in_group, sanitize its memory handling | Volker Lendecke | 2009-09-28 | 2 | -15/+23 |
| | |||||
* | s3:winbind: Make "check_request_flags" publically available | Volker Lendecke | 2009-09-28 | 2 | -2/+4 |
| | |||||
* | s3:winbind: Sanitize the args for find_auth_domain: It only needs the flags | Volker Lendecke | 2009-09-28 | 3 | -9/+10 |
| | |||||
* | s3:winbind: Make append_data publically available as append_auth_data | Volker Lendecke | 2009-09-28 | 2 | -6/+12 |
| | |||||
* | s3:winbindd_cm: don't invalidate the whole connection when just samr gave ↵ | Stefan Metzmacher | 2009-09-25 | 1 | -1/+12 |
| | | | | | | ACCCESS_DENIED metze | ||||
* | s3-winbindd: no reason to call winbindd_can_contact_domain() three times in ↵ | Günther Deschner | 2009-09-24 | 1 | -12/+0 |
| | | | | | | query_user(). Guenther | ||||
* | Revert "s3:winbindd: use a tcp connection for lsa in case ↵ | Stefan Metzmacher | 2009-09-24 | 1 | -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 Deschner | 2009-09-24 | 1 | -0/+9 |
| | | | | | | doesn't work over ncacn_np metze | ||||
* | s3:winbind: Fix an uninitialized variable | Volker Lendecke | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working. | Günther Deschner | 2009-09-22 | 3 | -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 Deschner | 2009-09-22 | 3 | -0/+63 |
| | | | | Guenther | ||||
* | s3:winbindd: avoid writing to a closed connection and generate SIGPIPE | Stefan Metzmacher | 2009-09-21 | 1 | -12/+13 |
| | | | | metze | ||||
* | s3:winbind: Fix some enum type mismatches found by the Solaris compiler | Volker Lendecke | 2009-09-18 | 3 | -3/+3 |
| | |||||
* | void functions can't return a value. Found by the Solaris compiler. | Jeremy Allison | 2009-09-17 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | void functions can't return a value. Found by the Solaris compiler. | Jeremy Allison | 2009-09-17 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | void functions can't return a value. Found by the Solaris compiler. | Jeremy Allison | 2009-09-17 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | s3-winbindd: add and use winbindd_lookup_names(). | Günther Deschner | 2009-09-17 | 2 | -20/+47 |
| | | | | Guenther | ||||
* | s3-winbindd: add and use winbindd_lookup_sids(). | Günther Deschner | 2009-09-17 | 3 | -96/+78 |
| | | | | Guenther | ||||
* | s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags. | Günther Deschner | 2009-09-15 | 1 | -5/+5 |
| | | | | Guenther | ||||
* | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel(). | Günther Deschner | 2009-09-11 | 1 | -3/+4 |
| | | | | Guenther | ||||
* | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵ | Günther Deschner | 2009-09-11 | 1 | -1/+2 |
| | | | | | | and cli_rpc_pipe_open_ntlmssp. Guenther | ||||
* | s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ↵ | Günther Deschner | 2009-09-09 | 1 | -1/+1 |
| | | | | | | | | | | principal. Patch from Robert LeBlanc <robert@leblancnet.us>. Thanks! Guenther | ||||
* | s3:winbind: Convert WINBINDD_SET_HWM to the new API | Volker Lendecke | 2009-09-07 | 6 | -125/+127 |
| | |||||
* | s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API | Volker Lendecke | 2009-09-07 | 6 | -106/+137 |
| | |||||
* | s3:winbind: Convert WINBINDD_SET_MAPPING to the new API | Volker Lendecke | 2009-09-07 | 6 | -104/+137 |
| | |||||
* | s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API | Volker Lendecke | 2009-09-07 | 6 | -73/+148 |
| | |||||
* | s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpy | Volker Lendecke | 2009-09-05 | 1 | -8/+5 |
| | |||||
* | s3:winbind: Remove pointless <cond> ? true : false; | Volker Lendecke | 2009-09-05 | 1 | -4/+4 |
| | |||||
* | s3:winbind: Make the pam_auth subfunctions static | Volker Lendecke | 2009-09-05 | 2 | -18/+9 |
| | |||||
* | s3:winbind: Fix Coverity ID 933: FORWARD_NULL | Volker Lendecke | 2009-09-04 | 1 | -0/+1 |
| | |||||
* | s3:winbind: Fix Coverity ID 940: Resource Leak | Volker Lendecke | 2009-09-04 | 1 | -0/+1 |
| | |||||
* | s3:winbind: Fix bug 5626 | Volker Lendecke | 2009-08-30 | 3 | -29/+23 |
| | | | | Apparently the AIX compiler can't deal with sizeless array declarations | ||||
* | w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API | Volker Lendecke | 2009-08-30 | 7 | -29/+115 |
| | |||||
* | w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API | Volker Lendecke | 2009-08-30 | 7 | -29/+129 |
| |