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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-26
s3-waf: remove RPC_CLIENT_SRC1.
Günther Deschner
1
-3
/
+1
2010-08-26
s3-build: use LIBMSRPC_OBJ instead of single files.
Günther Deschner
1
-11
/
+4
2010-08-26
s3-waf: use LIBMSRPC_SRC instead of single files.
Günther Deschner
1
-3
/
+3
2010-08-26
s3-waf: only link in samr util code where needed.
Günther Deschner
1
-1
/
+1
2010-08-26
s3-build: only link in samr util code where needed.
Günther Deschner
1
-6
/
+10
2010-08-26
s3-build: remove RPC_PARSE_OBJ.
Günther Deschner
1
-26
/
+30
2010-08-26
s3-waf: remove RPC_PARSE_SRC.
Günther Deschner
1
-11
/
+13
2010-08-26
s3-build: only link in epmapper client code where needed.
Günther Deschner
1
-5
/
+4
2010-08-26
s3-waf: only link in epmapper client code where needed.
Günther Deschner
1
-5
/
+5
2010-08-26
s3-build: only link in netlogon client code where needed.
Günther Deschner
1
-6
/
+12
2010-08-26
s3-waf: only link in netlogon client code where needed.
Günther Deschner
1
-5
/
+9
2010-08-26
s3: separate out cli schannel functions that depend on cli_netlogon.
Günther Deschner
4
-204
/
+241
2010-08-25
s3-build: only link in samr client code where needed.
Günther Deschner
1
-10
/
+19
2010-08-25
s3-waf: only link in samr client code where needed.
Günther Deschner
1
-5
/
+11
2010-08-25
s3-build: only link in lsa client code where needed.
Günther Deschner
1
-12
/
+22
2010-08-25
s3-waf: only link in lsa client code where needed.
Günther Deschner
1
-4
/
+10
2010-08-25
s3-build: only link in srvsvc client code where needed.
Günther Deschner
1
-9
/
+17
2010-08-25
s3-waf: only link in srvsvc client code where needed.
Günther Deschner
1
-3
/
+7
2010-08-25
s3-build: only link in wkssvc client code where needed.
Günther Deschner
1
-5
/
+9
2010-08-25
s3-waf: only link in wkssvc client code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in svcctl client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-waf: only link in svcctl client code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in dssetup client code where needed.
Günther Deschner
1
-5
/
+9
2010-08-25
s3-waf: only link in dssetup client code where needed.
Günther Deschner
1
-3
/
+6
2010-08-25
s3-build: only link in initshutdown client code where needed.
Günther Deschner
1
-4
/
+7
2010-08-25
s3-waf: only link in initshutdown client code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in echo client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-waf: only link in eventlog echo code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in dfs client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-waf: only link in dfs client code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in drsuapi client code where needed.
Günther Deschner
1
-5
/
+8
2010-08-25
s3-waf: only link in drsuapi client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-build: only link in ntsvcs client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-waf: only link in ntsvcs client code where needed.
Günther Deschner
1
-2
/
+4
2010-08-25
s3-build: only link in winreg client code where needed.
Günther Deschner
1
-5
/
+7
2010-08-25
s3-waf: only link in winreg client code where needed.
Günther Deschner
1
-2
/
+5
2010-08-25
s3-build: only link in eventlog client code where needed.
Günther Deschner
1
-3
/
+5
2010-08-25
s3-build: only link in spoolss client code where needed.
Günther Deschner
2
-10
/
+16
2010-08-25
s3-waf: only link in spoolss client code where needed.
Günther Deschner
1
-5
/
+8
2010-08-25
s3-lsa: separate out init_lsa headers.
Günther Deschner
21
-7
/
+25
2010-08-25
s4-pynet: some systems don't have Py_TYPE()
Andrew Tridgell
1
-0
/
+4
2010-08-25
s4-pyrpc: added a test for talloc behaviour in pidl python code
Andrew Tridgell
2
-0
/
+57
2010-08-25
s4-pyglue: added talloc_total_blocks() python call
Andrew Tridgell
2
-2
/
+23
2010-08-25
s4-rodc: removed python memory workaround
Andrew Tridgell
1
-2
/
+1
2010-08-25
s4-python: reference substructures onto the parent structure
Andrew Tridgell
1
-15
/
+23
2010-08-25
pytalloc: fixed py_talloc_steal()
Andrew Tridgell
2
-1
/
+9
2010-08-25
s4-pyglue: pyglue now depends on pytalloc
Andrew Tridgell
1
-1
/
+1
2010-08-25
s4-rodc: setup secrets database at end of RODC join
Andrew Tridgell
1
-5
/
+33
2010-08-25
s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()
Andrew Tridgell
2
-0
/
+32
2010-08-25
s4-repl: load RODC partitions using msDS-hasFullReplicaNCs
Andrew Tridgell
2
-4
/
+28
[next]