index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r4695: Leave less memory handing around on long-term TALLOC_CTX.
Andrew Bartlett
2007-10-10
1
-19
/
+29
*
r4694: 'fix' the behaviour for setting only the old, but not the new secret.
Andrew Bartlett
2007-10-10
1
-3
/
+43
*
r4690: - add support for async rpc server replies
Stefan Metzmacher
2007-10-10
4
-108
/
+235
*
r4682: A LDB-based secrets implementation in Samba4.
Andrew Bartlett
2007-10-10
1
-17
/
+466
*
r4680: Make more efficient use of memory in SAMR:
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r4663: fixed SPNEGO auth in the rpc server
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r4650: - make more use of bitmap and enum's
Stefan Metzmacher
2007-10-10
2
-2
/
+3
*
r4648: fix netr_ServerPasswordSet() bugs
Stefan Metzmacher
2007-10-10
1
-22
/
+18
*
r4647: - use talloc_zero() instead of ZERO_STRUCTP()
Stefan Metzmacher
2007-10-10
1
-23
/
+20
*
r4642: added support for alter_context in the server for adding new interface...
Andrew Tridgell
2007-10-10
2
-6
/
+80
*
r4641: Push a few more details into the schannel ldb, and into the
Andrew Bartlett
2007-10-10
2
-47
/
+37
*
r4640: first stage in the server side support for multiple context_ids on one...
Andrew Tridgell
2007-10-10
13
-251
/
+211
*
r4639: initialize all struct members!
Stefan Metzmacher
2007-10-10
1
-8
/
+7
*
r4620: - add interface functions to the auth subsystem so that callers doesn'...
Stefan Metzmacher
2007-10-10
3
-52
/
+44
*
r4618: - tidied up the alter_context client code a bit
Andrew Tridgell
2007-10-10
1
-13
/
+13
*
r4616: the first phase in the addition of proper support for
Andrew Tridgell
2007-10-10
1
-6
/
+7
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r4558: more use of bitmaps and enums
Stefan Metzmacher
2007-10-10
2
-4
/
+9
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
2
-3
/
+2
*
r4520: added a enum test function to the echo pipe
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r4508: - simplify the code and allocate only in one place
Stefan Metzmacher
2007-10-10
1
-15
/
+4
*
r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.
Andrew Bartlett
2007-10-10
2
-57
/
+96
*
r4490: when implementing one rpc server call in terms of another call, you
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r4487: fixed the use of ldb_msg_add_*() in the samr password backend
Andrew Tridgell
2007-10-10
1
-18
/
+28
*
r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SE...
Stefan Metzmacher
2007-10-10
1
-2
/
+0
*
r4484: - use the nTMixedDomain attribute to check if our domain is mixed mode...
Stefan Metzmacher
2007-10-10
1
-5
/
+9
*
r4483: - rename same structs, enums and uninons of the dssetup pipe
Stefan Metzmacher
2007-10-10
1
-72
/
+137
*
r4475: fixed smbd to work with the small changes in the ldb API (the most imp...
Andrew Tridgell
2007-10-10
3
-121
/
+176
*
r4461: finished the remaining information levels in the DSSETUP pipe. The pip...
Andrew Tridgell
2007-10-10
1
-20
/
+38
*
r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root users
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r4453: use lp_server_role(), which currently returns 3, for the dssetup
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4452: the beginnings of a dssetup rpc server.
Andrew Tridgell
2007-10-10
2
-0
/
+191
*
r4447: implement server side of lsa_LookupSids3() and lsa_LookupNames3()
Andrew Tridgell
2007-10-10
1
-42
/
+138
*
r4440: - add a start of srvsvc_NetShareCheck() server code
Stefan Metzmacher
2007-10-10
2
-17
/
+83
*
r4433: added the boilerplate for the new w2k3 LSA functions in preparation
Andrew Tridgell
2007-10-10
1
-0
/
+220
*
r4432: - add srvsvc_NetShareInfo level 1006 and 1501 idl
Stefan Metzmacher
2007-10-10
2
-277
/
+555
*
r4426: fix same names
Stefan Metzmacher
2007-10-10
1
-13
/
+13
*
r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY...
Stefan Metzmacher
2007-10-10
3
-92
/
+158
*
r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does.
Volker Lendecke
2007-10-10
1
-0
/
+16
*
r4416: [in,out] variables do have an r->out component...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete...
Volker Lendecke
2007-10-10
1
-1
/
+58
*
r4414: Various bits&pieces:
Volker Lendecke
2007-10-10
2
-58
/
+117
*
r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes...
Volker Lendecke
2007-10-10
1
-2
/
+143
*
r4394: Use 'raw' protocol towers in the lists in the endpoint rather then
Jelmer Vernooij
2007-10-10
1
-29
/
+22
*
r4393: Trivial bugfix for a silly bug
Volker Lendecke
2007-10-10
1
-3
/
+5
*
r4381: Add my copyright
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r4380: Implement samr_QueryDisplayInfo. This probably needs some polishing (D...
Volker Lendecke
2007-10-10
1
-1
/
+195
*
r4378: Implement samr_EnumDomainGroups and samr_EnumDomainAliases.
Volker Lendecke
2007-10-10
1
-12
/
+195
*
r4376: Implement samr_AddAliasMember, samr_DeleteAliasMember and
Volker Lendecke
2007-10-10
1
-5
/
+206
[prev]
[next]