Age | Commit message (Collapse) | Author | Files | Lines |
|
Jeremy, to run this against Samba3 at all you need to insert a "goto line 957"
in line 548. Without this we fail some tests before # 16 and bail out.
While looking at it, you wanted to fix the directory-based ones a while
ago.... :-))
Volker
(This used to be commit 45cd224102f21364c4f6ca056417f956f21eb02e)
|
|
you don't ask for.
with this patch the epoll mode behaves like the select mode
metze
(This used to be commit f26c28a3ae7951657cc304659f3d19c16f462dd8)
|
|
system,
and report errors as read events
metze
(This used to be commit 5bbd54e96c75af765f827238d6c80101613ae64f)
|
|
(This used to be commit aaa21b7132ec81008ad2ec7b2aafc4604d13093d)
|
|
(This used to be commit 9fab4ab2724d8276765cb42f5e8e177c4ef1ca20)
|
|
let our code make it explicit, to make it clear
metze
(This used to be commit cf733e2684ab0d43d83b1ab5c9d178d895f768a1)
|
|
for the case where, epoll isn't available at compile time
- only pass the private std_event_context, to the local function,
to get rid of the talloc_get_type() calls
- use the private pointer to std_event_context_init() to decide if we want to
disable epoll at runtime
metze
(This used to be commit de322ea8b761df5434e60879b7eae3796ea68007)
|
|
the events backend can store private flags
- add function to access the gtk event loop ops struct
metze
(This used to be commit a5cc0758a393f36a770cdd57e317214d03934c13)
|
|
- allow for arbitrary access masks in sddl_encode_ace()
(This used to be commit 5e2b1bd6afafe2eb96e98c4636e0a62235693183)
|
|
(This used to be commit a0662ae9d3f719d2db193490361923095bd4d419)
|
|
couple of days ago. Doesn't yet encode using the shorthand for well
known SIDs.
(This used to be commit 655a4ebe8e0ee18133103bfba0ca6d14cbf81d56)
|
|
ethereal idl
(This used to be commit 5ce6a62f2e8fd27e50bcbdcf13d34c60e70c9923)
|
|
Completely untested, it's a bit difficult without having vista
around (yet), so - Andrew, please test it and let me know what's
wrong.
rafal
(This used to be commit b9e7522bd4b626402c51a69695bea0928f5baef7)
|
|
metze
(This used to be commit 8d40b2f4d05615e77c3037726ca890aafde9c722)
|
|
metze
(This used to be commit d8902e3513e518827f827dbf4bf3e0f17da2a95c)
|
|
metze
(This used to be commit a7baf165c10c00096265b790d5362905c527806a)
|
|
so that I can remove all the other versions of it
metze
(This used to be commit 82de98b8e9f3030449225634935a71a3dd7e117c)
|
|
metze
(This used to be commit 62c4ae8dde918d8393a3b181a5cac1be1e57e158)
|
|
metze
(This used to be commit 1dd5bb60a5047b94034eb084473bb8f4a9926e7c)
|
|
metze
(This used to be commit 2ea8e61f2383c1d375c852bb0a44aac5a5af2d96)
|
|
metze
(This used to be commit 2fe8a643d3d01e669d40f714d58502b00e2446c5)
|
|
instead make the normal composite_done() and composite_error()
functions automatically trigger a delayed callback if the caller has
had no opportunity to setup a async callback
this removes one of the common mistakes in writing a composite function
(This used to be commit f9413ce792ded682e05134b66d433eeec293e6f1)
|
|
metze
(This used to be commit 99cf7dbb177f92df40301ed8faeeb93e89452922)
|
|
- smb2_logoff() acts on the smb2_session
metze
(This used to be commit ae1ca2bb4affefff1026c03f0765faf28c2b316b)
|
|
when the client sends UID = 0, otherwise we return
NT_STATUS_USER_SESSION_DELETED
metze
(This used to be commit 15973be48e3da0a49130911b9d3f192338c23783)
|
|
rafal
(This used to be commit 13d7b8fa43fe7ae74d511820c4d28f5caf44f006)
|
|
This is one of the last places using the latter function.
rafal
(This used to be commit c95d30d38c4969c070766d320ed52e332e131195)
|
|
rafal
(This used to be commit 4a12711c310f3dc228ea7be539703fc3fc77444a)
|
|
metze
(This used to be commit 4d527ac005086c2db954578b4126ca128e436e01)
|
|
metze
(This used to be commit dc664df873c208c57752e8288a82cef77bc61338)
|
|
metze
(This used to be commit 40b301c6bdb329ad347ac8a474be85dcbc671518)
|
|
- implement smb2srv_tdis()
metze
(This used to be commit cb9ddf7997731a4ad21f274fcb2e713614b382ef)
|
|
metze
(This used to be commit 1506be37db16e24c3694278739fc3e52719d0d8b)
|
|
- implement keepalive and logoff
metze
(This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
|
|
(get rid of the compiler warnings)
metze
(This used to be commit 436c5127ef7baec22377d2f1d129702597486575)
|
|
that allocated the composite_context
metze
(This used to be commit 998a7f8572bb90b5d478f03f09fba9867a6d8bfa)
|
|
out how and when to use composite_error() and composite_trigger_error().
Spotted by Metze.
rafal
(This used to be commit 218db3ebc06f2d3e906f23a36bad088861b8e720)
|
|
and move migrated (async) code to a new file.
rafal
(This used to be commit 79b231bc534e10149d86a2c647a27c27ce524949)
|
|
It's going to contain async functions and ncacn_np is the
first.
rafal
(This used to be commit 3fe2df5fe3165972536c937620d770e763b0d5bb)
|
|
samba-technical on why this should stay as a simple null terminated
string (basically to make hand-written parsers easier)
(This used to be commit 0f1de4b1db7f0035e2b31f967d86de9306558968)
|
|
Samba4 and ethereal IDL into line, so ethereal doesn't lose any
existing strucutres when switching to idl
(This used to be commit afccf73ecf6cf85e72c04e28724096aa6da96a80)
|
|
(This used to be commit 040d798a88ad6e6d56179de2b9036e3d0c36afc8)
|
|
(This used to be commit 5c81986bff06efeacf95d3d64254d566181c30bb)
|
|
rafal
(This used to be commit 7aa40e3a3ff7a655c5ed8ee67c55af92193815f1)
|
|
metze
(This used to be commit 82fa27da0725b1d84688e26ca189b445c4a08f4e)
|
|
NBT-WINSREPLICATION
test
metze
(This used to be commit 224dab45ab8de9fd4288c473b141541614cde422)
|
|
up what address the client has used, as the socket is maybe bound to '0.0.0.0'
metze
(This used to be commit 81d322f91aa7097a51c13648211a0556b0424fa4)
|
|
and don't assume out_len is >= sizeof(*in_addr)
metze
(This used to be commit 61dbe9e5070085117b12b5b37cf0e7fe4342e2a3)
|
|
metze
(This used to be commit 47ce4286dec3df9eb22ac2efde18af807ecf9cfa)
|
|
- implement late release demands
we now pass the full NBT-WINSREPLICATION torture test
but only with non-socket_wrapper mode
metze
(This used to be commit bd78c97cfff7e2d3a053e4bb4d6459afad5fba5c)
|