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-07-23
The SMB session key must not be more than 16 bytes in SAMR (and
Andrew Bartlett
1
-2
/
+12
2008-07-22
drsuapi.idl: change the u1 field in DsBindInfo* to "pid".
Michael Adam
1
-4
/
+4
2008-07-22
drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.
Michael Adam
1
-1
/
+6
2008-07-22
drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.
Michael Adam
1
-1
/
+2
2008-07-22
drsuapi.idl: add drsuapi_DsBindInfo48.
Michael Adam
1
-0
/
+10
2008-07-21
Rename structures to better match the names in the WSPP IDL.
Andrew Bartlett
2
-10
/
+10
2008-07-16
drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*
Stefan Metzmacher
1
-7
/
+27
2008-07-16
drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*
Stefan Metzmacher
2
-3
/
+9
2008-07-16
drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]
Stefan Metzmacher
1
-6
/
+6
2008-07-16
drsuapi.idl: correctly handle xpress compressed payload
Stefan Metzmacher
1
-4
/
+4
2008-07-16
Fix the build - this element was renamed.
Andrew Bartlett
1
-1
/
+1
2008-07-09
(Hopefully) fix the build by re-adding security.NTACL
Jeremy Allison
1
-0
/
+2
2008-07-09
Add in a version2 of the NT security descriptor store
Jeremy Allison
1
-3
/
+13
2008-07-07
dcerpc_smb: trans->in.max_data should not depend on the smb max size
Stefan Metzmacher
1
-1
/
+8
2008-07-03
dcerpc.idl: the signing overhead can be more than 32 bytes
Stefan Metzmacher
1
-1
/
+1
2008-06-30
drsuapi.idl: remove some unknows from DsGetNCChanges()
Stefan Metzmacher
1
-6
/
+24
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
1
-1
/
+1
2008-06-11
Add working Python bindings for NBT.
Jelmer Vernooij
1
-3
/
+3
2008-06-07
fixed for per session session_key here too
Andrew Tridgell
1
-1
/
+1
2008-06-03
opendb: add write time handling
Stefan Metzmacher
1
-0
/
+2
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
2
-2
/
+6
2008-05-29
Add in an enum for two future NTP signing ops.
Andrew Bartlett
1
-2
/
+3
2008-05-29
Final fixes to for a functional NTP signing deamon.
Andrew Bartlett
1
-3
/
+10
2008-05-29
Don't make the NTP signd headers public.
Andrew Bartlett
1
-2
/
+0
2008-05-28
added a newline at the end of the IDL
Andrew Tridgell
1
-1
/
+1
2008-05-28
Try adding a stub to fix the build
Andrew Bartlett
1
-0
/
+6
2008-05-28
Fix dependency list for NDR_TABLE
Andrew Bartlett
1
-1
/
+1
2008-05-28
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
13
-3728
/
+568
2008-05-27
Allow librpcsrcdir to be an absolute path.
Jelmer Vernooij
1
-1
/
+1
2008-05-27
Use variables for IDL file paths.
Jelmer Vernooij
1
-1
/
+1
2008-05-27
Start an 'NTP signing server' in Samba4.
Andrew Bartlett
2
-0
/
+37
2008-05-27
add a mask of invalid security bits
Andrew Tridgell
1
-0
/
+3
2008-05-26
Remove evil hack which breaks Python bindings.
Jelmer Vernooij
1
-12
/
+6
2008-05-26
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc
Jelmer Vernooij
1
-1
/
+2
2008-05-26
allow larger streams using the TDB backend
Andrew Tridgell
1
-1
/
+2
2008-05-26
Allow using IRPC functions on the messaging bus from Python.
Jelmer Vernooij
2
-0
/
+19
2008-05-26
Implement IRPC calls over the internal messaging bus.
Jelmer Vernooij
2
-3
/
+3
2008-05-26
Remove some unused cruft.
Jelmer Vernooij
2
-56
/
+18
2008-05-25
Fix compilation errors.
Jelmer Vernooij
2
-1
/
+7
2008-05-25
Trim the size of the Python bindings a bit.
Jelmer Vernooij
3
-1
/
+117
2008-05-25
Expose transfer and abstract syntax.
Jelmer Vernooij
1
-2
/
+34
2008-05-25
Expose request timeout variable in Python.
Jelmer Vernooij
1
-1
/
+10
2008-05-25
Add support for secondary contexts from Python.
Jelmer Vernooij
1
-40
/
+96
2008-05-25
Check for fault codes when connecting.
Jelmer Vernooij
1
-2
/
+4
2008-05-24
Add helper function to return DCE/RPC fault codes.
Jelmer Vernooij
2
-2
/
+16
2008-05-24
Add convenience function for creating objects with NDR error codes.
Jelmer Vernooij
1
-0
/
+6
2008-05-24
Fix memory initialization in raw calls.
Jelmer Vernooij
1
-1
/
+1
2008-05-24
Support optional object argument when sending DCE/RPC requests.
Jelmer Vernooij
1
-15
/
+20
2008-05-24
Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.
Jelmer Vernooij
1
-1
/
+63
2008-05-24
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
2
-1
/
+2
[next]