summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_eventlog.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Remove unused marshalling for EVENTLOG_OPEN_EVENTLOG.Günther Deschner1-70/+0
2008-02-04Remove unused marshalling for EVENTLOG_CLEAR_EVENTLOG.Günther Deschner1-38/+0
2008-02-04Copy inline comment for _eventlog_ClearEventLogW() from rpc_parse to rpc_server.Günther Deschner1-14/+0
2008-02-04Remove unused marshalling for EVENTLOG_GET_OLDEST_ENTRY.Günther Deschner1-39/+0
2008-02-04Remove unused marshalling for EVENTLOG_GET_NUM_RECORDS.Günther Deschner1-39/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...Gerald Carter1-39/+0
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16601: Klocwork #2038. Fix memleak on error path.Jeremy Allison1-10/+10
2007-10-10r11760: fix sequential reads in the eventlog; event viewer is behaving better...Gerald Carter1-1/+1
2007-10-10r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter1-6/+6
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-56/+28
2007-10-10r7880: fix a typo and memleak on failures cases (patch from marcin)Gerald Carter1-3/+3
2007-10-10r6680: event log patches from MarcinGerald Carter1-1/+1
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-1/+3
2007-10-10r6014: rather large change set....Gerald Carter1-0/+457
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-261/+0
1999-11-27this one's a handle-based one (missed in the first round).Luke Leighton1-1/+1
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-15/+41
1999-08-18event log updateLuke Leighton1-17/+16
1999-05-03Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1-0/+236