summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_samr.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-16s3: Fix Coverity ID 2144, DEADCODEVolker Lendecke1-1/+1
We could never have assigned the real value in line 481. Andreas, please check!
2011-03-10s3: sid->domain_sid in winbindd_samr sam_rids_to_namesVolker Lendecke1-8/+8
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 19:33:47 CET 2011 on sn-devel-104
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
These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-02-09s3: Fix some nonempty blank lines and some typosVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104
2011-02-02s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c.Günther Deschner1-13/+25
Guenther
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_samr.c.Günther Deschner1-43/+92
Guenther
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
2010-09-15s3-winbindd: Use rpc_open_pipe_interface in winbindd.Simo Sorce1-2/+3
Signed-off-by: Andreas Schneider <asn@samba.org>
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
Otherwise a lot of information that is usually generated in the ndr_push remains in an uninitialized state. Guenther
2010-07-07s3:winbindd_samr Do not use static contextsSimo Sorce1-4/+4
It is a very bad idea to use a static context within the open function. Use the memory hierarchy to keep track of a client connection.
2010-07-07s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ↵Günther Deschner1-4/+4
well. Guenther
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
2010-07-05s3-winbind: Implemented samr backend function common_password_policy.Andreas Schneider1-3/+33
2010-07-05s3-winbind: Implemented samr backend function common_lockout_policy.Andreas Schneider1-3/+33
2010-07-05s3-winbind: Implemented samr backend function common_rids_to_names.Andreas Schneider1-5/+104
2010-07-05s3-winbind: Implemented samr backend function common_sid_to_name.Andreas Schneider1-2/+73
2010-07-05s3-winbind: Implemented samr backend function common_name_to_sid.Andreas Schneider1-2/+72
2010-07-05s3-winbind: Implemented samr backend function common_enum_local_groups.Andreas Schneider1-4/+73
2010-07-05s3-winbind: Implemented samr backend function sam_lookup_groupmem.Andreas Schneider1-6/+151
2010-07-05s3-winbind: Implemented samr backend function sam_trusted_domains.Andreas Schneider1-2/+81
2010-07-05s3-winbind: Implemented samr backend function sam_query_user.Andreas Schneider1-2/+81
2010-07-05s3-winbind: Implemented samr backend function sam_enum_dom_groups.Andreas Schneider1-4/+77
2010-07-05s3-winbind: Implemented samr backend function sam_query_user_list.Andreas Schneider1-4/+120
2010-07-05s3-winbind: Added a skeleton for samr based functions.Andreas Schneider1-0/+411
The goal is to replace the passdb backend later.