summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-2/+2
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-1/+1
2012-05-10s3: Fix Coverity ID 242184 Dereference after null checkVolker Lendecke1-5/+3
2011-08-26s3: Fix two int/enum mixupsVolker Lendecke1-2/+2
2011-08-21s3-winbind: We need to use internal rpc connections in winbind.Andreas Schneider1-2/+2
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-4/+4
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-4/+4
2011-06-16Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."Stefan Metzmacher1-2/+2
2011-06-15s3-winbind: Fix paranoia checks in winbindd_samr.c.Andreas Schneider1-2/+2
2011-05-02s3-winbindd: remove unused headers.Günther Deschner1-3/+0
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner1-5/+5
2011-03-29Remove two unused labels.Jeremy Allison1-2/+0
2011-03-28s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke1-4/+0
2011-03-28s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke1-4/+0
2011-03-16s3: Fix Coverity ID 2144, DEADCODEVolker Lendecke1-1/+1
2011-03-10s3: sid->domain_sid in winbindd_samr sam_rids_to_namesVolker Lendecke1-8/+8
2011-03-10s3: Fix paranoia check in sam_rids_to_namesVolker Lendecke1-4/+2
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-8/+8
2011-02-09s3: Fix some nonempty blank lines and some typosVolker Lendecke1-1/+1
2011-02-02s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c.Günther Deschner1-13/+25
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_samr.c.Günther Deschner1-43/+92
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-15s3-winbindd: Use rpc_open_pipe_interface in winbindd.Simo Sorce1-2/+3
2010-08-18s3: Add "client_id" to pipes_structVolker Lendecke1-0/+2
2010-08-08s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke1-0/+2
2010-07-08s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner1-2/+0
2010-07-07s3:winbindd_samr Do not use static contextsSimo Sorce1-4/+4
2010-07-07s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ...Günther Deschner1-4/+4
2010-07-06s3-winbind: Fixed debug messages of open_internal_lsa_pipe().Andreas Schneider1-2/+2
2010-07-06s3-winbind: Make sure we close all policy handles in sam.Andreas Schneider1-0/+83
2010-07-05s3-winbind: Use rpc_trusted_domains in samr.Andreas Schneider1-61/+20
2010-07-05s3-winbind: Rename common_password_policy to sam_password_policy.Andreas Schneider1-6/+6
2010-07-05s3-winbind: Rename common_lockout_policy to sam_lockout_policy.Andreas Schneider1-6/+6
2010-07-05s3-winbind: Use rpc_sequence_number in samr.Andreas Schneider1-52/+24
2010-07-05s3-winbind: Use rpc_lookup_groupmem in samr.Andreas Schneider1-105/+22
2010-07-05s3-winbind: Use rpc_lookup_useraliases in samr.Andreas Schneider1-82/+26
2010-07-05s3-winbind: Use rpc_lookup_usergroups in samr.Andreas Schneider1-56/+21
2010-07-05s3-winbind: Use rpc_query_user in samr.Andreas Schneider1-56/+13
2010-07-05s3-winbind: Use rpc_rids_to_names in samr.Andreas Schneider1-78/+39
2010-07-05s3-winbind: Use rpc_sid_to_name in samr.Andreas Schneider1-57/+41
2010-07-05s3-winbind: Use rpc_name_to_sid in samr.Andreas Schneider1-54/+23
2010-07-05s3-winbind: Use rpc_enum_local_groups in samr.Andreas Schneider1-44/+16
2010-07-05s3-winbind: Use rpc_query_user_list in samr.Andreas Schneider1-87/+13
2010-07-05s3-winbind: Use rpc_enum_dom_groups in samr.Andreas Schneider1-42/+12
2010-07-05s3-winbind: Implemented samr backend function common_sequence_number.Andreas Schneider1-4/+65
2010-07-05s3-winbind: Implemented samr backend function common_lookup_useraliases.Andreas Schneider1-4/+103
2010-07-05s3-winbind: Implemented samr backend function common_lookup_usergroups.Andreas Schneider1-4/+82