summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_eventlog_nt.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-rpc_server: move services into individual directories.Günther Deschner2011-02-101-939/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 22:13:17 CET 2011 on sn-devel-104
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-2/+2
| | | | | | | | | This will allow the auth_serversupplied_info struct to be migrated to auth_session_info easier. Adnrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-rpc_server: Migrated eventlog to winreg.Andreas Schneider2011-02-071-22/+72
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
|
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-0/+1
| | | | | The reg_api.c code should just export functions that direclty relate to winreg api calls.
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-111-1/+1
| | | | | | | | | This no longer needs to be global, and should be const. We now also init it with the C99 style initialisers. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
| | | | | | | | | The all UPPER case typedef is no longer the preferred Samba style and this makes it easier to see that this is the IDL-derivied structure Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-eventlog: Use struct pipes_struct.Andreas Schneider2010-07-281-28/+43
|
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-4/+9
| | | | | | Just pull and push data as is. Guenther
* s3-eventlog: Fixed the keyname delimiter for the registry key.Andreas Schneider2010-06-281-1/+1
|
* s3-eventlog: make sure _eventlog_OpenEventLogW fails when we cannot open the ↵Günther Deschner2010-06-281-1/+4
| | | | | | registry key. Guenther
* s3-security: use shared "File Object specific access rights".Günther Deschner2010-06-031-2/+2
| | | | Guenther
* s3-eventlog: try to pass RPC-EVENTLOG during make test as non-root.Günther Deschner2010-06-011-5/+22
| | | | Guenther
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
| | | | Guenther
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
|
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-eventlog: move all eventlog headers to lib/eventlog and only include ↵Günther Deschner2010-05-061-0/+1
| | | | | | where required. Guenther
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-261-0/+1
| | | | | | samba. Guenther
* s3-eventlog: implement _eventlog_ReportEventW().Günther Deschner2009-06-231-6/+77
| | | | Guenther
* s3-eventlog: implement _eventlog_FlushEventLog().Günther Deschner2009-04-101-6/+15
| | | | Guenther
* s3-eventlog: implement _eventlog_GetLogInformation().Günther Deschner2009-04-101-6/+44
| | | | Guenther
* s3: remove POLICY_HND.Günther Deschner2009-03-181-3/+3
| | | | Guenther
* s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.Günther Deschner2009-02-211-1/+1
| | | | Guenther
* s3-eventlog: remove add_record_to_resp.Günther Deschner2009-02-041-26/+0
| | | | Guenther
* s3-eventlog: remove read_package_entry.Günther Deschner2009-02-041-92/+0
| | | | Guenther
* s3-eventlog: remove get_eventlog_record.Günther Deschner2009-02-041-134/+0
| | | | Guenther
* s3-eventlog: add my copyright.Günther Deschner2009-02-041-0/+1
| | | | Guenther
* s3-eventlog: use pidl for _eventlog_ReadEventLogW.Günther Deschner2009-02-041-55/+68
| | | | Guenther
* s3-eventlog: allow to open eventlog tdbs readonly.Günther Deschner2009-02-031-3/+3
| | | | Guenther
* s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.Günther Deschner2009-01-241-0/+5
| | | | Guenther
* Revert "s3-eventlog: trying to avoid to pass around full ndr structures in ↵Günther Deschner2009-01-241-11/+6
| | | | | | rpc_server." This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a.
* s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner2009-01-241-5/+5
| | | | Guenther
* s3-eventlog: fix _eventlog_CloseEventLog.Günther Deschner2009-01-161-1/+10
| | | | Guenther
* s3-eventlog: some minor code cleanup in eventlog server.Günther Deschner2009-01-161-23/+10
| | | | Guenther
* s3-eventlog: fix ps struct removal leftover.Günther Deschner2009-01-141-1/+0
| | | | Guenther
* s3-eventlog: use main talloc context in eventlog read call.Günther Deschner2009-01-141-3/+2
| | | | Guenther
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-081-8/+2
|
* Make use of a talloc_destructor for free_eventlog_info()Volker Lendecke2009-01-081-7/+10
|
* s3-eventlog: minor cosmetics.Günther Deschner2009-01-081-1/+3
| | | | Guenther
* s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server.Günther Deschner2009-01-081-6/+11
| | | | | | Jerry, please check. Guenther
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-2/+2
|
* Second part of fix for bug #5891 - smbd crashed when viewing the eventlog ↵Jeremy Allison2008-11-201-5/+3
| | | | | | exported by "eventlog list". Don't leak memory on error paths. Jeremy.
* s3-eventlog: remove trailing whitespace.Günther Deschner2008-11-201-44/+44
| | | | Guenther
* s3-eventlog: avoid passing down full prs_struct in eventlog server.Günther Deschner2008-11-201-10/+10
| | | | Guenther
* eventlog: don't crash in sync_eventlog_params().Michael Adam2008-11-201-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>
* This code mixes up int and uint32 when pulling out of a TDB. This is very ↵Jeremy Allison2008-11-191-4/+4
| | | | | | bad. Fixing... May fix bug #5891, not sure. Jeremy.
* Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ↵Jeremy Allison2008-11-111-1/+1
| | | | | | | list" Don't mix TALLOC and SAFE_FREE(). Jeremy.
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-3/+3
|
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-6/+5
| | | | | | calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy.