summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_msrpc.c.Günther Deschner2011-02-021-24/+59
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 14:14:43 CET 2011 on sn-devel-104
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_pam.c.Günther Deschner2011-02-021-13/+37
| | | | Guenther
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_rpc.c.Günther Deschner2011-02-021-58/+134
| | | | Guenther
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_samr.c.Günther Deschner2011-02-021-43/+92
| | | | Guenther
* s3-winbind: prefer dcerpc_samr_X functions in invalidate_cm_connection.Günther Deschner2011-02-021-3/+6
| | | | Guenther
* s3-winbind: prefer dcerpc_samr_X functions in cm_connect_sam.Günther Deschner2011-02-021-13/+35
| | | | Guenther
* s3-winbind: use status variable name in cm_connect_sam.Günther Deschner2011-02-021-33/+33
| | | | Guenther
* s3-selftest: Enable RPC-EPMAPPER tests.Andreas Schneider2011-02-021-1/+1
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 13:28:41 CET 2011 on sn-devel-104
* s3-smbd: Disable the endpoint mapper by default.Andreas Schneider2011-02-022-2/+30
|
* s3-smbd: Added a function to setup rpc services.Andreas Schneider2011-02-024-90/+411
| | | | | Move the complete setup of the rpc service to its own file and use callbacks to register at the endpoint mapper.
* s3-rpc_server: Only allow registering endpoints on priviledged pipes.Andreas Schneider2011-02-021-4/+21
|
* s3-librpc: Added dcerpc_binding_vector_create function.Andreas Schneider2011-02-022-16/+107
|
* s3-librpc: Added dcerpc register endpoint functions.Andreas Schneider2011-02-023-0/+233
|
* s3-epmapper: Commented unimplemented functions.Andreas Schneider2011-02-021-4/+10
|
* s3-epmapper: Improved the epm_Map function.Andreas Schneider2011-02-021-44/+210
|
* s3-epmapper: Implemented epm_Lookup.Andreas Schneider2011-02-021-8/+327
|
* s3-epmapper: Implemented epm_LookupHandleFree.Andreas Schneider2011-02-021-5/+14
|
* s3-epmapper: Added arg to match uuid in build_ep_list().Andreas Schneider2011-02-021-1/+16
|
* s3-epmapper: Added epm_Map function from Samba4.Andreas Schneider2011-02-021-4/+77
|
* s3-epmapper: Added epm_Delete function.Andreas Schneider2011-02-021-7/+87
|
* s3-epmapper: Added epm_Insert function.Andreas Schneider2011-02-021-8/+234
|
* s3-epmapper: Added a endpoint mapper skeleton.Andreas Schneider2011-02-023-1/+131
|
* s3:rpc_server/netlogon: add _netr_LogonSamLogon_check()Stefan Metzmacher2011-02-021-14/+87
| | | | | | | We need to check for invalid parameters before we check for access denied. metze
* Based on a conversation with Volker, refactor some of the oplock code to ↵Jeremy Allison2011-02-021-71/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | make it comprehensible. delay_for_oplocks() did 4 things. 1). Validation of existing oplock types. 2). Check for compatibility with batch oplocks (pass 1). 3). Check for compatibility with exclusive oplocks (pass 2). 4). Set the correct oplock type from the requested value. Refactor into 4 separate functions: 1). find_oplock_types() - does validation of oplock types and returns pointers to specific values. 2). delay_for_batch_oplocks() - the pass 1 phase above. 3). delay_for_exclusive_oplocks() - the pass 2 phase above 4). grant_fsp_oplock_type() - Set the correct oplock type from the requested value. Now separated out this code should be much easier to understand and modify. This also fixes an erroneous SMB_ASSERT which was hidden by the previous complexity of the single delay_for_oplocks() code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 2 01:52:21 CET 2011 on sn-devel-104
* s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_list.Günther Deschner2011-02-021-10/+40
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 00:21:19 CET 2011 on sn-devel-104
* s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_del_internals.Günther Deschner2011-02-011-15/+58
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_add_internals.Günther Deschner2011-02-011-11/+31
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_aliaslist_internals.Günther Deschner2011-02-011-11/+17
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_fetch_domain_aliases.Günther Deschner2011-02-011-17/+45
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_group_members_internals.Günther Deschner2011-02-011-18/+37
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_list_alias_members.Günther Deschner2011-02-011-8/+17
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_list_group_members.Günther Deschner2011-02-011-13/+26
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_group_list_internals.Günther Deschner2011-02-011-40/+91
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_del_aliasmem.Günther Deschner2011-02-011-14/+34
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_del_groupmem.Günther Deschner2011-02-011-17/+47
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_add_aliasmem.Günther Deschner2011-02-011-15/+31
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_add_groupmem.Günther Deschner2011-02-011-13/+40
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_group_delete_internals.Günther Deschner2011-02-011-43/+117
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_flag_edit_internals.Günther Deschner2011-02-011-7/+16
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_str_edit_internals.Günther Deschner2011-02-011-6/+17
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_show_internals.Günther Deschner2011-02-011-3/+8
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_sh_handle_user.Günther Deschner2011-02-011-17/+33
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in rpc_info_internals.Günther Deschner2011-02-011-9/+30
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in net_rpc_sh_acct.c.Günther Deschner2011-02-011-25/+57
| | | | Guenther
* s3-waf: fix the build after linux netlink changes.Günther Deschner2011-02-012-0/+16
| | | | | | | | | Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 23:21:50 CET 2011 on sn-devel-104
* s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke2011-02-011-4/+14
| | | | | | | | There are systems where ./configure has detected advanced utimes calls which are then not available on other kernels. We should do a proper fallback. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 1 22:37:35 CET 2011 on sn-devel-104
* s3:rpcclient/cmd_samr: remove useless ';'Stefan Metzmacher2011-02-011-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 1 19:19:24 CET 2011 on sn-devel-104
* s3:libnet/libnet_samsync_display: fix netr_DELTA_* displayStefan Metzmacher2011-02-011-9/+12
| | | | metze
* s3:rpcclient/cmd_netlogon: fix netr_DELTA_* displayStefan Metzmacher2011-02-011-11/+14
| | | | metze
* s3: Fix the build on sles8Volker Lendecke2011-02-011-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 1 18:34:33 CET 2011 on sn-devel-104