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
/
ndr
/
ndr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-11-28
added auto-generation of the IDL interface tables. This makes two less
Andrew Tridgell
1
-20
/
+0
2003-11-26
signed DCERPC over TCP now works !
Andrew Tridgell
1
-27
/
+24
2003-11-24
added the dcerpc remote management interfaces as mgmt.idl, and wrote a
Andrew Tridgell
1
-0
/
+19
2003-11-23
added a tool called 'ndrdump' that allows you to dump NDR data
Andrew Tridgell
1
-1
/
+1
2003-11-23
ooh, this is fun!
Andrew Tridgell
1
-0
/
+10
2003-11-22
* fixed null terminated string handling
Andrew Tridgell
1
-1
/
+1
2003-11-22
* fixed NDR flag inheritance across push subcontexts
Andrew Tridgell
1
-0
/
+3
2003-11-22
a fairly major upgrade to the dcerpc system
Andrew Tridgell
1
-19
/
+144
2003-11-21
cleaner handling of relative pointers to strings
Andrew Tridgell
1
-3
/
+3
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
1
-18
/
+60
2003-11-21
avoid calling the print routines completely if debug level < 2
Andrew Tridgell
1
-6
/
+7
2003-11-21
only display really verbose packet dumps when smbtorture is run at
Andrew Tridgell
1
-2
/
+6
2003-11-20
added samr_LookupNames() and test code
Andrew Tridgell
1
-0
/
+1
2003-11-19
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
1
-7
/
+7
2003-11-17
* add another WERR err code
Andrew Tridgell
1
-1
/
+19
2003-11-17
use [subcontext] to make GetPrinter a bit easier in smbtorture
Andrew Tridgell
1
-0
/
+6
2003-11-17
call OpenPrinterEx on each printer on the server, and then call
Andrew Tridgell
1
-0
/
+29
2003-11-17
nicer method of handling spoolss EnumPrinters
Andrew Tridgell
1
-15
/
+57
2003-11-16
use nstring and [relative] to support levels 1 and 2 of EnumPrinters
Andrew Tridgell
1
-2
/
+74
2003-11-16
added support for level1 of EnumPrinters in spoolss. This uses a
Andrew Tridgell
1
-0
/
+14
2003-11-16
use the "subcontext" magic flag for sec_desc_buf
Andrew Tridgell
1
-0
/
+35
2003-11-15
added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code
Andrew Tridgell
1
-0
/
+14
2003-11-14
we can now do a level1 NetDfsEnum()
Andrew Tridgell
1
-0
/
+19
2003-11-13
* fixed conformant arrays in structures
Andrew Tridgell
1
-32
/
+23
2003-11-12
lsa_PrivilegeSet seems to be a very strange beast indeed. It has a
Andrew Tridgell
1
-14
/
+38
2003-11-11
start using automatic union printing
Andrew Tridgell
1
-1
/
+19
2003-11-11
automatically generate ndr_print_*() functions for every IDL
Andrew Tridgell
1
-0
/
+61
2003-11-09
converted the rpcecho pipe to use IDL
Andrew Tridgell
1
-4
/
+3
2003-11-09
added idl, generated code and test code for lsa_LookupSids
Andrew Tridgell
1
-1
/
+10
2003-11-08
- corrected some lsa idl
Andrew Tridgell
1
-0
/
+50
2003-11-06
another major bit of restructuring of rpc in Samba4. Mostly moving
Andrew Tridgell
1
-0
/
+187