index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5221: replace the str_list_*() code with new code based on talloc(). This is
Andrew Tridgell
1
-4
/
+4
2007-10-10
r5209: Fix the endpoint mapper to work with IPX endpoints (which
Jelmer Vernooij
1
-7
/
+10
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
3
-3
/
+3
2007-10-10
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
3
-11
/
+10
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
4
-222
/
+173
2007-10-10
r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5080: patch from ronnie to make our samr IDL a little more consistent
Andrew Tridgell
1
-12
/
+12
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
21
-179
/
+179
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
2
-3
/
+3
2007-10-10
r4945: the te element isn't needed any more
Andrew Tridgell
1
-5
/
+1
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
1
-9
/
+1
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-2
/
+0
2007-10-10
r4745: remove the distinguishedName attribute adds from samr. See the
Andrew Tridgell
1
-5
/
+0
2007-10-10
r4728: split up server_services into:
Stefan Metzmacher
2
-80
/
+55
2007-10-10
r4715: alwys add the distinguishedName attribute
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r4713: Add initial support for QueryTrustedDomainInfo on LSA.
Andrew Bartlett
1
-6
/
+47
2007-10-10
r4712: slight tidy up in alter_context server
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4707: w2k3 don't restict passwords on
Stefan Metzmacher
2
-10
/
+21
2007-10-10
r4703: Add support for EnumTrustDomain, and expand the testsuite.
Andrew Bartlett
2
-5
/
+82
2007-10-10
r4702: implment idl, torture test and server code for netr_ServerPasswordSet2()
Stefan Metzmacher
1
-5
/
+108
2007-10-10
r4698: - Initial implementation of trusted domains in LSA.
Andrew Bartlett
2
-181
/
+381
2007-10-10
r4695: Leave less memory handing around on long-term TALLOC_CTX.
Andrew Bartlett
1
-19
/
+29
2007-10-10
r4694: 'fix' the behaviour for setting only the old, but not the new secret.
Andrew Bartlett
1
-3
/
+43
2007-10-10
r4690: - add support for async rpc server replies
Stefan Metzmacher
4
-108
/
+235
2007-10-10
r4682: A LDB-based secrets implementation in Samba4.
Andrew Bartlett
1
-17
/
+466
2007-10-10
r4680: Make more efficient use of memory in SAMR:
Andrew Bartlett
1
-2
/
+2
2007-10-10
r4663: fixed SPNEGO auth in the rpc server
Andrew Tridgell
1
-3
/
+4
2007-10-10
r4650: - make more use of bitmap and enum's
Stefan Metzmacher
2
-2
/
+3
2007-10-10
r4648: fix netr_ServerPasswordSet() bugs
Stefan Metzmacher
1
-22
/
+18
2007-10-10
r4647: - use talloc_zero() instead of ZERO_STRUCTP()
Stefan Metzmacher
1
-23
/
+20
2007-10-10
r4642: added support for alter_context in the server for adding new interface...
Andrew Tridgell
2
-6
/
+80
2007-10-10
r4641: Push a few more details into the schannel ldb, and into the
Andrew Bartlett
2
-47
/
+37
2007-10-10
r4640: first stage in the server side support for multiple context_ids on one...
Andrew Tridgell
13
-251
/
+211
2007-10-10
r4639: initialize all struct members!
Stefan Metzmacher
1
-8
/
+7
2007-10-10
r4620: - add interface functions to the auth subsystem so that callers doesn'...
Stefan Metzmacher
3
-52
/
+44
2007-10-10
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
1
-13
/
+13
2007-10-10
r4616: the first phase in the addition of proper support for
Andrew Tridgell
1
-6
/
+7
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+4
2007-10-10
r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4558: more use of bitmaps and enums
Stefan Metzmacher
2
-4
/
+9
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2
-3
/
+2
2007-10-10
r4520: added a enum test function to the echo pipe
Andrew Tridgell
1
-0
/
+6
2007-10-10
r4508: - simplify the code and allocate only in one place
Stefan Metzmacher
1
-15
/
+4
2007-10-10
r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.
Andrew Bartlett
2
-57
/
+96
2007-10-10
r4490: when implementing one rpc server call in terms of another call, you
Andrew Tridgell
1
-1
/
+3
2007-10-10
r4487: fixed the use of ldb_msg_add_*() in the samr password backend
Andrew Tridgell
1
-18
/
+28
2007-10-10
r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SE...
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r4484: - use the nTMixedDomain attribute to check if our domain is mixed mode...
Stefan Metzmacher
1
-5
/
+9
[next]