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
/
pidl
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pidl: Add simple test for ServerNDR.
Jelmer Vernooij
2008-01-16
1
-0
/
+4
*
pidl: Fix missing import for fatal().
Jelmer Vernooij
2008-01-16
1
-0
/
+1
*
pidl: Fix imported function for ServerNDR and add test to make sure it doesn'...
Jelmer Vernooij
2008-01-16
1
-1
/
+1
*
python: Fix handling of pointer-less strings in function arguments.
Jelmer Vernooij
2008-01-14
1
-8
/
+8
*
python: Compile security module, handle uint.
Jelmer Vernooij
2008-01-14
2
-3
/
+4
*
python: Fix some corner cases handling scalars.
Jelmer Vernooij
2008-01-14
1
-3
/
+13
*
python: Don't try to free const pointers.
Jelmer Vernooij
2008-01-14
1
-1
/
+5
*
python: Move some convenience macros to a separate header rather than putting...
Jelmer Vernooij
2008-01-14
1
-6
/
+2
*
python: Build epmapper module.
Jelmer Vernooij
2008-01-14
1
-46
/
+37
*
python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...
Jelmer Vernooij
2008-01-14
1
-2
/
+20
*
python: Fix python code for winreg, add test.
Jelmer Vernooij
2008-01-14
1
-5
/
+6
*
pidl/python: Fix processing UUID-less interfaces, external typedefs and certa...
Jelmer Vernooij
2008-01-14
2
-140
/
+137
*
pidl/python: Deal with arrays that are not pointers.
Jelmer Vernooij
2008-01-14
1
-0
/
+12
*
pidl/python: Specify memory context explicitly when returning Python objects.
Jelmer Vernooij
2008-01-14
1
-32
/
+30
*
pidl/python: Pass credentials and loadparm context when connecting using DCE/...
Jelmer Vernooij
2008-01-14
1
-11
/
+48
*
python: Fix rpcecho tests.
Jelmer Vernooij
2008-01-14
1
-2
/
+2
*
pidl/python: Fix compilation of py_echo.
Jelmer Vernooij
2008-01-14
1
-2
/
+14
*
python/pidl: Fix assignment.
Jelmer Vernooij
2008-01-14
1
-9
/
+19
*
pidl/python: Fix more compile errors.
Jelmer Vernooij
2008-01-14
1
-26
/
+32
*
pidl/python: Fix parsing arguments, fix more pointer issues.
Jelmer Vernooij
2008-01-14
4
-50
/
+146
*
pidl/python: Fix use of pointers.
Jelmer Vernooij
2008-01-14
1
-11
/
+70
*
pidl/python: Remove unnecessary talloc_free().
Jelmer Vernooij
2008-01-14
1
-1
/
+1
*
python: Allow wrapping pointers within talloc'ed memory that are not talloc c...
Jelmer Vernooij
2008-01-14
1
-16
/
+28
*
pidl/python: Support repr() for python types.
Jelmer Vernooij
2008-01-14
1
-7
/
+17
*
pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...
Jelmer Vernooij
2008-01-14
4
-67
/
+75
*
pidl/python: Work towards supporting more complex types (arrays, etc).
Jelmer Vernooij
2008-01-14
1
-76
/
+115
*
pidl/python: Support more scalar types when converting from Python.
Jelmer Vernooij
2008-01-14
1
-20
/
+47
*
pidl/python: Use new talloc utility functions.
Jelmer Vernooij
2008-01-14
1
-49
/
+24
*
pidl/python: Convert unions.
Jelmer Vernooij
2008-01-14
1
-14
/
+43
*
pidl/python: Fix more warnings in the generated code.
Jelmer Vernooij
2008-01-14
1
-23
/
+28
*
pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ...
Jelmer Vernooij
2008-01-14
1
-0
/
+2
*
pidl/python: Fix const type wrapping.
Jelmer Vernooij
2008-01-14
1
-5
/
+20
*
pidl/python: Fix conversion of last few non-standard types.
Jelmer Vernooij
2008-01-14
1
-5
/
+5
*
pidl/python: Remove references to DECLARE, which has been removed.
Jelmer Vernooij
2008-01-14
1
-3
/
+3
*
pidl/python: Some more support for special case types.
Jelmer Vernooij
2008-01-14
1
-9
/
+39
*
pidl/python: Convert some Python objects back to C, return proper tuples in c...
Jelmer Vernooij
2008-01-14
1
-7
/
+40
*
python/pidl: Start wrapping function arguments.
Jelmer Vernooij
2008-01-14
1
-38
/
+160
*
python/pidl: Handle non-string types.
Jelmer Vernooij
2008-01-14
1
-1
/
+19
*
python/pidl: More work on wrapping enums, bitmaps and structs.
Jelmer Vernooij
2008-01-14
1
-26
/
+76
*
pidl: Avoid accidently filling in empty body for types without body.
Jelmer Vernooij
2008-01-13
2
-2
/
+5
*
pidl/ejs: Fix bug that filled in the body for types without body.
Jelmer Vernooij
2008-01-12
2
-4
/
+9
*
pidl: Add function for determining whether a type has a body.
Jelmer Vernooij
2008-01-12
3
-3
/
+17
*
pidl: Move more stuff outside ifdef when defining enums and generate pretty c...
Jelmer Vernooij
2008-01-12
1
-29
/
+27
*
pidl: Prevent empty declarations for enums without body.
Jelmer Vernooij
2008-01-12
1
-7
/
+11
*
pidl: Add ability to write type metadata to a file.
Jelmer Vernooij
2008-01-12
1
-1
/
+6
*
pidl: Remove declare tests, add more tests for typedef.
Jelmer Vernooij
2008-01-12
2
-76
/
+80
*
pidl: Remove support for the declare keyword in other parts of the pidl code.
Jelmer Vernooij
2008-01-12
5
-21
/
+5
*
pidl: Remove support for the "declare" keyword in the parser.
Jelmer Vernooij
2008-01-12
1
-1168
/
+1058
*
pidl: Remove multiple copies of get_pointer_of and get_value_of.
Jelmer Vernooij
2008-01-11
3
-48
/
+42
*
r26699: Some minor cosmetics for pidl samba3 server code.
Günther Deschner
2008-01-09
1
-18
/
+20
[prev]
[next]