s3-auth Use the common auth_session_info
[kai/samba.git] / source3 / winbindd / winbindd_samr.c
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
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-16 Stefan MetzmacherRevert "s3-winbind: Fix paranoia checks in winbindd_sam...
2011-06-15 Andreas Schneiders3-winbind: Fix paranoia checks in winbindd_samr.c.
2011-05-02 Günther Deschners3-winbindd: remove unused headers.
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-03-29 Jeremy AllisonRemove two unused labels.
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2143: DEADCODE
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2143: DEADCODE
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2144, DEADCODE
2011-03-10 Volker Lendeckes3: sid->domain_sid in winbindd_samr sam_rids_to_names
2011-03-10 Volker Lendeckes3: Fix paranoia check in sam_rids_to_names
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-08 Volker Lendeckes3: Fix some nonempty blank lines and some typos
2011-02-02 Günther Deschners3-winbind: prefer dcerpc_lsa_X functions in winbindd...
2011-02-02 Günther Deschners3-winbind: prefer dcerpc_samr_X functions in winbindd...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-15 Simo Sorces3-winbindd: Use rpc_open_pipe_interface in winbindd.
2010-08-18 Volker Lendeckes3: Add "client_id" to pipes_struct
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from rpc_pipe_open_...
2010-07-08 Günther Deschners3-rpc: when using rpc_pipe_open_internal, make sure...
2010-07-08 Simo Sorces3:winbindd_samr Do not use static contexts
2010-07-07 Günther Deschners3-winbindd: route samr chgpwd ops for own domain over...
2010-07-06 Andreas Schneiders3-winbind: Fixed debug messages of open_internal_lsa_p...
2010-07-06 Andreas Schneiders3-winbind: Make sure we close all policy handles in...
2010-07-05 Andreas Schneiders3-winbind: Use rpc_trusted_domains in samr.
2010-07-05 Andreas Schneiders3-winbind: Rename common_password_policy to sam_passwo...
2010-07-05 Andreas Schneiders3-winbind: Rename common_lockout_policy to sam_lockout...
2010-07-05 Andreas Schneiders3-winbind: Use rpc_sequence_number in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_lookup_groupmem in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_lookup_useraliases in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_lookup_usergroups in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_query_user in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_rids_to_names in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_sid_to_name in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_name_to_sid in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_enum_local_groups in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_query_user_list in samr.
2010-07-05 Andreas Schneiders3-winbind: Use rpc_enum_dom_groups in samr.
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_se...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_lo...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_lo...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_pa...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_lo...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_ri...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_si...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_na...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function common_en...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function sam_looku...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function sam_trust...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function sam_query...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function sam_enum_...
2010-07-05 Andreas Schneiders3-winbind: Implemented samr backend function sam_query...
2010-07-05 Andreas Schneiders3-winbind: Added a skeleton for samr based functions.