summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02s3-dssync-passdb: fill in passdb_process_objectsGünther Deschner1-1/+136
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-02-02s3-dssync-passdb: fill in passdb_finish.Günther Deschner1-1/+6
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-02-02s3-dssync-passdb: fill in passdb_startup.Günther Deschner1-1/+16
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-02-02s3-dssync-passdb: add basic routines and net function.Günther Deschner4-2/+157
Guenther
2011-02-02s3:net: make some net_rpc_samsync.c functions staticStefan Metzmacher2-48/+24
metze
2011-02-02s3:net: "net rpc vampire" is an alias for "net rpc vampire passdb"Stefan Metzmacher1-4/+1
The should use exactly the same code path for both. metze
2011-02-02s3:libnet: add 'process_links' to dssync_opsStefan Metzmacher2-0/+27
This allows the backend to handle linked attributes. metze
2011-02-02s3:groupdb: allow machine accounts as members.Stefan Metzmacher1-4/+4
metze
2011-02-02s3:winbindd: catch lookup_names/sids schannel errors over ncacn_ip_tcp (bug ↵Stefan Metzmacher1-0/+28
#7944) If winbindd connects to a domain controller it doesn't establish the lsa connection over ncacn_ip_tcp direct. This happens only on demand. If someone does a 'net rpc testjoin' and then a wbinfo -n DOMAIN\\administrator, we'll get DCERPC faults with ACCESS_DENIED/SEC_PKG_ERROR, because winbindd's in memory copy of the schannel session key is invalidated. This problem can also happen on other calls, but the lookup_names/sids calls on thet lsa ncacn_ip_tcp connection are the most important ones. The long term fix is to store the schannel client state in a tdb, but for now it's enough to catch the error and invalidate the all connections to the dc and reestablish the schannel session key. The fix for bug 7568 (commit be396411a4e1f3a174f8a44b6c062d834135e70a) made this worse, as it assumes winbindd's in memory session key is always the current one. metze
2011-02-02s3: Remove superfluous ;Günther Deschner13-18/+18
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104
2011-02-02s3: Fix a typoVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 2 14:58:52 CET 2011 on sn-devel-104
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_msrpc.c.Günther Deschner1-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
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_pam.c.Günther Deschner1-13/+37
Guenther
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_rpc.c.Günther Deschner1-58/+134
Guenther
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_samr.c.Günther Deschner1-43/+92
Guenther
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in invalidate_cm_connection.Günther Deschner1-3/+6
Guenther
2011-02-02s3-winbind: prefer dcerpc_samr_X functions in cm_connect_sam.Günther Deschner1-13/+35
Guenther
2011-02-02s3-winbind: use status variable name in cm_connect_sam.Günther Deschner1-33/+33
Guenther
2011-02-02s3-selftest: Enable RPC-EPMAPPER tests.Andreas Schneider1-1/+1
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 13:28:41 CET 2011 on sn-devel-104
2011-02-02s3-smbd: Disable the endpoint mapper by default.Andreas Schneider2-2/+30
2011-02-02s3-smbd: Added a function to setup rpc services.Andreas Schneider4-90/+411
Move the complete setup of the rpc service to its own file and use callbacks to register at the endpoint mapper.
2011-02-02s3-rpc_server: Only allow registering endpoints on priviledged pipes.Andreas Schneider1-4/+21
2011-02-02s3-librpc: Added dcerpc_binding_vector_create function.Andreas Schneider2-16/+107
2011-02-02s3-librpc: Added dcerpc register endpoint functions.Andreas Schneider3-0/+233
2011-02-02s3-epmapper: Commented unimplemented functions.Andreas Schneider1-4/+10
2011-02-02s3-epmapper: Improved the epm_Map function.Andreas Schneider1-44/+210
2011-02-02s3-epmapper: Implemented epm_Lookup.Andreas Schneider1-8/+327
2011-02-02s3-epmapper: Implemented epm_LookupHandleFree.Andreas Schneider1-5/+14
2011-02-02s3-epmapper: Added arg to match uuid in build_ep_list().Andreas Schneider1-1/+16
2011-02-02s3-epmapper: Added epm_Map function from Samba4.Andreas Schneider1-4/+77
2011-02-02s3-epmapper: Added epm_Delete function.Andreas Schneider1-7/+87
2011-02-02s3-epmapper: Added epm_Insert function.Andreas Schneider1-8/+234
2011-02-02s3-epmapper: Added a endpoint mapper skeleton.Andreas Schneider3-1/+131
2011-02-02s3:rpc_server/netlogon: add _netr_LogonSamLogon_check()Stefan Metzmacher1-14/+87
We need to check for invalid parameters before we check for access denied. metze
2011-02-02Based on a conversation with Volker, refactor some of the oplock code to ↵Jeremy Allison1-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
2011-02-02s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_list.Günther Deschner1-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
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_del_internals.Günther Deschner1-15/+58
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_add_internals.Günther Deschner1-11/+31
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_aliaslist_internals.Günther Deschner1-11/+17
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_fetch_domain_aliases.Günther Deschner1-17/+45
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_group_members_internals.Günther Deschner1-18/+37
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_list_alias_members.Günther Deschner1-8/+17
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_list_group_members.Günther Deschner1-13/+26
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_group_list_internals.Günther Deschner1-40/+91
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_del_aliasmem.Günther Deschner1-14/+34
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_del_groupmem.Günther Deschner1-17/+47
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_add_aliasmem.Günther Deschner1-15/+31
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_add_groupmem.Günther Deschner1-13/+40
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_group_delete_internals.Günther Deschner1-43/+117
Guenther
2011-02-01s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_flag_edit_internals.Günther Deschner1-7/+16
Guenther