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
/
drsuapi
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-12
s4-drs: return objects with uSN > highest_usn
Andrew Tridgell
1
-2
/
+6
2009-09-12
s4-drs: spelling fix, and simpler search expression
Andrew Tridgell
1
-2
/
+2
2009-09-12
s4-drs: fixed the cursor generation to always be filled in
Andrew Tridgell
1
-102
/
+152
2009-09-12
s4-repl: use common functions to simplify updaterefs.c
Andrew Tridgell
1
-108
/
+4
2009-09-12
Fix up-to-dateness vector creation.
Anatoliy Atanasov
1
-15
/
+76
2009-09-11
s4-drs: fixed the ldap SPN in AddEntry
Andrew Tridgell
1
-1
/
+1
2009-09-11
s4-idl: added the IDL for the DsReplica* calls
Andrew Tridgell
1
-9
/
+9
2009-09-11
s4-drs: actually call the new drsuapi_add_SPNs() code
Andrew Tridgell
1
-2
/
+2
2009-09-11
s4-drs: add the magic DRS SPNs on AddEntry
Andrew Tridgell
1
-4
/
+120
2009-09-11
s4/drs: parentGUID needs to be specififcally asked for
Andrew Tridgell
1
-1
/
+2
2009-09-10
s4/drs: enable attribute encryption
Andrew Tridgell
1
-6
/
+41
2009-09-10
s4/drs: changed the UpdateRefs server to use the dn instead of the GUID
Andrew Tridgell
1
-27
/
+18
2009-09-10
s4/drs: correctly fill in the GUID of DRS objects
Andrew Tridgell
1
-1
/
+1
2009-09-10
s4: fix spelling
Andrew Tridgell
1
-1
/
+1
2009-09-10
s4/drs: when we don't find an attribute use zero values
Andrew Tridgell
1
-19
/
+10
2009-09-09
s4:drs match the meta_data and attributes array
Andrew Tridgell
1
-16
/
+46
2009-09-09
s4/drs: broke out the core of the getncchanges code
Andrew Tridgell
1
-81
/
+96
2009-09-09
s4:drs level_out is a pointer
Andrew Tridgell
1
-1
/
+1
2009-09-09
s4:drs split addentry and getncchanges into separate files
Andrew Tridgell
6
-292
/
+373
2009-09-09
s4/repl: implement DsReplicaSync
Andrew Tridgell
1
-5
/
+26
2009-09-09
s4: fixed format of repsTo in samdb
Andrew Tridgell
1
-52
/
+70
2009-09-08
s3:drsuapi: add a simple DsRemoveDSServer() implementation
Stefan Metzmacher
1
-1
/
+42
2009-09-08
s4:drsuapi: add an incomplete DsAddEntry implementation
Stefan Metzmacher
1
-2
/
+37
2009-09-08
s4: implemented server side of DSUpdateRefs call
Andrew Tridgell
4
-10
/
+337
2009-09-08
Fill the meta data vector in the responce struct.
Anatoliy Atanasov
1
-4
/
+32
2009-09-03
First attempt to implement dcesrv_drsuapi_DsGetNCChanges
Anatoliy Atanasov
1
-1
/
+204
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-2
/
+2
2008-10-18
s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.
Günther Deschner
1
-8
/
+10
2008-10-18
s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.
Günther Deschner
1
-5
/
+7
2008-10-18
s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.
Günther Deschner
1
-5
/
+8
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-9
/
+9
2008-07-22
Change occurrences of the u1 member of DsBindInfo* to pid after idl change.
Michael Adam
1
-6
/
+9
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just
Andrew Bartlett
1
-1
/
+1
2007-12-21
r25940: Rework the samldb and templates handling.
Andrew Bartlett
1
-6
/
+10
2007-10-10
r25553: Convert to standard bool type.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing
Andrew Bartlett
1
-3
/
+3
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2
-6
/
+4
2007-10-10
r23239: Fill in drsuapi_QuerySitesByCost.
Günther Deschner
1
-3
/
+3
2007-10-10
r22477: When an invaild base is specified to ldb_search, it should return
Andrew Bartlett
1
-20
/
+27
2007-10-10
r21512: finish DsBind() in the DRSUAPI server:
Stefan Metzmacher
2
-14
/
+140
2007-10-10
r21356: we have a function to get the sites dn
Stefan Metzmacher
1
-5
/
+1
2007-10-10
r20850: Prefix all server calls with dcesrv_
Jelmer Vernooij
1
-27
/
+27
2007-10-10
r20514: implement idl for DsGetNT4ChangeLog() which transferres the meta data
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r20374: It's still 2006 (just...). Add copyright.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because as
Andrew Bartlett
1
-28
/
+2
[next]