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
/
librpc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()
Stefan Metzmacher
1
-2
/
+10
2008-02-04
spoolss.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-68
/
+67
2008-02-04
samr.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-48
/
+47
2008-02-04
netlogon.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-78
/
+77
2008-02-04
winreg.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-22
/
+21
2008-02-04
svcctl.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-50
/
+49
2008-02-04
wkssvc.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-72
/
+71
2008-02-04
srvsvc.idl: don't use pointer_default_top() and specify "unique" explizit
Stefan Metzmacher
1
-73
/
+72
2008-02-04
Rework cluster_id() to take an additional argument, as we need
Andrew Bartlett
1
-1
/
+2
2008-01-30
libndr: depend on samba-config, so that callers doesn't need to know about it
Stefan Metzmacher
1
-1
/
+1
2008-01-25
Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).
Günther Deschner
1
-1
/
+7
2008-01-24
Add IDL for netr_LogonGetTrustRid.
Günther Deschner
1
-1
/
+5
2008-01-24
Rename samr_*AccessMask bitfields to start with SAMR_.
Günther Deschner
1
-32
/
+32
2008-01-24
netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32
Stefan Metzmacher
1
-4
/
+9
2008-01-24
netlogon.idl: make use of bitmap samr_GroupAttrs
Stefan Metzmacher
1
-1
/
+2
2008-01-24
netlogon.idl: remove unused netr_GroupsMembership structure
Stefan Metzmacher
1
-5
/
+0
2008-01-22
build: Remove support for DESCRIPTION setting that is now unused.
Jelmer Vernooij
1
-3
/
+0
2008-01-22
dcerpc_samr: Use manually written .pc file.
Jelmer Vernooij
2
-0
/
+12
2008-01-22
dcerpc: Use manually written .pc files for dcerpc and ndr.
Jelmer Vernooij
3
-0
/
+24
2008-01-22
python: Avoid duplicate copies of some objects in different packages.
Jelmer Vernooij
3
-967
/
+19
2008-01-21
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
1
-12
/
+3
2008-01-21
Be sure to pass iconv handle down to compression subcontexts (fixes
Andrew Bartlett
1
-0
/
+4
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
1
-12
/
+3
2008-01-16
Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.
Günther Deschner
1
-1
/
+21
2008-01-15
util: Move asn1 to lib/util to trim down the number of subsystems.
Jelmer Vernooij
1
-1
/
+1
2008-01-14
python: Enable building of the wkssvc python bindings.
Jelmer Vernooij
1
-0
/
+4
2008-01-14
python: Compile in svcctl Python bindings.
Jelmer Vernooij
2
-0
/
+5
2008-01-14
python: Work around the fact that there are two "security" modules now.
Jelmer Vernooij
1
-1
/
+1
2008-01-14
python: Compile security module, handle uint.
Jelmer Vernooij
1
-0
/
+3
2008-01-14
python: Enable python bindings for samr and lsa interfaces.
Jelmer Vernooij
2
-0
/
+18
2008-01-14
python: Build epmapper module.
Jelmer Vernooij
1
-1
/
+4
2008-01-14
python: Fix python code for winreg, add test.
Jelmer Vernooij
1
-0
/
+4
2008-01-14
python: Start building winreg module.
Jelmer Vernooij
1
-0
/
+7
2008-01-14
pidl/python: Fix compilation of py_echo.
Jelmer Vernooij
1
-1
/
+1
2008-01-14
Use lsa_PolicyInfo enum in lsa policy info calls.
Günther Deschner
1
-5
/
+5
2008-01-14
Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
Günther Deschner
1
-2
/
+10
2008-01-12
idl: Use typedef rather than declare.
Jelmer Vernooij
11
-19
/
+19
2008-01-03
r26663: Proper dependencies for pidl Python bindings.
Jelmer Vernooij
1
-0
/
+2
2008-01-03
r26658: pidl: Register Python modules.
Jelmer Vernooij
1
-0
/
+4
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-7
/
+1
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-0
/
+1
2008-01-02
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...
Jelmer Vernooij
1
-0
/
+7
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-1
/
+3
2008-01-02
r26643: librpc: Remove uses of global_loadparm.
Jelmer Vernooij
3
-15
/
+21
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
5
-23
/
+33
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-3
/
+2
2007-12-26
r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
Kai Blin
1
-6
/
+7
2007-12-24
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2
-113
/
+68
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
3
-142
/
+205
2007-12-24
r26558: Add IDL for netr_GetForestTrustInformation().
Günther Deschner
1
-1
/
+8
[next]