More const fixes. Remove CONST_DISCARD.
[sfrench/samba-autobuild/.git] / source3 / winbindd / winbindd_msrpc.c
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.