summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-01s3: test addrchangeVolker Lendecke4-0/+96
2011-02-01s3: Add support for AF_NETLINK addr notificationsVolker Lendecke4-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.
2011-02-01s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/user.c.Günther Deschner1-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
2011-02-01s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/samr.c.Günther Deschner1-14/+48
Guenther
2011-02-01s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/localgroup.c.Günther Deschner1-50/+151
Guenther
2011-02-01s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/group.c.Günther Deschner1-120/+367
Guenther
2011-02-01pidl:Samba4/NDR/Parser: add support for 'ms_union' style aligmentStefan Metzmacher1-2/+12
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 1 12:13:45 CET 2011 on sn-devel-104
2011-02-01pidl:Samba4/NDR/Parser: only do the switch type alignment when we have a ↵Stefan Metzmacher1-7/+8
switch type This doesn't change the logic, it just doesn't call the same aligment function twice. metze
2011-02-01pidl:NDR: add support for 'ms_union' property.Stefan Metzmacher2-46/+54
metze
2011-02-01midltests: add invalid/midltests_pipe_struct_union_01.idlStefan Metzmacher2-0/+296
pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze
2011-02-01Ensure we send the direct levelII oplock break to the correct fid.Pavel Shilovsky1-1/+10
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Feb 1 00:39:56 CET 2011 on sn-devel-104
2011-01-31Add knownfail for s4 for the new oplock test.Jeremy Allison1-0/+1
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Jan 31 22:55:00 CET 2011 on sn-devel-104
2011-01-31smbtorture4 test for bug #7928 - Samba problems with kernel oplocks option ↵Pavel Shilovsky1-0/+95
set to "no"
2011-01-31Fix bug #7928 - Samba problems with kernel oplocks option set to "no"Pavel Shilovsky2-8/+32
We should not grant levelII oplocks on a file with existing byte range locks.
2011-01-31midltests: add todo/midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher1-0/+296
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 31 19:45:41 CET 2011 on sn-devel-104
2011-01-31midltests: test encapsulated unions with 'ms_union'Stefan Metzmacher2-0/+228
metze
2011-01-31midltests: test encapsulated unions without 'ms_union'Stefan Metzmacher2-0/+227
metze
2011-01-31midltests: add examples of toplevel vs. embedded unions with mixed 'ms_union'Stefan Metzmacher2-0/+230
metze
2011-01-31midltests: add examples of toplevel vs. embedded unions with global 'ms_union'Stefan Metzmacher2-0/+231
metze
2011-01-31midltests: add examples of toplevel vs. embedded unions without 'ms_union'Stefan Metzmacher2-0/+230
metze
2011-01-31midltests: more union alignment example with ms_unionStefan Metzmacher2-0/+203
metze
2011-01-31midltests: more union alignment example without ms_unionStefan Metzmacher2-0/+202
metze
2011-01-31midltests: union alignment with enum as switch_type and 'ms_union'Stefan Metzmacher2-0/+200
metze
2011-01-31midltests: union alignment with enum as switch_typeStefan Metzmacher2-0/+199
metze
2011-01-31midltests: unions with enum vs. longStefan Metzmacher2-0/+199
metze
2011-01-31midltests: 'ms_unions' with enum vs. longStefan Metzmacher2-0/+200
metze
2011-01-31midltests: explore 'ms_union' option.Stefan Metzmacher2-0/+198
metze
2011-01-31s3:lib/events: use DLIST_DEMOTE() for fd eventsStefan Metzmacher1-0/+1
This makes sure that fd events doesn't dry out, because a fd with a lower number is busy. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 31 16:59:44 CET 2011 on sn-devel-104
2011-01-31s3:smbd: let smbd_server_connection_loop_once() check for select errorsStefan Metzmacher1-0/+4
metze
2011-01-31s3:lib/events: don't loop over fd events is select gave -1Stefan Metzmacher1-1/+1
metze
2011-01-31Revert "s3: Fix starving the echo responder"Stefan Metzmacher1-17/+0
This reverts commit d5cf6482ed0cd9a11448ca04944b2e01200a7c89. I'll add a more generic fix for this problem. metze
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ↵Stefan Metzmacher5-40/+35
main loop" This reverts commit 455fccf86b6544cd17a2571c63a88f8aebff3f74. I'll add a more generic fix for this problem. metze
2011-01-31s4-smbtorture: add samr_changepassworduser3 ndr torture tests.Günther Deschner2-3/+110
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104
2011-01-31s4-smbtorture: make it more obvious this are w2k dumps in netlogon ndr test.Günther Deschner1-8/+8
Guenther
2011-01-31s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner2-1/+10
Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
2011-01-31nsswitch: libwbclient has vnum 1 now.Günther Deschner1-1/+1
Michael, please check. Guenther
2011-01-31s3-waf: these libs are not private libs.Günther Deschner1-3/+3
Guenther
2011-01-30s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4Matthias Dieter Wallnöfer1-0/+11
This patch has been commited by request of Jelmer. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Jan 30 19:07:57 CET 2011 on sn-devel-104
2011-01-30librpc/rpc: add dcerpc_fault_to_nt_status() mapping from ↵Stefan Metzmacher1-0/+2
DCERPC_FAULT_SEC_PKG_ERROR metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 30 18:24:04 CET 2011 on sn-devel-104
2011-01-30dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERRORStefan Metzmacher1-0/+1
metze
2011-01-30s4:libcli/util: display NT_STATUS_RPC_SEC_PKG_ERROR in error stringsStefan Metzmacher1-0/+1
metze
2011-01-30s3:libsmb: display NT_STATUS_RPC_SEC_PKG_ERROR in error stringsStefan Metzmacher1-0/+1
metze
2011-01-30libcli/util: add NT_STATUS_RPC_SEC_PKG_ERROR defineStefan Metzmacher1-0/+1
metze
2011-01-30s3:net registry: ignore WERR_BADFILE when --force is given in ↵Michael Adam1-1/+3
deletekey[_recursive] Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Jan 30 14:53:13 CET 2011 on sn-devel-104
2011-01-30s3:registry: in deletekey_recursive, fix return code upon error.Michael Adam1-3/+10
correctly keep the werr from inside the transaction when the opearation inside the transaction fails. What is the correct behaviour if the cancel operation fails?
2011-01-30s3:net registry: fix a debug message.Michael Adam1-1/+1
2011-01-30s3:net registry: fix a debug message.Michael Adam1-1/+1
2011-01-30s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke3-2/+18
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
2011-01-29s3: Make _lp_maxprotocol staticVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 29 16:07:28 CET 2011 on sn-devel-104
2011-01-29s3: Remove an unneeded checkVolker Lendecke1-1/+1
In many other places we already assume that if asprintf returns !=-1 then the result is allocated. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 29 15:00:09 CET 2011 on sn-devel-104