index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
we can close the netlogon pipe used to setup the schannel session key
Andrew Tridgell
2004-02-10
1
-1
/
+3
*
don't always use the same schannel context number
Andrew Tridgell
2004-02-10
1
-1
/
+1
*
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
2004-02-10
8
-156
/
+473
*
- add 'print' to the DCERPC binding strings
Stefan Metzmacher
2004-02-03
2
-4
/
+1
*
make more function static, they are still available via the function pointers
Stefan Metzmacher
2004-02-03
2
-2
/
+2
*
added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o
Andrew Tridgell
2004-01-22
1
-1
/
+1
*
added code to the RPC-SPOOLSS test that demonstrates that policy
Andrew Tridgell
2004-01-20
4
-3
/
+61
*
added dom_sid_string() function
Andrew Tridgell
2004-01-11
1
-7
/
+15
*
This patch adds a better dcerpc server infastructure.
Stefan Metzmacher
2004-01-08
1
-27
/
+41
*
the endpoint mapper now works in bigendian mode
Andrew Tridgell
2003-12-31
4
-9
/
+16
*
latest srvsvc and wkssvc IDL from metze
Andrew Tridgell
2003-12-20
2
-122
/
+744
*
addition of samr_SetSecurity() from kai
Andrew Tridgell
2003-12-19
3
-5
/
+12
*
fixed removal of moe than one ncacn_* option from option list
Andrew Tridgell
2003-12-19
1
-0
/
+1
*
fixed the AddAliasMem test code
Andrew Tridgell
2003-12-19
1
-0
/
+23
*
added a bunch of alias functions in samr.idl based on work by Kai.
Andrew Tridgell
2003-12-19
1
-32
/
+62
*
fixed a segv in RPC-* when debug level > 2
Andrew Tridgell
2003-12-17
1
-1
/
+1
*
Fix typo.
Tim Potter
2003-12-17
1
-1
/
+1
*
added a smb.conf flag "rpc big endian" that tells our rpc server to
Andrew Tridgell
2003-12-17
2
-13
/
+12
*
fixed formatting of uuids in debug output
Andrew Tridgell
2003-12-16
1
-1
/
+1
*
added a define for the DCERPC little-endian data representation flag
Andrew Tridgell
2003-12-16
2
-8
/
+11
*
fixed the RPC-MGMT and RPC-SCANNER tests to work with the new
Andrew Tridgell
2003-12-16
1
-24
/
+75
*
no longer require the pipe name or tcp port number to be the first
Andrew Tridgell
2003-12-16
1
-0
/
+4
*
use bigendian mode to fix the idl for samr_LogonHours
Andrew Tridgell
2003-12-16
1
-1
/
+1
*
it turns out that a wire policy handle isn't a blob either, its a
Andrew Tridgell
2003-12-16
1
-3
/
+3
*
added support for big-endian ucs2 strings (as used by big-endian
Andrew Tridgell
2003-12-16
1
-7
/
+17
*
a fairly large commit!
Andrew Tridgell
2003-12-16
8
-71
/
+132
*
fixed srvsvc DiskEnum call
Andrew Tridgell
2003-12-15
1
-12
/
+12
*
patch from metze with updates to srvsvc and changes to pidl to allow
Andrew Tridgell
2003-12-15
1
-70
/
+109
*
more flexible handling of [] in binding strings
Andrew Tridgell
2003-12-15
1
-2
/
+14
*
allow the specification of full dcerpc endpoint binding strings on the
Andrew Tridgell
2003-12-15
2
-0
/
+310
*
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
2003-12-14
1
-2
/
+2
*
fixed fragmented signed connections to our rpc server over SMB
Andrew Tridgell
2003-12-14
2
-1
/
+2
*
fixed a bug handling multiple PDUs being read from a socket at one
Andrew Tridgell
2003-12-14
2
-44
/
+43
*
completed the linkage between the endpoint mapper and the dcerpc
Andrew Tridgell
2003-12-13
1
-2
/
+3
*
dcerpc over tcp in the samba4 server now works to some extent. It
Andrew Tridgell
2003-12-13
1
-0
/
+1
*
rpcdump.exe now works fine against a Samba4 server
Andrew Tridgell
2003-12-13
1
-2
/
+3
*
added the epm_Map() call.
Andrew Tridgell
2003-12-13
1
-0
/
+2
*
added a basic dcerpc endpoint mapper to Samba4. Currently only
Andrew Tridgell
2003-12-13
2
-8
/
+9
*
Small cleanup of test code. Rename enum indexes to be the same name
Tim Potter
2003-12-12
1
-2
/
+2
*
Got winreg_EnumValue working - what a mess!
Tim Potter
2003-12-12
1
-4
/
+24
*
Added routines for arrays of uint16s.
Tim Potter
2003-12-12
1
-0
/
+33
*
added support for sending bind_nak replies in the rpc server
Andrew Tridgell
2003-12-12
1
-1
/
+6
*
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
2003-12-12
2
-1
/
+5
*
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
2003-12-11
1
-1
/
+1
*
more portable array of endpoints code from pidl
Andrew Tridgell
2003-12-10
1
-1
/
+1
*
the rest of the initial rpc server side infrastructure
Andrew Tridgell
2003-12-10
1
-1
/
+1
*
re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This
Andrew Tridgell
2003-12-07
2
-4
/
+4
*
we can't have two functions with the same name
Andrew Tridgell
2003-12-04
1
-1
/
+1
*
Updated some of the function names in the IDL.
Tim Potter
2003-12-03
1
-56
/
+57
*
My first stab at Samba4 IDL!
Andrew Bartlett
2003-12-03
1
-1
/
+11
[prev]
[next]