summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4-waf Don't install any Samba packages into PYTHONDIRAndrew Bartlett2011-02-023-4/+4
| | | | | | | This causes the parts of Samba installed into PYTHONARCHDIR to then be missed in mixed python/C module namespaces. Andrew Bartlett
* s4-python Remove manipuation of python path from samba moduleAndrew Bartlett2011-02-021-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
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-0216-16/+16
| | | | | | | This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett
* waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett2011-02-021-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
* s4-python Remove unused missing.py (used by old build system)Andrew Bartlett2011-02-021-17/+0
|
* Remove unused installmisc.sh script, from old build systemAndrew Bartlett2011-02-021-98/+0
|
* s4:heimdal: import lorikeet-heimdal-201101310455 (commit ↵Andrew Bartlett2011-02-0254-185/+192
| | | | aa88eb1a05c4985cc23fb65fc1bad75bdce01c1f)
* 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
* Added SSL global catalogWilliam Brown2011-02-011-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
* 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
* pidl:Samba4/NDR/Parser: fix ndr_pull/ndr_push mismatchStefan Metzmacher2011-02-011-1/+1
| | | | 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
* s3-net: add net_scan_dc non-ad variant.Günther Deschner2011-02-011-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
* s3-lanman: prefer dcerpc_samr_X functions.Günther Deschner2011-02-011-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
* s3-rpcclient: prefer dcerpc_samr_X functions.Günther Deschner2011-02-011-500/+880
| | | | Guenther
* s3-libnet: prefer dcerpc_samr_X functions.Günther Deschner2011-02-011-45/+141
| | | | Guenther
* s3: Send a dropped_ip message if we lose an IPVolker Lendecke2011-02-011-0/+85
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 1 15:59:17 CET 2011 on sn-devel-104
* s3: test addrchangeVolker Lendecke2011-02-014-0/+96
|
* s3: Add support for AF_NETLINK addr notificationsVolker Lendecke2011-02-014-0/+326
| | | | | | | | | | | | | | Via an AF_NETLINK socket, the Linux kernel can inform us when IP addresses are added or dropped. This will first be used in winbind, it was triggered by clustering with ctdb. When winbind is connected to a domain controller and ctdb decides to move away the IP address that winbind used locally for the connection to the DC, the next request will run into a timeout. winbind sends out its request, but the response will never arrive: The IP is gone. It will also be interesting for more reliable online/offline detection, but this is something for future winbind refactoring.
* s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/user.c.Günther Deschner2011-02-011-130/+377
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 1 13:41:42 CET 2011 on sn-devel-104
* s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/samr.c.Günther Deschner2011-02-011-14/+48
| | | | Guenther
* s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/localgroup.c.Günther Deschner2011-02-011-50/+151
| | | | Guenther
* s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/group.c.Günther Deschner2011-02-011-120/+367
| | | | Guenther
* pidl:Samba4/NDR/Parser: add support for 'ms_union' style aligmentStefan Metzmacher2011-02-011-2/+12
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 1 12:13:45 CET 2011 on sn-devel-104
* pidl:Samba4/NDR/Parser: only do the switch type alignment when we have a ↵Stefan Metzmacher2011-02-011-7/+8
| | | | | | | | | switch type This doesn't change the logic, it just doesn't call the same aligment function twice. metze
* pidl:NDR: add support for 'ms_union' property.Stefan Metzmacher2011-02-012-46/+54
| | | | metze