index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs
Jelmer Vernooij
2008-09-19
2
-3
/
+3
|
\
|
*
Fix dependencies for nbt python module.
Jelmer Vernooij
2008-09-19
1
-1
/
+1
|
*
Fix path to ndrdump in blackbox test, don't start smb server for ndrdump
Jelmer Vernooij
2008-09-19
1
-2
/
+2
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs
Jelmer Vernooij
2008-09-18
13
-14
/
+169
|
\
|
|
*
Import ndr_syntax_id_equal from Samba 3.
Jelmer Vernooij
2008-09-18
2
-0
/
+7
|
*
Sync more interface descriptions between Samba 3 and Samba 4.
Jelmer Vernooij
2008-09-17
5
-12
/
+127
|
*
Sync addition of [todo] attribute to Samba 3.
Jelmer Vernooij
2008-09-17
2
-1
/
+14
|
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
1
-1
/
+1
|
*
Fix paths to subunit.sh
Jelmer Vernooij
2008-09-16
1
-1
/
+1
|
*
Move ndrdump tests closer to the code they test.
Jelmer Vernooij
2008-09-16
3
-0
/
+20
*
|
Remove remaining JavaScript code.
Jelmer Vernooij
2008-09-16
1
-1
/
+0
|
/
*
Fix more WMI compilation issues.
Jelmer Vernooij
2008-09-16
1
-3
/
+2
*
Remove more hand-written marshallers.
Jelmer Vernooij
2008-09-16
3
-953
/
+103
*
Support restricted.
Jelmer Vernooij
2008-09-16
1
-5
/
+8
*
Import proper IDL for interface pointers.
Jelmer Vernooij
2008-09-16
2
-345
/
+268
*
More changes getting WMI code to compile, import manual marshalling.
Jelmer Vernooij
2008-09-16
5
-2
/
+872
*
Revert accidental changes to lib/basic.mk.
Jelmer Vernooij
2008-09-15
1
-1
/
+1
*
Get code closer to compiling without errors, fix formatting, add docstrings.
Jelmer Vernooij
2008-09-15
1
-4
/
+9
*
Add wikipedia link to WMI.
Jelmer Vernooij
2008-09-15
1
-0
/
+4
*
Allow base classes to be defined in other files.
Jelmer Vernooij
2008-09-15
2
-3
/
+1
*
Redefine BSTR.
Jelmer Vernooij
2008-09-15
1
-0
/
+9
*
Redefine BSTR.
Jelmer Vernooij
2008-09-15
1
-0
/
+2
*
Build (D)COM output again.
Jelmer Vernooij
2008-09-15
1
-1
/
+1
*
Avoid using unions without discriminants.
Jelmer Vernooij
2008-09-15
1
-2
/
+2
*
Reimport pidl support for COM.
Jelmer Vernooij
2008-09-15
2
-29
/
+20
*
Move WMI IDL into separate IDL file.
Jelmer Vernooij
2008-09-15
2
-2
/
+0
*
Import IDL for WMI.
Andrzej Hajda
2008-09-15
2
-0
/
+865
*
Reimport DCOM IDL.
Jelmer Vernooij
2008-09-15
1
-0
/
+307
*
librpc/rpc: don't send auth trailers in level connect
Stefan Metzmacher
2008-09-13
1
-113
/
+77
*
client free credentials when not needed anymore
Stefan Metzmacher
2008-09-13
1
-0
/
+7
*
drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError R...
Stefan Metzmacher
2008-09-09
1
-4
/
+72
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d...
Andrew Bartlett
2008-09-08
1
-21
/
+95
|
\
|
*
ndr_compression: add XPRESS compression support
Stefan Metzmacher
2008-09-07
1
-1
/
+49
|
*
ndr_compression: fix the build after lzxpress_decompress() prototype change
Stefan Metzmacher
2008-09-07
1
-1
/
+11
|
*
ndr_compression: change debug levels
Stefan Metzmacher
2008-09-06
1
-6
/
+6
|
*
ndr_compression: use deflateReset() together with defalteSetDictionary()
Stefan Metzmacher
2008-09-06
1
-8
/
+17
|
*
ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...
Stefan Metzmacher
2008-09-06
1
-7
/
+14
*
|
More work towards trusted domains support in Samba4's LSA
Andrew Bartlett
2008-09-08
1
-3
/
+3
*
|
More work to implement LSA CreateTrustedDomainEx2
Andrew Bartlett
2008-09-04
2
-8
/
+26
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2008-09-03
2
-1
/
+18
|
\
|
|
*
Implement NETLOGON PAC verfication on the server-side
Andrew Bartlett
2008-09-03
2
-1
/
+18
*
|
Share IDL between the LSA and drsblob representations of trusts
Andrew Bartlett
2008-09-02
2
-41
/
+51
|
/
*
It turns out that the Netlogon PAC verification is encrypted.
Andrew Bartlett
2008-08-29
2
-2
/
+9
*
Further rework the RPC-PAC test.
Andrew Bartlett
2008-08-28
1
-1
/
+1
*
Add a test to explore Netlogon PAC validation
Andrew Bartlett
2008-08-27
2
-5
/
+27
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify
Andrew Bartlett
2008-08-26
12
-191
/
+695
|
\
|
*
Update RPC-LSA to (almost) pass against Windows 2008.
Andrew Bartlett
2008-08-26
2
-27
/
+92
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
2008-08-25
6
-151
/
+471
|
|
\
|
|
*
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
2008-08-22
3
-21
/
+328
|
|
|
\
|
|
|
*
ndr_compression: implement mszip compression based on deflate()
Stefan Metzmacher
2008-08-21
1
-1
/
+98
[next]