s3-winbindd: remove lookup_names_fn_t.
[kai/samba.git] / source3 / winbindd / winbindd_msrpc.c
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... save-diskspace-tags/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.