r13362: Rename variables for better consistency.
[gd/samba/.git] / source4 / librpc /
2007-10-10 Andrew Bartlettr13334: Add comments describing what these functions do.
2007-10-10 James Peachr13242: cc-1009 cc: WARNING File = librpc/idl/nbt.idl...
2007-10-10 Jelmer Vernooijr13210: Revert my named pipes patch until it passes...
2007-10-10 Jelmer Vernooijr13208: Clearly separate named pipes from the IPC$...
2007-10-10 Stefan Metzmacherr13131: windows sends termination here, this fixes...
2007-10-10 Stefan Metzmacherr13044: I finally understand that the [charset()] and...
2007-10-10 Stefan Metzmacherr13002: fix compiler warning
2007-10-10 Stefan Metzmacherr12982: fix parsing of LDAP DIRSYNC cookies
2007-10-10 Stefan Metzmacherr12933: fix parsing of browse packets based on the...
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Stefan Metzmacherr12856: make the logic much more sane
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Stefan Metzmacherr12803: if we free the ndr structure how should we...
2007-10-10 Rafal Szczesniakr12800: Replace tmp_ctx with mem_ctx to make variables...
2007-10-10 Stefan Metzmacherr12772: - create variables for the %(patsubst ...)...
2007-10-10 Andrew Bartlettr12753: Try to fix the build after a 'make clean'....
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Jelmer Vernooijr12651: Remove STR_LARGE_SIZE as it's no longer used
2007-10-10 Jelmer Vernooijr12650: Remove support for NULLTERM flag (is already...
2007-10-10 Andrew Tridgellr12635: use the new [validate] value() checking to...
2007-10-10 Andrew Tridgellr12634: make the [validate] binding string switch also...
2007-10-10 Jelmer Vernooijr12623: Another round of fixes for the prototypes of...
2007-10-10 Jelmer Vernooijr12622: Move table.c prototypes to seperate header...
2007-10-10 Jelmer Vernooijr12620: Get rid of automatically generated lists of...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12574: Bring tables.pl back to life and move registrat...
2007-10-10 Jelmer Vernooijr12558: Support [flag(NULLTERM)] on [charset()] arrays
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12517: Don't generate empty init functions
2007-10-10 Jelmer Vernooijr12516: Fix drsuapi and netlogon javascript bindings
2007-10-10 Jelmer Vernooijr12514: Move DCE/RPC interface table to a seperate...
2007-10-10 Jelmer Vernooijr12513: Similar change as my previous commit, but now...
2007-10-10 Jelmer Vernooijr12512: Use GUID structs in API functions everywhere...
2007-10-10 Jelmer Vernooijr12511: Remove authservice from binding string
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Jelmer Vernooijr12500: Use init functions explicitly in a few more...
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Jelmer Vernooijr12465: Merge Parse::Pidl::Samba4::NDR::Header into...
2007-10-10 Jelmer Vernooijr12461: Some updates to the srvsvc IDL from Ronnie...
2007-10-10 Rafal Szczesniakr12294: Move dcerpc_pipe_open_sock() to async implement...
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Rafal Szczesniakr12162: More comments.
2007-10-10 Andrew Tridgellr12136: fixed a bug in NetWkstaTransportEnum() from...
2007-10-10 Rafal Szczesniakr12135: Move named pipe connect on smb2 function to...
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Rafal Szczesniakr12103: Comments and a bit of formatting.
2007-10-10 Stefan Metzmacherr12101: revert my last commit, I breaks the build and...
2007-10-10 Stefan Metzmacherr12090: use the _trigger_error() function in the function
2007-10-10 Rafal Szczesniakr12089: Couple of fixes in cases of memory outage befor...
2007-10-10 Rafal Szczesniakr12088: Use a structure to pass arguments to dcerpc...
2007-10-10 Rafal Szczesniakr12087: Split dcerpc pipe connection functions into...
2007-10-10 Andrew Tridgellr12086: reverted the utf8string change in xattr.idl...
2007-10-10 Andrew Tridgellr12085: wkssvc.idl updated based on work by Ronnie...
2007-10-10 Andrew Tridgellr12084: added a comment on what is appropriate for...
2007-10-10 Stefan Metzmacherr12022: add NBTD IRPC proxy calls for wins challenge...
2007-10-10 Andrew Tridgellr12016: fixed a valgrind error
2007-10-10 Andrew Tridgellr12010: - added support for domain specific SID codes...
2007-10-10 Andrew Tridgellr12004: added some SEC_ADS_* security flags. Needed...
2007-10-10 Rafal Szczesniakr12001: Replace smbcli_full_connection call with compos...
2007-10-10 Andrew Tridgellr11980: ronnie worked out that opcode 0xb in SMB2 is...
2007-10-10 Stefan Metzmacherr11973: make it easier to find bugs
2007-10-10 Andrew Tridgellr11970: fixed a valgrind error. The auth info from...
2007-10-10 Andrew Tridgellr11891: - added pipe_flags field in smb2_trans
2007-10-10 Andrew Tridgellr11889: added support for dcerpc ncacn_np over SMB2...
2007-10-10 Andrew Tridgellr11872: another attempt at fixing the data_blob_free...
2007-10-10 Andrew Tridgellr11871: fixed a problem volker found with the async...
2007-10-10 Volker Lendecker11835: Restore comments
2007-10-10 Andrew Tridgellr11824: fixed a valgrind error in the dcerpc_smb code
2007-10-10 Andrew Tridgellr11819: simplified the async rpc bind code a little.
2007-10-10 Andrew Tridgellr11817: fixed the problem with the RPC join tests....
2007-10-10 Andrew Tridgellr11816: this fixes some of the problems with the recent...
2007-10-10 Volker Lendecker11812: Convert winbind to the async bind routines...
2007-10-10 Volker Lendecker11810: Fix talloc hierarchy
2007-10-10 Volker Lendecker11809: Make dcerpc_bind_auth async.
2007-10-10 Volker Lendecker11807: Make dcerpc_alter_context async. Same thing...
2007-10-10 Volker Lendecker11806: Minor cleanup
2007-10-10 Volker Lendecker11805: dcerpc_bind_auth is only used in dcerpc_bind_au...
2007-10-10 Volker Lendecker11804: Asyncify the anonymous bind, convert the calls...
2007-10-10 Stefan Metzmacherr11783: - make the VIUD field in smbsrv_session 64bit...
2007-10-10 Stefan Metzmacherr11782: - make the TID 32bit in the smbsrv_tcon structu...
2007-10-10 Stefan Metzmacherr11781: rename tree to tcons to match the sessions...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Stefan Metzmacherr11676: as tridge uses 0x%llx in his latest commits...
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Andrew Tridgellr11623: convert the dcerpc socket layer to the generic...
2007-10-10 Volker Lendecker11516: Fix a valgrind bug I introduce with queued...
2007-10-10 Volker Lendecker11515: Add some talloc_get_type
2007-10-10 Andrew Bartlettr11497: Don't name parameters 'floor'. Rename fl and...
2007-10-10 Volker Lendecker11473: Based on work by Jelmer, implement the [async...
2007-10-10 Andrew Tridgellr11457: fixed the winreg IDL and torture code so key...
2007-10-10 Andrew Bartlettr11438: Move enum samr_RejectReason into misc.idl so...
2007-10-10 Andrew Bartlettr11402: In response to comments by volker, expand our...
2007-10-10 Jelmer Vernooijr11377: Add support for building LIBRARY elements as...
2007-10-10 Andrew Bartlettr11373: Handle an apparent alias in NBT ntlogin replies.
2007-10-10 Tim Potterr11362: Remove attempt to decode uint8 array as a secur...
2007-10-10 Andrew Bartlettr11352: Add newly discovered (via the radiator lists...
2007-10-10 Tim Potterr11318: Tweak import statement for decoding KeySecurity...
next