summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/eventlog.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-24s4-smbtorture: add my copyright.Günther Deschner1-0/+1
2009-01-24s4-smbtorture: add BackupLog handling in eventlog test.Günther Deschner1-0/+69
2009-01-24s4-smbtorture: add test_GetLogIntormation test.Günther Deschner1-0/+48
2009-01-24s4-smbtorture: add ReportEventW test.Günther Deschner1-0/+50
2009-01-16s4-smbtorture: fix RPC-EVENTLOG test.Günther Deschner1-2/+6
2009-01-14s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog.Günther Deschner1-1/+7
2009-01-14s4-smbtorture: pure cosmetic cleanup of eventlog test.Günther Deschner1-42/+42
2008-11-20eventlog: fill in some unknowns and use flags bitmap in IDL.Günther Deschner1-2/+2
2008-11-20s4-smbtorture: fix segfault in RPC-EVENTLOG test.Günther Deschner1-2/+2
2008-10-15Share eventlog.idl.Jelmer Vernooij1-3/+6
2008-02-13torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.resultStefan Metzmacher1-2/+0
2008-02-13torture/eventlog: fix crash bugs!Stefan Metzmacher1-0/+8
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-1/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij1-2/+2
2007-10-10r24846: Use metadata about dangerous tests.Jelmer Vernooij1-5/+4
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij1-1/+1
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22192: fix compiler warningsStefan Metzmacher1-8/+8
2007-10-10r19850: Fix IDL warnings.Jelmer Vernooij1-3/+3
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-132/+123
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-5/+1
2007-10-10r9238: Some test code to do user-unmarshalling of eventlog_Record data.Tim Potter1-0/+26
2007-10-10r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter1-21/+25
2007-10-10r9156: Add IDL and test for FlushEventLog() but it always seems to returnTim Potter1-10/+40
2007-10-10r9155: Fix ReadEventLog() test so it now works.Tim Potter1-11/+5
2007-10-10r9145: Some work on eventlog since jerry is doing some in Samba3. (-:Tim Potter1-6/+33
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-3/+4
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij1-1/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r1799: List more uuids. FromJelmer Vernooij1-5/+5
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r739: Implement GetNumRecords() call from eventlog pipe, including a torture ...Jelmer Vernooij1-8/+80
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2004-01-17make sure we initialise r.out.handle in openeventlogAndrew Tridgell1-0/+1
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-0/+2
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter1-5/+19
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-0/+93