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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-26
fixed default port handling pointed out by Tom Jansen
Andrew Tridgell
1
-1
/
+1
2003-11-26
by default sign RPC over TCP but not RPC over SMB. I will add command line co...
Andrew Tridgell
4
-19
/
+77
2003-11-26
Implemented EnumForms and GetForm.
Tim Potter
3
-4
/
+143
2003-11-26
added a link to opengroup PDU definitions
Andrew Tridgell
1
-0
/
+3
2003-11-26
show an error when the epmapper fails to find an interface
Andrew Tridgell
1
-0
/
+2
2003-11-26
Add bind nak to dcerpc_payload.
Tim Potter
1
-0
/
+1
2003-11-26
transfer syntax V2 isn't as magic as I thought
Andrew Tridgell
1
-4
/
+2
2003-11-26
use the IDL defined NDR version number
Andrew Tridgell
2
-2
/
+3
2003-11-26
added auto-determination of the DCERPC over TCP port number by asking
Andrew Tridgell
7
-14
/
+191
2003-11-26
fixed some memory leaks in the dcerpc use of ntlmssp signing
Andrew Tridgell
5
-10
/
+36
2003-11-26
signed DCERPC over TCP now works !
Andrew Tridgell
25
-1259
/
+2315
2003-11-26
added some paranoid checking for enums
Andrew Tridgell
1
-2
/
+5
2003-11-25
Spoolss functions return WERROR not NTSTATUS.
Tim Potter
1
-187
/
+196
2003-11-25
CVS: ----------------------------------------------------------------------
Jelmer Vernooij
14
-249
/
+259
2003-11-25
Update to the modules system. Fixed:
Jelmer Vernooij
1
-13
/
+17
2003-11-24
* fixed byte order in epmapper parsing
Andrew Tridgell
4
-37
/
+78
2003-11-24
initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to
Andrew Tridgell
6
-9
/
+236
2003-11-24
* prepared the dcerpc subsystem for adding the RPC over TCP transport
Andrew Tridgell
5
-120
/
+178
2003-11-24
removed the STFS specific flags in the Makefile.
Andrew Tridgell
1
-14
/
+4
2003-11-24
added tests for epm_Map endpointer map calls
Andrew Tridgell
3
-27
/
+62
2003-11-24
give far more detail in the EPMAPPER results
Andrew Tridgell
3
-31
/
+107
2003-11-24
make sure we don't try to update a constant
Andrew Tridgell
1
-2
/
+8
2003-11-24
added tests for the remaining calls on the rpc management interface
Andrew Tridgell
6
-52
/
+201
2003-11-24
added the dcerpc remote management interfaces as mgmt.idl, and wrote a
Andrew Tridgell
12
-41
/
+233
2003-11-23
* better diagnostics in ndrdump
Andrew Tridgell
3
-4
/
+37
2003-11-23
added a tool called 'ndrdump' that allows you to dump NDR data
Andrew Tridgell
6
-3
/
+246
2003-11-23
Modify WINREG test program to recursively enumerate keys in all known
Tim Potter
1
-64
/
+47
2003-11-23
Removed unused variable.
Tim Potter
1
-2
/
+0
2003-11-23
Check NT_STATUS code from dcerpc call function before checking the
Tim Potter
1
-2
/
+2
2003-11-23
Add a strlen_m_term() function for returning the length of a string
Tim Potter
2
-2
/
+17
2003-11-23
fixed the handling of value() attributes on scalars in IDL that
Andrew Tridgell
3
-15
/
+11
2003-11-23
Actually call right function name.
Tim Potter
1
-1
/
+1
2003-11-23
Call enumkey for tridge.
Tim Potter
1
-0
/
+4
2003-11-23
String termination fix.
Tim Potter
1
-30
/
+87
2003-11-23
Strings in the winreg pipe are terminated.
Tim Potter
1
-3
/
+3
2003-11-23
ooh, this is fun!
Andrew Tridgell
10
-545
/
+317
2003-11-23
save about 35% of the time for "make idl" by processing multiple IDL
Andrew Tridgell
3
-65
/
+89
2003-11-23
get rid of some more unused headers
Andrew Tridgell
10
-40
/
+0
2003-11-23
by using a single proto.h we gain another factor of 4 in the speed of
Andrew Tridgell
4
-61
/
+12
2003-11-23
final bit of tidyup and speedup
Andrew Tridgell
1
-30
/
+13
2003-11-23
much faster inner loop and neater code
Andrew Tridgell
1
-58
/
+54
2003-11-23
fixed loadparm handling properly
Andrew Tridgell
1
-41
/
+20
2003-11-23
nicer base type handling
Andrew Tridgell
1
-6
/
+6
2003-11-23
reduced the number of magic types we need in mkproto.pl
Andrew Tridgell
11
-282
/
+66
2003-11-23
we don't need awk now
Andrew Tridgell
1
-1
/
+0
2003-11-23
get rid of our awk scripts
Andrew Tridgell
2
-224
/
+0
2003-11-23
changed to perl for mkproto, patch from vance
Andrew Tridgell
3
-15
/
+155
2003-11-22
added support for enumerated types in IDL files. This makes unions
Andrew Tridgell
3
-21
/
+54
2003-11-22
added support for 'const' in IDL files. This makes it easy to define
Andrew Tridgell
3
-13
/
+33
2003-11-22
added the beginnings of an IDL validator, to give clearer errors when
Andrew Tridgell
2
-0
/
+104
[next]