summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-105-34/+37
* r12856: make the logic much more saneStefan Metzmacher2007-10-101-3/+7
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-20/+39
* r12803: if we free the ndr structure how should we access the private pointer...Stefan Metzmacher2007-10-101-1/+3
* r12800: Replace tmp_ctx with mem_ctx to make variables name moreRafal Szczesniak2007-10-101-6/+6
* r12772: - create variables for the %(patsubst ...) statements for the idl filesStefan Metzmacher2007-10-101-3/+2
* r12753: Try to fix the build after a 'make clean'. (the wildcards will notAndrew Bartlett2007-10-101-3/+3
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-102-0/+4
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-102-61/+68
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-102-23/+14
* r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij2007-10-103-14/+2
* r12650: Remove support for NULLTERM flag (is already covered by tridge'sJelmer Vernooij2007-10-101-6/+0
* r12635: use the new [validate] value() checking to fix the string types forAndrew Tridgell2007-10-101-11/+11
* r12634: make the [validate] binding string switch also check to see if theAndrew Tridgell2007-10-102-3/+53
* r12623: Another round of fixes for the prototypes of tables.cJelmer Vernooij2007-10-103-8/+23
* r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij2007-10-103-0/+3
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-103-7/+14
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-1010-15/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-5/+13
* r12574: Bring tables.pl back to life and move registration of interfacesJelmer Vernooij2007-10-104-70/+139
* r12558: Support [flag(NULLTERM)] on [charset()] arraysJelmer Vernooij2007-10-101-0/+10
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-107-0/+10
* r12517: Don't generate empty init functionsJelmer Vernooij2007-10-103-22/+1
* r12516: Fix drsuapi and netlogon javascript bindingsJelmer Vernooij2007-10-101-2/+0
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2007-10-106-89/+110
* r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij2007-10-105-29/+26
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-104-23/+15
* r12511: Remove authservice from binding stringJelmer Vernooij2007-10-102-8/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-105-64/+45
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2007-10-101-17/+36
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-102-98/+96
* r12465: Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR:...Jelmer Vernooij2007-10-103-7/+7
* r12461: Some updates to the srvsvc IDL from Ronnie SahlbergJelmer Vernooij2007-10-101-105/+280
* r12294: Move dcerpc_pipe_open_sock() to async implementation.Rafal Szczesniak2007-10-101-44/+135
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2007-10-101-0/+2
* r12162: More comments.Rafal Szczesniak2007-10-101-5/+30
* r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with eth...Andrew Tridgell2007-10-101-1/+0
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2007-10-102-43/+121
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-102-5/+5
* r12103: Comments and a bit of formatting.Rafal Szczesniak2007-10-101-6/+28
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2007-10-101-17/+19
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2007-10-101-19/+17
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2007-10-101-12/+21
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2007-10-102-71/+26
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2007-10-102-1/+167
* r12086: reverted the utf8string change in xattr.idl. See the discussion onAndrew Tridgell2007-10-101-3/+3
* r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring theAndrew Tridgell2007-10-102-11/+157
* r12084: added a comment on what is appropriate for parameter_controlAndrew Tridgell2007-10-101-1/+1
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2007-10-101-1/+17
* r12016: fixed a valgrind errorAndrew Tridgell2007-10-101-1/+1