summaryrefslogtreecommitdiffstats
path: root/source/librpc
Commit message (Expand)AuthorAgeFilesLines
* r12592: Remove some useless dependenciesJelmer Vernooij2005-12-291-5/+13
* r12574: Bring tables.pl back to life and move registration of interfaces Jelmer Vernooij2005-12-294-70/+139
* r12558: Support [flag(NULLTERM)] on [charset()] arraysJelmer Vernooij2005-12-291-0/+10
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-287-0/+10
* r12517: Don't generate empty init functionsJelmer Vernooij2005-12-273-22/+1
* r12516: Fix drsuapi and netlogon javascript bindingsJelmer Vernooij2005-12-271-2/+0
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2005-12-276-89/+110
* r12513: Similar change as my previous commit, but now for transfer syntaxes. Jelmer Vernooij2005-12-275-29/+26
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2005-12-274-23/+15
* r12511: Remove authservice from binding stringJelmer Vernooij2005-12-272-8/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to a Jelmer Vernooij2005-12-275-64/+45
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2005-12-261-17/+36
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-262-98/+96
* r12465: Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR:...Jelmer Vernooij2005-12-253-7/+7
* r12461: Some updates to the srvsvc IDL from Ronnie SahlbergJelmer Vernooij2005-12-241-105/+280
* r12294: Move dcerpc_pipe_open_sock() to async implementation.Rafal Szczesniak2005-12-161-44/+135
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2005-12-151-0/+2
* r12162: More comments.Rafal Szczesniak2005-12-101-5/+30
* r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with eth...Andrew Tridgell2005-12-091-1/+0
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2005-12-092-43/+121
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-082-5/+5
* r12103: Comments and a bit of formatting.Rafal Szczesniak2005-12-061-6/+28
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2005-12-061-17/+19
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2005-12-061-19/+17
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2005-12-061-12/+21
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2005-12-062-71/+26
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2005-12-062-1/+167
* r12086: reverted the utf8string change in xattr.idl. See the discussion onAndrew Tridgell2005-12-061-3/+3
* r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring theAndrew Tridgell2005-12-062-11/+157
* r12084: added a comment on what is appropriate for parameter_controlAndrew Tridgell2005-12-061-1/+1
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2005-12-021-1/+17
* r12016: fixed a valgrind errorAndrew Tridgell2005-12-021-1/+1
* r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell2005-12-021-0/+13
* r12004: added some SEC_ADS_* security flags. Needed for a SDDL parser.Andrew Tridgell2005-12-021-0/+11
* r12001: Replace smbcli_full_connection call with composite connect usedRafal Szczesniak2005-12-011-8/+25
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2005-12-011-6/+7
* r11973: make it easier to find bugsStefan Metzmacher2005-11-302-2/+7
* r11970: fixed a valgrind error. The auth info from the alter_context reply wasAndrew Tridgell2005-11-301-1/+1
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2005-11-251-3/+8
* r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell2005-11-256-22/+564
* r11872: another attempt at fixing the data_blob_free in async dcerpc bind,Andrew Tridgell2005-11-231-14/+9
* r11871: fixed a problem volker found with the async bind code, and a callbackAndrew Tridgell2005-11-231-2/+5
* r11835: Restore commentsVolker Lendecke2005-11-211-1/+28
* r11824: fixed a valgrind error in the dcerpc_smb codeAndrew Tridgell2005-11-211-1/+2
* r11819: simplified the async rpc bind code a little. Andrew Tridgell2005-11-212-207/+225
* r11817: fixed the problem with the RPC join tests. The problem was thatAndrew Tridgell2005-11-211-0/+10
* r11816: this fixes some of the problems with the recent async rpc changes andAndrew Tridgell2005-11-211-0/+12
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2005-11-201-7/+7
* r11810: Fix talloc hierarchyVolker Lendecke2005-11-201-2/+2
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2005-11-204-150/+203