summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_msrpc.c
Commit message (Expand)AuthorAgeFilesLines
* winbind_msrpc: Use any_nt_status_not_okVolker Lendecke2017-04-121-25/+6
* Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke2017-03-061-0/+72
* s3/winbindd: fix invalid freeAurelien Aptel2017-01-181-1/+1
* winbind: Fix CID 1398533 Resource leakVolker Lendecke2017-01-111-0/+1
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-041-16/+5
* winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke2017-01-041-72/+0
* winbind: Remove "query_user" backend functionVolker Lendecke2017-01-041-79/+0
* winbind: lookup_usergroups_cached doesn't use the "domain" parameterVolker Lendecke2016-12-041-2/+1
* lib: Add samlogon_cache.hVolker Lendecke2016-12-021-0/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* winbind: Fix CID 1035544 Uninitialized scalar variableVolker Lendecke2015-05-061-1/+1
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-11/+11
* s3:winbindd: avoid invalid pointer type warningsStefan Metzmacher2014-11-251-1/+4
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-081-2/+2
* s3-winbindd: use wcache_query_user_fullname after inspecting samlogon cache.Günther Deschner2014-07-151-0/+8
* winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett2014-07-041-10/+10
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-091-2/+8
* Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison2013-10-091-2/+3
* s3-winbindd: rework reconnect logic in winbindd_lookup_names().Günther Deschner2012-11-301-12/+13
* s3-winbindd: rework reconnect logic in winbindd_lookup_sids().Günther Deschner2012-11-301-12/+14
* s3-winbindd: remove lookup_sids_fn_t.Günther Deschner2012-11-301-21/+12
* s3-winbindd: remove lookup_names_fn_t.Günther Deschner2012-11-301-23/+13
* Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...David Disseldorp2012-11-091-4/+2
* s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner2011-11-171-1/+1
* s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner2011-11-171-1/+1
* s3: Fix a typoVolker Lendecke2011-09-081-1/+1
* s3: Make winbindd_lookup_names staticVolker Lendecke2011-09-061-7/+14
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-081-2/+4
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett2011-04-281-3/+3
* s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher2011-04-241-4/+4
* s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functionsStefan Metzmacher2011-04-241-11/+20
* s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functionsStefan Metzmacher2011-04-241-9/+19
* s3-winbindd: Use the correct enums for samr_QueryDomainInfo.Andreas Schneider2011-03-311-2/+2
* s3: Fix Coverity ID 2237: REVERSE_INULLVolker Lendecke2011-03-301-3/+1
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-4/+4
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3:winbindd: catch lookup_names/sids schannel errors over ncacn_ip_tcp (bug #...Stefan Metzmacher2011-02-021-0/+28
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_msrpc.c.Günther Deschner2011-02-021-24/+59
* s3-winbind: no need to include ../librpc/gen_ndr/cli_lsa.h inGünther Deschner2011-01-191-1/+0
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner2010-10-071-1/+1
* s3: Remove a pointless if-statementVolker Lendecke2010-09-211-4/+0
* s3-winbind: Set status before we leave in some msrpc functions.Andreas Schneider2010-07-131-0/+4
* s3-winbind: Use same format for all msrpc debug messages.Andreas Schneider2010-07-061-9/+10
* s3-winbind: Rename lookup_groupmem to msrpc_lookup_groupmem.Andreas Schneider2010-07-051-8/+9
* s3-winbind: Use rpc_trusted_domains in msrpc.Andreas Schneider2010-07-051-56/+35
* s3-winbind: Use rpc_sequence_number in msrpc.Andreas Schneider2010-07-051-61/+46