summaryrefslogtreecommitdiff
path: root/source3/include/rpc_eventlog.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-20s3-eventlog: move non rpc eventlog headers to own include file.Günther Deschner1-23/+0
Guenther
2008-02-04Remove unused marshalling for EVENTLOG_OPEN_EVENTLOG.Günther Deschner1-21/+0
Guenther (This used to be commit 15d22925def45f1f8cd2d356a7f580fb4bfd05ef)
2008-02-04Remove unused marshalling for EVENTLOG_CLEAR_EVENTLOG.Günther Deschner1-12/+0
Guenther (This used to be commit badbdf1b88b270d298d44ed6fddb0c31fbcb3717)
2008-02-04Remove unused marshalling for EVENTLOG_GET_OLDEST_ENTRY.Günther Deschner1-12/+0
Guenther (This used to be commit f837fff80ef369133761f7a33a616fd4721c5a68)
2008-02-04Remove unused marshalling for EVENTLOG_GET_NUM_RECORDS.Günther Deschner1-12/+0
Guenther (This used to be commit 0c8e0916d7a7a403255c814536f1ebde3c5c9905)
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-5/+5
srv_spoolss_nt.c and srv_srvsvc_nt.c. They're next :-). Jeremy. (This used to be commit 55b4f9d003b036af69085f7b64e0df08c5ba440d)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init ↵Gerald Carter1-12/+0
call renames for svcctl in the previous commit (This used to be commit ebcae48ec10fefa74efcc3563cff50e3b9c2388c)
2007-10-10r18623: starting on eventlog IDLGerald Carter1-12/+2
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)
2007-10-10r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter1-0/+10
This feature got broken in some of the other updates. Now each open handle stores an pointer to an open tdb data structure (not the tdb pointer itself). Clearing can be done with a simple elog_close_tdb( elog, True ) to force a close and then calling elog_open_tdb( logname, True ) to force an tdb truncate. Permissions on existing tdbs are maintained which is important. * We don't currently handle backup. Haven't looked at the format of a backuped up eventlog to know what the deal is. (This used to be commit 2df34c9403446d12f1ceeac38cbda5d3ba805b02)
2007-10-10r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter1-6/+6
(This used to be commit f5f40633bc3f641a0fef4934375d0d829899b0d7)
2007-10-10r11060: merging new eventlog code from trunkGerald Carter1-5/+9
(This used to be commit 1bcf7e82ede63a851a244162a3b939373787b693)
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-0/+8
(This used to be commit f10aa9fb84bfac4f1a22b74d63999668700ffaac)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-68/+56
* \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2007-10-10r6014: rather large change set....Gerald Carter1-0/+193
pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon). (This used to be commit 4e0ac63c36527cd8c52ef720cae17e84f67e7221)
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1-133/+0
that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-7/+7
(This used to be commit 819af560745b0bec7bfb9067dd9d9d6cfabb1555)
1999-05-03Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1-0/+133
Security or Application. That's a crude equivalent to the eventviewer. Jean Francois (This used to be commit 66b4b896fbcabb964a427d0c0aa2f57997e0f6bb)