index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8593: register the rpc server with irpc
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
2007-10-10
2
-7
/
+13
*
r8429: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r8371: the objectGUID is now stored in binary...
Stefan Metzmacher
2007-10-10
1
-5
/
+4
*
r8370: remove the '$' from in the cn: attribute for computer and dc accounts
Stefan Metzmacher
2007-10-10
1
-7
/
+21
*
r8232: remove samr_String and netr_String as they are the same as lsa_String
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ...
Stefan Metzmacher
2007-10-10
1
-10
/
+27
*
r8109: Try to print out more helpful debug messages on DCERPC server-side
Andrew Bartlett
2007-10-10
1
-2
/
+3
*
r8052: that looks nicer:-)
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r8049: add function that returns the build version (of w2k3 here 3790)
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r8046: - add somemore failure checks in the RPC-SPOOLSS test
Stefan Metzmacher
2007-10-10
1
-8
/
+31
*
r8036: revert rev 8023/8024 as they have a bugs.
Stefan Metzmacher
2007-10-10
2
-40
/
+41
*
r8023: use a pointer to a DATA_BLOB for each reply,
Stefan Metzmacher
2007-10-10
2
-41
/
+40
*
r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans replies
Stefan Metzmacher
2007-10-10
2
-46
/
+14
*
r8006: I have seen w2k3 send multiple encoding syntaxes in rpc bind
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r7993: Further work on the Krb5 PAC.
Andrew Bartlett
2007-10-10
2
-67
/
+6
*
r7927: fixed an error on partial socket writes in the rpc server
Andrew Tridgell
2007-10-10
2
-2
/
+2
*
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
2007-10-10
3
-3
/
+3
*
r7860: switch our ldb storage format to use a NDR encoded objectSid. This is
Andrew Tridgell
2007-10-10
5
-223
/
+139
*
r7850: Support mkdir() with just one parameter. Patch from
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r7802: Remove a junk file.
Tim Potter
2007-10-10
1
-71
/
+0
*
r7800: added the same request serialisation logic to our socket based rpc
Andrew Tridgell
2007-10-10
3
-0
/
+12
*
r7756: Don't segfault by trying to search for the NULL DN, if the wrong
Andrew Bartlett
2007-10-10
1
-5
/
+7
*
r7755: fixed an uninitialised event_ctx found by abartlet
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r7644: - remove some dublicate structures SetForm and AddForm uses the same s...
Stefan Metzmacher
2007-10-10
1
-3
/
+63
*
r7643: This patch adds a new NTPTR subsystem:
Stefan Metzmacher
2007-10-10
4
-668
/
+294
*
r7634: move TestSleep functions so that all of them are together
Stefan Metzmacher
2007-10-10
1
-22
/
+22
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
3
-4
/
+6
*
r7582: Better way to have a fast path searching for a specific DN.
Simo Sorce
2007-10-10
3
-60
/
+50
*
r7580: - add GetPrinterDriverDirectory() idl, torture test and server code
Stefan Metzmacher
2007-10-10
2
-16
/
+152
*
r7574: - seperate [in] and [out] buffers and buf_sizes
Stefan Metzmacher
2007-10-10
1
-29
/
+15
*
r7536: doesn't spam the smbd_log in the build_farm...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r7507: fixed the problem with users being shown too many times in acl
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r7465: - return empty lists for now
Stefan Metzmacher
2007-10-10
1
-4
/
+10
*
r7370: change debug levels
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r7368: some server side spoolss stuff, w2k3 shows the printers icon,
Stefan Metzmacher
2007-10-10
1
-28
/
+200
*
r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are
Jelmer Vernooij
2007-10-10
2
-5
/
+5
*
r7312: Add IDL for ncadg packets.
Jelmer Vernooij
2007-10-10
3
-16
/
+16
*
r7195: - Fix echo pipe
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r7159: Improve the messages from pidl's validator module.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r7120: make use of the new 'noopnum' property and get rid of handwritten
Stefan Metzmacher
2007-10-10
1
-18
/
+8
*
r6973: Merge new version of pidl into the main SAMBA_4_0 branch.
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW.
Tim Potter
2007-10-10
1
-1
/
+1
*
r6907: Unixinfo for samba4, not activated by default.
Volker Lendecke
2007-10-10
2
-0
/
+187
*
r6863: lib-friendlier names + fix some dependencies
Jelmer Vernooij
2007-10-10
1
-3
/
+1
*
r6839: Add support for building subsystems as shared libraries. This can be
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r6714: We can only ask GENSEC questions if we are authenticated.
Andrew Bartlett
2007-10-10
1
-1
/
+3
*
r6705: let the gensec module decide if messages can be signed and sealed in a...
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r6606: add a DCESRV_FAULT_VOID() marco to use in void functions
Stefan Metzmacher
2007-10-10
1
-0
/
+6
[next]