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-12-15
lets see if "cc -E" keeps more of the build farm happy then "cpp"
Andrew Tridgell
1
-1
/
+1
2003-12-15
lots of shells don't have the -nt test, so use hackish find command
Andrew Tridgell
1
-2
/
+7
2003-12-15
added "pidl.pl --template" to dump a rough template to save typing
Andrew Tridgell
3
-2
/
+96
2003-12-15
fixed srvsvc DiskEnum call
Andrew Tridgell
2
-17
/
+19
2003-12-15
patch from metze with updates to srvsvc and changes to pidl to allow
Andrew Tridgell
3
-88
/
+126
2003-12-15
make sure we allow clients to negotiate ntlmssp seal if they want it
Andrew Tridgell
1
-1
/
+2
2003-12-15
make pidl no longer dependent on Data::Dumper, which isn't installed
Andrew Tridgell
8
-18
/
+4
2003-12-15
fixed a typo in the m4 file
Andrew Tridgell
1
-1
/
+1
2003-12-15
"make idl" is now incremental and "make idl_full" is a full idl build
Andrew Tridgell
1
-4
/
+4
2003-12-15
a script fix for the build farm
Andrew Tridgell
1
-1
/
+2
2003-12-15
disable pam in samba4 until someone fixes it (hi andrew!)
Andrew Tridgell
1
-4
/
+6
2003-12-15
don't try and build the libclient stuff in samba4 yet
Andrew Tridgell
1
-1
/
+1
2003-12-15
more flexible handling of [] in binding strings
Andrew Tridgell
1
-2
/
+14
2003-12-15
allow the specification of full dcerpc endpoint binding strings on the
Andrew Tridgell
3
-125
/
+320
2003-12-15
switch off the default of ntlmssp on rpc on smb as some windows pipes
Andrew Tridgell
1
-1
/
+1
2003-12-15
fixed the handling of zero-length top level arrays in pidl
Andrew Tridgell
1
-3
/
+5
2003-12-15
zero length echo is not an error
Andrew Tridgell
1
-0
/
+4
2003-12-15
fixed the transfer syntax in the dcerpc bind reply
Andrew Tridgell
1
-2
/
+2
2003-12-14
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
11
-170
/
+167
2003-12-14
typo
Simo Sorce
1
-2
/
+1
2003-12-14
fixed fragmented signed connections to our rpc server over SMB
Andrew Tridgell
3
-2
/
+5
2003-12-14
reduce double explanation of FIXED ARRAYS
Simo Sorce
1
-13
/
+4
2003-12-14
ntlmssp over rpc over tcp now fully works
Andrew Tridgell
6
-26
/
+373
2003-12-14
fix _ptr_ declaration
Andrew Tridgell
1
-2
/
+2
2003-12-14
fixed some memory leaks in the rpc server code
Andrew Tridgell
3
-12
/
+16
2003-12-14
fixed a bug handling multiple PDUs being read from a socket at one
Andrew Tridgell
7
-103
/
+160
2003-12-13
add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4
Andrew Tridgell
1
-1
/
+1
2003-12-13
completed the linkage between the endpoint mapper and the dcerpc
Andrew Tridgell
12
-88
/
+193
2003-12-13
make the IO in the dcerpc over TCP server completely async, handling
Andrew Tridgell
3
-3
/
+61
2003-12-13
dcerpc over tcp in the samba4 server now works to some extent. It
Andrew Tridgell
15
-91
/
+496
2003-12-13
rpcdump.exe now works fine against a Samba4 server
Andrew Tridgell
5
-13
/
+68
2003-12-13
added the epm_Map() call.
Andrew Tridgell
4
-68
/
+170
2003-12-13
added a basic dcerpc endpoint mapper to Samba4. Currently only
Andrew Tridgell
14
-39
/
+562
2003-12-12
after chatting with jeremy I decided to use a separate directory for
Andrew Tridgell
2
-1
/
+1
2003-12-12
Small cleanup of test code. Rename enum indexes to be the same name
Tim Potter
2
-114
/
+88
2003-12-12
Got winreg_EnumValue working - what a mess!
Tim Potter
2
-20
/
+86
2003-12-12
Added routines for arrays of uint16s.
Tim Potter
1
-0
/
+33
2003-12-12
added support for sending bind_nak replies in the rpc server
Andrew Tridgell
2
-17
/
+79
2003-12-12
added the echo pipe test calls
Andrew Tridgell
1
-2
/
+45
2003-12-12
we now support pdu fragmentation on both input and output in the rpc
Andrew Tridgell
2
-41
/
+103
2003-12-12
added handling of fragmented requests in the rpc server
Andrew Tridgell
2
-8
/
+67
2003-12-12
handle the auto-allocation of [ref] output arrays in pidl. This
Andrew Tridgell
2
-11
/
+9
2003-12-12
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
21
-68
/
+485
2003-12-11
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
9
-33
/
+232
2003-12-10
more portable array of endpoints code from pidl
Andrew Tridgell
2
-5
/
+8
2003-12-10
the rest of the initial rpc server side infrastructure
Andrew Tridgell
7
-80
/
+195
2003-12-10
initial rpc server side infrastructure
Andrew Tridgell
3
-0
/
+280
2003-12-10
* removed some unused code
Andrew Tridgell
20
-911
/
+552
2003-12-08
remove the tdbsam code for now. I have other plans for SAM backends :)
Andrew Tridgell
1
-10
/
+2
2003-12-08
some systems don't have "which" and some systems don't have the "-nt"
Andrew Tridgell
3
-61
/
+54
[next]