Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | netlogon.idl: use 'ms_union' as specified in [MS-NRPC] | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-02-02 | netlogon.idl: add missing [default]; union arms | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2011-02-02 | s3:rpc_server/netlogon: add _netr_LogonSamLogon_check() | Stefan Metzmacher | 1 | -14/+87 | |
We need to check for invalid parameters before we check for access denied. metze | |||||
2011-02-02 | s4:rpc_server/netlogon: add dcesrv_netr_LogonSamLogon_check() | Stefan Metzmacher | 1 | -10/+83 | |
We need to check for invalid parameters before we check for access denied. metze | |||||
2011-02-02 | s4:rpc_server/netlogon: set *r->out.authoritative = 1 even on ↵ | Stefan Metzmacher | 1 | -2/+3 | |
INVALID_PARAMETER/INFO_CLASS metze | |||||
2011-02-02 | s4:rpc_server/netlogon: return INVALID_INFO_CLASS for invalid ↵ | Stefan Metzmacher | 1 | -1/+1 | |
netr_Validation levels metze | |||||
2011-02-02 | replace: Try to fix broken sys/capabilites.h on Linux. | Andreas Schneider | 3 | -1/+6 | |
As this is more or less a broken header we need to include linux/types.h before sys/capabilities.h to avoid redefinitions. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 11:57:04 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4/samba-tool: Add --sync-forced flag to 'drs replicate' command | Kamen Mazdrashki | 1 | -1/+4 | |
We are going to need this to trigger replication when inbound replication is disabled for a given DC Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Feb 2 09:03:22 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4-dsdb Add tests to ensure we don't break the rootDSE function levels again | Andrew Bartlett | 1 | -0/+33 | |
This both checks that the levels make sense, and they match what they should be based on in the DB. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 2 06:09:53 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s4-dsdb Fix generation of rootDSE domainControllerFunctionality | Andrew Bartlett | 1 | -1/+3 | |
The issue here is that when the samdb calls were removed, this call relied on going back to the top of the module stack, so as to re-enter the rootDSE search handler. It makes more sense to check the @ROOTDSE record directly, and therefore not to invoke the search() handler during the init. Andrew Bartlett | |||||
2011-02-02 | wintest Return debug info when dcpromo fails from the log | Andrew Bartlett | 1 | -1/+11 | |
2011-02-02 | s4-waf Don't install any Samba packages into PYTHONDIR | Andrew Bartlett | 3 | -4/+4 | |
This causes the parts of Samba installed into PYTHONARCHDIR to then be missed in mixed python/C module namespaces. Andrew Bartlett | |||||
2011-02-02 | s4-python Remove manipuation of python path from samba module | Andrew Bartlett | 1 | -2/+1 | |
This manipulation should be done by top level scripts, otherwise we won't find samba in the first place (and these can be munged correctly for the install). Andrew Bartlett | |||||
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 16 | -16/+16 | |
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | |||||
2011-02-02 | waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIR | Andrew Bartlett | 1 | -7/+23 | |
The old rule could only substitute one part of one line, but we need to add a second line to handle when PYTHONDIR and PYTHONARCHDIR do not match. This also avoids shelling out to sed with a regex, which was difficult to read. Andrew Bartlett | |||||
2011-02-02 | s4-python Remove unused missing.py (used by old build system) | Andrew Bartlett | 1 | -17/+0 | |
2011-02-02 | Remove unused installmisc.sh script, from old build system | Andrew Bartlett | 1 | -98/+0 | |
2011-02-02 | s4:heimdal: import lorikeet-heimdal-201101310455 (commit ↵ | Andrew Bartlett | 54 | -185/+192 | |
aa88eb1a05c4985cc23fb65fc1bad75bdce01c1f) | |||||
2011-02-02 | Based on a conversation with Volker, refactor some of the oplock code to ↵ | Jeremy Allison | 1 | -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-02 | s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_list. | Günther Deschner | 1 | -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-01 | s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_del_internals. | Günther Deschner | 1 | -15/+58 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_add_internals. | Günther Deschner | 1 | -11/+31 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_aliaslist_internals. | Günther Deschner | 1 | -11/+17 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_fetch_domain_aliases. | Günther Deschner | 1 | -17/+45 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_group_members_internals. | Günther Deschner | 1 | -18/+37 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_list_alias_members. | Günther Deschner | 1 | -8/+17 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_list_group_members. | Günther Deschner | 1 | -13/+26 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_group_list_internals. | Günther Deschner | 1 | -40/+91 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_del_aliasmem. | Günther Deschner | 1 | -14/+34 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_del_groupmem. | Günther Deschner | 1 | -17/+47 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_add_aliasmem. | Günther Deschner | 1 | -15/+31 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_add_groupmem. | Günther Deschner | 1 | -13/+40 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_group_delete_internals. | Günther Deschner | 1 | -43/+117 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_flag_edit_internals. | Günther Deschner | 1 | -7/+16 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_str_edit_internals. | Günther Deschner | 1 | -6/+17 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_sh_user_show_internals. | Günther Deschner | 1 | -3/+8 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_sh_handle_user. | Günther Deschner | 1 | -17/+33 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in rpc_info_internals. | Günther Deschner | 1 | -9/+30 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in net_rpc_sh_acct.c. | Günther Deschner | 1 | -25/+57 | |
Guenther | |||||
2011-02-01 | s3-waf: fix the build after linux netlink changes. | Günther Deschner | 2 | -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 | |||||
2011-02-01 | s3: Fix bug 7940 -- fall back for utimes calls | Volker Lendecke | 1 | -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 | |||||
2011-02-01 | Added SSL global catalog | William Brown | 1 | -3/+18 | |
Reviewed-by: Andrew Bartlett Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Feb 1 20:05:39 CET 2011 on sn-devel-104 | |||||
2011-02-01 | s3:rpcclient/cmd_samr: remove useless ';' | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 1 19:19:24 CET 2011 on sn-devel-104 | |||||
2011-02-01 | s3:libnet/libnet_samsync_display: fix netr_DELTA_* display | Stefan Metzmacher | 1 | -9/+12 | |
metze | |||||
2011-02-01 | s3:rpcclient/cmd_netlogon: fix netr_DELTA_* display | Stefan Metzmacher | 1 | -11/+14 | |
metze | |||||
2011-02-01 | pidl:Samba4/NDR/Parser: fix ndr_pull/ndr_push mismatch | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-02-01 | s3: Fix the build on sles8 | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 1 18:34:33 CET 2011 on sn-devel-104 | |||||
2011-02-01 | s3-net: add net_scan_dc non-ad variant. | Günther Deschner | 1 | -1/+67 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 17:48:40 CET 2011 on sn-devel-104 | |||||
2011-02-01 | s3-lanman: prefer dcerpc_samr_X functions. | Günther Deschner | 1 | -83/+237 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 16:45:10 CET 2011 on sn-devel-104 | |||||
2011-02-01 | s3-rpcclient: prefer dcerpc_samr_X functions. | Günther Deschner | 1 | -500/+880 | |
Guenther |