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
Commit message (
Expand
)
Author
Age
Files
Lines
*
signed DCERPC over TCP now works !
Andrew Tridgell
2003-11-26
25
-1259
/
+2315
*
added some paranoid checking for enums
Andrew Tridgell
2003-11-26
1
-2
/
+5
*
Spoolss functions return WERROR not NTSTATUS.
Tim Potter
2003-11-25
1
-187
/
+196
*
CVS: ----------------------------------------------------------------------
Jelmer Vernooij
2003-11-25
14
-249
/
+259
*
Update to the modules system. Fixed:
Jelmer Vernooij
2003-11-25
1
-13
/
+17
*
* fixed byte order in epmapper parsing
Andrew Tridgell
2003-11-24
4
-37
/
+78
*
initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to
Andrew Tridgell
2003-11-24
6
-9
/
+236
*
* prepared the dcerpc subsystem for adding the RPC over TCP transport
Andrew Tridgell
2003-11-24
5
-120
/
+178
*
removed the STFS specific flags in the Makefile.
Andrew Tridgell
2003-11-24
1
-14
/
+4
*
added tests for epm_Map endpointer map calls
Andrew Tridgell
2003-11-24
3
-27
/
+62
*
give far more detail in the EPMAPPER results
Andrew Tridgell
2003-11-24
3
-31
/
+107
*
make sure we don't try to update a constant
Andrew Tridgell
2003-11-24
1
-2
/
+8
*
added tests for the remaining calls on the rpc management interface
Andrew Tridgell
2003-11-24
6
-52
/
+201
*
added the dcerpc remote management interfaces as mgmt.idl, and wrote a
Andrew Tridgell
2003-11-24
12
-41
/
+233
*
* better diagnostics in ndrdump
Andrew Tridgell
2003-11-23
3
-4
/
+37
*
added a tool called 'ndrdump' that allows you to dump NDR data
Andrew Tridgell
2003-11-23
6
-3
/
+246
*
Modify WINREG test program to recursively enumerate keys in all known
Tim Potter
2003-11-23
1
-64
/
+47
*
Removed unused variable.
Tim Potter
2003-11-23
1
-2
/
+0
*
Check NT_STATUS code from dcerpc call function before checking the
Tim Potter
2003-11-23
1
-2
/
+2
*
Add a strlen_m_term() function for returning the length of a string
Tim Potter
2003-11-23
2
-2
/
+17
*
fixed the handling of value() attributes on scalars in IDL that
Andrew Tridgell
2003-11-23
3
-15
/
+11
*
Actually call right function name.
Tim Potter
2003-11-23
1
-1
/
+1
*
Call enumkey for tridge.
Tim Potter
2003-11-23
1
-0
/
+4
*
String termination fix.
Tim Potter
2003-11-23
1
-30
/
+87
*
Strings in the winreg pipe are terminated.
Tim Potter
2003-11-23
1
-3
/
+3
*
ooh, this is fun!
Andrew Tridgell
2003-11-23
10
-545
/
+317
*
save about 35% of the time for "make idl" by processing multiple IDL
Andrew Tridgell
2003-11-23
3
-65
/
+89
*
get rid of some more unused headers
Andrew Tridgell
2003-11-23
10
-40
/
+0
*
by using a single proto.h we gain another factor of 4 in the speed of
Andrew Tridgell
2003-11-23
4
-61
/
+12
*
final bit of tidyup and speedup
Andrew Tridgell
2003-11-23
1
-30
/
+13
*
much faster inner loop and neater code
Andrew Tridgell
2003-11-23
1
-58
/
+54
*
fixed loadparm handling properly
Andrew Tridgell
2003-11-23
1
-41
/
+20
*
nicer base type handling
Andrew Tridgell
2003-11-23
1
-6
/
+6
*
reduced the number of magic types we need in mkproto.pl
Andrew Tridgell
2003-11-23
11
-282
/
+66
*
we don't need awk now
Andrew Tridgell
2003-11-23
1
-1
/
+0
*
get rid of our awk scripts
Andrew Tridgell
2003-11-23
2
-224
/
+0
*
changed to perl for mkproto, patch from vance
Andrew Tridgell
2003-11-23
3
-15
/
+155
*
added support for enumerated types in IDL files. This makes unions
Andrew Tridgell
2003-11-22
3
-21
/
+54
*
added support for 'const' in IDL files. This makes it easy to define
Andrew Tridgell
2003-11-22
3
-13
/
+33
*
added the beginnings of an IDL validator, to give clearer errors when
Andrew Tridgell
2003-11-22
2
-0
/
+104
*
* fixed null terminated string handling
Andrew Tridgell
2003-11-22
4
-11
/
+16
*
* fixed handling of relative subcontext unions
Andrew Tridgell
2003-11-22
3
-23
/
+23
*
dfs torture test now passes
Andrew Tridgell
2003-11-22
1
-7
/
+6
*
* fixed NDR flag inheritance across push subcontexts
Andrew Tridgell
2003-11-22
3
-2
/
+13
*
* enable RPC/NDR validation in all smbtorture code
Andrew Tridgell
2003-11-22
4
-4
/
+7
*
a fairly major upgrade to the dcerpc system
Andrew Tridgell
2003-11-22
20
-100
/
+565
*
* you can't have two parameters with the same name (pidl doesn't enforce
Andrew Tridgell
2003-11-22
1
-3
/
+3
*
Convert all NTSTATUS return codes to WERROR.
Tim Potter
2003-11-22
2
-53
/
+334
*
added Parse::RecDescent module into pidl to ensure we all use the same
Andrew Tridgell
2003-11-22
4
-1
/
+3058
*
added some explanations for epmapper IDL and dom_sid2
Andrew Tridgell
2003-11-22
2
-1
/
+24
[next]