summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_eventlog_nt.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-4/+9
Just pull and push data as is. Guenther
2010-06-28s3-eventlog: Fixed the keyname delimiter for the registry key.Andreas Schneider1-1/+1
2010-06-28s3-eventlog: make sure _eventlog_OpenEventLogW fails when we cannot open the ↵Günther Deschner1-1/+4
registry key. Guenther
2010-06-03s3-security: use shared "File Object specific access rights".Günther Deschner1-2/+2
Guenther
2010-06-01s3-eventlog: try to pass RPC-EVENTLOG during make test as non-root.Günther Deschner1-5/+22
Guenther
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-1/+1
Guenther
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
Guenther
2010-05-06s3-eventlog: move all eventlog headers to lib/eventlog and only include ↵Günther Deschner1-0/+1
where required. Guenther
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner1-0/+1
samba. Guenther
2009-06-23s3-eventlog: implement _eventlog_ReportEventW().Günther Deschner1-6/+77
Guenther
2009-04-10s3-eventlog: implement _eventlog_FlushEventLog().Günther Deschner1-6/+15
Guenther
2009-04-10s3-eventlog: implement _eventlog_GetLogInformation().Günther Deschner1-6/+44
Guenther
2009-03-18s3: remove POLICY_HND.Günther Deschner1-3/+3
Guenther
2009-02-21s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.Günther Deschner1-1/+1
Guenther
2009-02-04s3-eventlog: remove add_record_to_resp.Günther Deschner1-26/+0
Guenther
2009-02-04s3-eventlog: remove read_package_entry.Günther Deschner1-92/+0
Guenther
2009-02-04s3-eventlog: remove get_eventlog_record.Günther Deschner1-134/+0
Guenther
2009-02-04s3-eventlog: add my copyright.Günther Deschner1-0/+1
Guenther
2009-02-04s3-eventlog: use pidl for _eventlog_ReadEventLogW.Günther Deschner1-55/+68
Guenther
2009-02-03s3-eventlog: allow to open eventlog tdbs readonly.Günther Deschner1-3/+3
Guenther
2009-01-24s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.Günther Deschner1-0/+5
Guenther
2009-01-24Revert "s3-eventlog: trying to avoid to pass around full ndr structures in ↵Günther Deschner1-11/+6
rpc_server." This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a.
2009-01-24s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner1-5/+5
Guenther
2009-01-16s3-eventlog: fix _eventlog_CloseEventLog.Günther Deschner1-1/+10
Guenther
2009-01-16s3-eventlog: some minor code cleanup in eventlog server.Günther Deschner1-23/+10
Guenther
2009-01-14s3-eventlog: fix ps struct removal leftover.Günther Deschner1-1/+0
Guenther
2009-01-14s3-eventlog: use main talloc context in eventlog read call.Günther Deschner1-3/+2
Guenther
2009-01-08Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke1-8/+2
2009-01-08Make use of a talloc_destructor for free_eventlog_info()Volker Lendecke1-7/+10
2009-01-08s3-eventlog: minor cosmetics.Günther Deschner1-1/+3
Guenther
2009-01-08s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server.Günther Deschner1-6/+11
Jerry, please check. Guenther
2008-11-24Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke1-2/+2
2008-11-20Second part of fix for bug #5891 - smbd crashed when viewing the eventlog ↵Jeremy Allison1-5/+3
exported by "eventlog list". Don't leak memory on error paths. Jeremy.
2008-11-20s3-eventlog: remove trailing whitespace.Günther Deschner1-44/+44
Guenther
2008-11-20s3-eventlog: avoid passing down full prs_struct in eventlog server.Günther Deschner1-10/+10
Guenther
2008-11-20eventlog: don't crash in sync_eventlog_params().Michael Adam1-1/+1
When freeing the talloc ctx at the end of the routine, it must be a talloc ctx created inside. talloc_tos() needs to be valid after the function finishes, since callers (may) have data attached to it. Michael Signed-off-by: Günther Deschner <gd@samba.org>
2008-11-19This code mixes up int and uint32 when pulling out of a TDB. This is very ↵Jeremy Allison1-4/+4
bad. Fixing... May fix bug #5891, not sure. Jeremy.
2008-11-11Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ↵Jeremy Allison1-1/+1
list" Don't mix TALLOC and SAFE_FREE(). Jeremy.
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-3/+3
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-6/+5
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy.
2008-02-04Remove unused arguments in read_package_entry() in the eventlog rpc server.Günther Deschner1-3/+1
Guenther (This used to be commit c2e786d4e2cb53b5a8be45278f221acaa7f5122a)
2008-02-04Use pidl for _eventlog_OpenEventLogW().Günther Deschner1-23/+12
Guenther (This used to be commit ef293be6cb95225f10e8062b3089dc1bbe5fd013)
2008-02-04Copy inline comment for _eventlog_ClearEventLogW() from rpc_parse to rpc_server.Günther Deschner1-0/+13
Guenther (This used to be commit 26eadadbf628f4d3aa4cd0ab4b55d47dc79c80ba)
2008-02-04Use pidl for _eventlog_ClearEventLogW().Günther Deschner1-20/+8
Guenther (This used to be commit 70a4ba798cdd3b4daa01c2f6aa693de34288c8b9)
2008-02-04Use pidl for _eventlog_GetOldestRecord().Günther Deschner1-11/+5
Guenther (This used to be commit a6a5d99f5206dc4b94f3d0ecceb5198d66afdf41)
2008-02-04Use pidl for _eventlog_GetNumRecords().Günther Deschner1-11/+5
Guenther (This used to be commit af30a6373e7d85df4bb99e153588498938ddc368)
2008-01-29Fix a return value from sync_eventlog_params() (patch from Volker)Gerald W. Carter1-1/+1
(This used to be commit 77085f1a58666ac4314924d18c87d4add0553dba)
2008-01-17Convert sync_eventlog_params() to use reg_api instead of reg_frontend.Michael Adam1-20/+26
This is a step towards untangling the registry. All places should use reg_api.c, reg_frontend should actually more appropriately be named reg_backend_dispatcher and hidden from callers. :-) Michael (This used to be commit 92e95fe58500dc8bf89bb43c1d65559702363767)
2007-12-01Fix some C++ warningsVolker Lendecke1-15/+10
(This used to be commit 156c7f10bb63a610f85b52242cfd1b67bfa73c29)