pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / source3 / winbindd / winbindd_msrpc.c
2019-04-18 Christof Schmittwinbind: Return queried domain name from name_to_sid
2019-04-18 Christof Schmittwinbind: Query domain from msrpc name_to_sid
2018-12-20 Volker Lendeckewinbindd: Use dom_sid_str_buf
2018-02-10 Stefan Metzmacherwinbindd: don't force using LSA_LOOKUP_NAMES_ALL for...
2018-02-10 Stefan Metzmachers3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc...
2017-11-29 Ralph Boehmewinbindd: let normalize_name_map() call find_domain_fro...
2017-04-12 Volker Lendeckewinbind_msrpc: Use any_nt_status_not_ok
2017-03-06 Volker LendeckeRevert "winbind: Remove "lookup_usergroups" winbind...
2017-01-18 Aurelien Aptels3/winbindd: fix invalid free
2017-01-10 Volker Lendeckewinbind: Fix CID 1398533 Resource leak
2017-01-04 Volker Lendeckewinbind: Simplify query_user_list to only return rids
2017-01-04 Volker Lendeckewinbind: Remove "lookup_usergroups" winbind method
2017-01-04 Volker Lendeckewinbind: Remove "query_user" backend function
2016-12-04 Volker Lendeckewinbind: lookup_usergroups_cached doesn't use the ...
2016-12-02 Volker Lendeckelib: Add samlogon_cache.h
2015-11-06 Mathieu ParentFix various spelling errors
2015-05-06 Volker Lendeckewinbind: Fix CID 1035544 Uninitialized scalar variable
2015-04-29 Richard SharpeChange all uint32/16/8 to 32_t/16_t/8_t in winbindd.
2014-11-25 Stefan Metzmachers3:winbindd: avoid invalid pointer type warnings
2014-10-07 Andrew Bartletts3-winbindd: Pass the whole winbindd_domain to invalida...
2014-07-15 Günther Deschners3-winbindd: use wcache_query_user_fullname after inspe...
2014-07-04 Andrew Bartlettwinbindd: Use a remote RPC server when we are an RODC...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupRids() replies arrays...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-09 Jeremy AllisonFix bug #10187 - Missing talloc_free can leak stackfram...
2012-11-30 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-11-30 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-11-30 Günther Deschners3-winbindd: remove lookup_sids_fn_t.
2012-11-30 Günther Deschners3-winbindd: remove lookup_names_fn_t.
2012-11-09 David DisseldorpRevert "s3-winbindd: make sure we obey the -n switch...
2011-11-17 Günther Deschners3-smbldap: move ldap_open_with_timeout out of smb_ldap...
2011-11-17 Günther Deschners3-winbindd: no need to globally include ldap headers...
2011-09-08 Volker Lendeckes3: Fix a typo
2011-09-06 Volker Lendeckes3: Make winbindd_lookup_names static
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-08 Günther Deschners3-winbindd: make sure we obey the -n switch also for...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-04-28 Andrew Bartletts3-libads: Use ldap_init_fd() to connect to AD server...
2011-04-24 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-04-24 Stefan Metzmachers3:winbindd: let winbindd_lookup_names() use dcerpc_bin...
2011-04-24 Stefan Metzmachers3:winbindd: let winbindd_lookup_sids() dcerpc_binding_...
2011-03-31 Andreas Schneiders3-winbindd: Use the correct enums for samr_QueryDomain...
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2237: REVERSE_INULL
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-02 Stefan Metzmachers3:winbindd: catch lookup_names/sids schannel errors...
2011-02-02 Günther Deschners3-winbind: prefer dcerpc_samr_X functions in winbindd...
2011-01-18 Günther Deschners3-winbind: no need to include ../librpc/gen_ndr/cli_ls...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-07 Günther Deschnersamr: for correctness, rename samr_RidTypeArray to...
2010-09-21 Volker Lendeckes3: Remove a pointless if-statement
2010-07-13 Andreas Schneiders3-winbind: Set status before we leave in some msrpc...
2010-07-06 Andreas Schneiders3-winbind: Use same format for all msrpc debug messages.
2010-07-05 Andreas Schneiders3-winbind: Rename lookup_groupmem to msrpc_lookup_grou...
2010-07-05 Andreas Schneiders3-winbind: Use rpc_trusted_domains in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_sequence_number in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_lookup_useraliases in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_lookup_usergroups in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_query_user in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_enum_local_groups in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_query_user_list in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_enum_dom_groups in msrpc.
2010-07-05 Andreas Schneiders3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.