summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell1-0/+4
2007-10-10r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher1-0/+8
2007-10-10r9239: I think this is the right IDL for the eventlog record. Pidl isTim Potter1-0/+2
2007-10-10r9237: Fix eventlog_Record typedef so it decodes records source and computerTim Potter1-15/+13
2007-10-10r9162: Fix a couple of data typesJelmer Vernooij1-10/+12
2007-10-10r9161: More etheral parser generator fixesJelmer Vernooij2-9/+106
2007-10-10r9157: fix white spacesStefan Metzmacher1-3/+3
2007-10-10r9156: Add IDL and test for FlushEventLog() but it always seems to returnTim Potter1-1/+3
2007-10-10r9154: Change eventlog enums to bitmaps.Tim Potter1-11/+11
2007-10-10r9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg forJelmer Vernooij1-4/+56
2007-10-10r9149: add support for string arrays in GetPrinterDataStefan Metzmacher1-1/+3
2007-10-10r9146: - enable winreg pipe from ejsAndrew Tridgell2-2/+9
2007-10-10r9145: Some work on eventlog since jerry is doing some in Samba3. (-:Tim Potter1-12/+25
2007-10-10r9130: Fix up awful indentation.Tim Potter1-22/+22
2007-10-10r8986: As far as I can tell, given the ldif I get from behind this, we have aAndrew Bartlett1-1/+1
2007-10-10r8855: Share this enum (describing the SamSync databases) between nbt and net...Andrew Bartlett3-9/+15
2007-10-10r8820: Push this common block of code into the caller.Andrew Bartlett1-39/+18
2007-10-10r8811: Fix the build..Jelmer Vernooij2-0/+3
2007-10-10r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell1-2/+0
2007-10-10r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij2-0/+16
2007-10-10r8612: Parse::Pidl::NDR:Jelmer Vernooij1-192/+0
2007-10-10r8587: - fixed ref allocation in irpc repliesAndrew Tridgell1-0/+4
2007-10-10r8577: added management calls to list current tree connectsAndrew Tridgell1-1/+15
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell1-0/+30
2007-10-10r8559: Couple of (D)COM updates:Jelmer Vernooij1-5/+1
2007-10-10r8522: fixed another couple of size_t warningsAndrew Tridgell1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell4-7/+7
2007-10-10r8519: better method of ensuring null terminationAndrew Tridgell1-1/+3
2007-10-10r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell1-8/+9
2007-10-10r8503: remove useless lineStefan Metzmacher1-1/+0
2007-10-10r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell1-5/+5
2007-10-10r8480: fixed a typoAndrew Tridgell1-2/+2
2007-10-10r8476: add a note that DsAddEntry is very incomplete yetStefan Metzmacher1-0/+8
2007-10-10r8474: add some more attid mappingsStefan Metzmacher1-1/+6
2007-10-10r8375: - move from netr_StringLarge to lsa_StringLargeStefan Metzmacher2-11/+17
2007-10-10r8368: the type filed depends on the user being present or notStefan Metzmacher1-4/+4
2007-10-10r8335: removed some duplicated codeAndrew Tridgell1-9/+5
2007-10-10r8286: it makes more sense to combine the refresh count with the register cou...Andrew Tridgell1-1/+0
2007-10-10r8268: added the 'needed' logic to ehs generation, so we don't generateAndrew Tridgell2-2/+14
2007-10-10r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell1-0/+56
2007-10-10r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell1-4/+4
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell1-0/+5
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell1-1/+1
2007-10-10r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett1-2/+8
2007-10-10r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett1-1/+1
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell3-2/+22
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher3-201/+187
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher3-2/+19
2007-10-10r8223: fix the values of nt_version and type we reply in the server code,Stefan Metzmacher1-18/+18
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher1-0/+1