summaryrefslogtreecommitdiff
path: root/source3/utils/eventlogadm.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-10s3: Fix Coverity ID 242754 Dereference null return valueVolker Lendecke1-1/+1
2012-04-25s3:eventlogadm make a transaction for addsourceGregor Beck1-1/+14
2012-04-25s3:eventlogadm reimplement addsource using reg_apiGregor Beck1-95/+91
2011-07-28s3:eventlogadm: use lp_load_global()Michael Adam1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-31s3-utils: fix another -Wunused-but-set-variable build warning.Günther Deschner1-3/+0
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-3/+3
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2011-02-07s3-util: Moved eventlog_add_source to admin util.Andreas Schneider1-5/+194
2010-05-25s3:registry: extract reg_eventlog prototypes to header of their ownMichael Adam1-0/+1
2010-05-25s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam1-0/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-05-06s3-eventlog: move all eventlog headers to lib/eventlog and only include where...Günther Deschner1-0/+1
2010-02-15s3: eventlogadm.c: add -s option to use alternative config file.Holger Hetterich1-4/+15
2009-11-30Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke1-1/+4
2009-09-16s3-eventlogadm: Fix Coverity #938: UNINIT.Günther Deschner1-1/+1
2009-02-04s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs.Günther Deschner1-9/+14
2009-02-03s3-eventlogadm: add command to dump stored tdb entries.Günther Deschner1-0/+53
2009-02-03s3-eventlog: pass down talloc context to parse_logentry().Günther Deschner1-1/+2
2009-02-03s3-eventlog: allow to open eventlog tdbs readonly.Günther Deschner1-1/+1
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-1/+3
2008-04-13Fix the build of eventlogadm.Günther Deschner1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-04The usual !pstring...Jeremy Allison1-1/+1
2007-11-23add talloc_stackframe() to eventlogadmVolker Lendecke1-0/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
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-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-2/+2
2007-10-10r16656: Fix #3894 and #3895 reported by jason@ncac.gwu.edu.Jeremy Allison1-3/+3
2007-10-10r16640: Fix bug #3886 reported by jason@ncac.gwu.edu.Jeremy Allison1-3/+0
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+2
2007-10-10r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter1-3/+7
2007-10-10r11763: fix more build breakageGerald Carter1-4/+4
2007-10-10r11227: patch from brian moran to fix typo in eventlog message file registry ...Gerald Carter1-1/+1
2007-10-10r11136: patches from Brian Moran for eventlogadm utilityGerald Carter1-59/+113
2007-10-10r11123: * patches from Brian Moran for creating new eventlogGerald Carter1-1/+6
2007-10-10r11065: rename wr_eventlog to eventlogadmGerald Carter1-0/+166