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
/
rpc
/
dcerpc_smb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r17322: make better use of the composite api
Stefan Metzmacher
1
-47
/
+22
2007-10-10
r14714: On DCE/RPC, we need the name of the remote server used on the socket,
Andrew Bartlett
1
-9
/
+19
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell
1
-0
/
+1
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r13210: Revert my named pipes patch until it passes not just 'make quicktest'...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13208: Clearly separate named pipes from the IPC$ NTVFS type.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r11824: fixed a valgrind error in the dcerpc_smb code
Andrew Tridgell
1
-1
/
+2
2007-10-10
r11515: Add some talloc_get_type
Volker Lendecke
1
-2
/
+2
2007-10-10
r10699: fixed the dcerpc code so that you can shutdown the pipe safely from
Andrew Tridgell
1
-4
/
+15
2007-10-10
r10683: Samba3's wbinfo -t should give the correct answer now.
Volker Lendecke
1
-1
/
+1
2007-10-10
r10681: Convert dcerpc_open_smb to a composite function.
Volker Lendecke
1
-42
/
+113
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7932: don't use the nbt called name as server name, for dcerpc_server_name()
Stefan Metzmacher
1
-9
/
+8
2007-10-10
r7658: don't timeout at the smb level for rpc requests as otherwise some rpc
Andrew Tridgell
1
-0
/
+4
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-13
/
+0
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-1
/
+15
2007-10-10
r5137: fix types
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4616: the first phase in the addition of proper support for
Andrew Tridgell
1
-64
/
+59
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
1
-5
/
+6
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3322: fixed a bunch of warnings in the build, including one case where it wa...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3043: Use binding strings for specifying endpoints. The property for
Jelmer Vernooij
1
-9
/
+2
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
1
-15
/
+7
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2628: got rid of some warnings and converted a few more places to use hierar...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2287: Add static.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
1
-2
/
+3
2007-10-10
r2266: yay! LSA session keys on TCP now work!
Andrew Tridgell
1
-0
/
+16
2007-10-10
r2247: talloc_destroy -> talloc_free
Tim Potter
1
-1
/
+1
2007-10-10
r2103: in the conversion to async rpc I simplified the smb backend to only
Andrew Tridgell
1
-20
/
+128
2007-10-10
r2100: rework the dcerpc client side library so that it is async. We now
Andrew Tridgell
1
-184
/
+130
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
1
-0
/
+1
2004-02-10
- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell
1
-1
/
+0
2004-02-03
make more function static, they are still available via the function pointers
Stefan Metzmacher
1
-1
/
+1
2004-01-20
added code to the RPC-SPOOLSS test that demonstrates that policy
Andrew Tridgell
1
-0
/
+15
2003-12-16
a fairly large commit!
Andrew Tridgell
1
-2
/
+2
2003-12-11
the next step in the dcerpc server code. Added the link between the
Andrew Tridgell
1
-1
/
+1
[next]