Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-10 | s3-eventlog: implement _eventlog_FlushEventLog(). | Günther Deschner | 1 | -6/+15 | |
Guenther | |||||
2009-04-10 | s3-eventlog: implement _eventlog_GetLogInformation(). | Günther Deschner | 1 | -6/+44 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-02-21 | s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove add_record_to_resp. | Günther Deschner | 1 | -26/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove read_package_entry. | Günther Deschner | 1 | -92/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: remove get_eventlog_record. | Günther Deschner | 1 | -134/+0 | |
Guenther | |||||
2009-02-04 | s3-eventlog: add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-02-04 | s3-eventlog: use pidl for _eventlog_ReadEventLogW. | Günther Deschner | 1 | -55/+68 | |
Guenther | |||||
2009-02-03 | s3-eventlog: allow to open eventlog tdbs readonly. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-01-24 | s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2009-01-24 | Revert "s3-eventlog: trying to avoid to pass around full ndr structures in ↵ | Günther Deschner | 1 | -11/+6 | |
rpc_server." This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a. | |||||
2009-01-24 | s3-eventlog: fix various invalid memcpy in read_package_entry(). | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-01-16 | s3-eventlog: fix _eventlog_CloseEventLog. | Günther Deschner | 1 | -1/+10 | |
Guenther | |||||
2009-01-16 | s3-eventlog: some minor code cleanup in eventlog server. | Günther Deschner | 1 | -23/+10 | |
Guenther | |||||
2009-01-14 | s3-eventlog: fix ps struct removal leftover. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-01-14 | s3-eventlog: use main talloc context in eventlog read call. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2009-01-08 | Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn | Volker Lendecke | 1 | -8/+2 | |
2009-01-08 | Make use of a talloc_destructor for free_eventlog_info() | Volker Lendecke | 1 | -7/+10 | |
2009-01-08 | s3-eventlog: minor cosmetics. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-01-08 | s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server. | Günther Deschner | 1 | -6/+11 | |
Jerry, please check. Guenther | |||||
2008-11-24 | Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS! | Volker Lendecke | 1 | -2/+2 | |
2008-11-20 | Second part of fix for bug #5891 - smbd crashed when viewing the eventlog ↵ | Jeremy Allison | 1 | -5/+3 | |
exported by "eventlog list". Don't leak memory on error paths. Jeremy. | |||||
2008-11-20 | s3-eventlog: remove trailing whitespace. | Günther Deschner | 1 | -44/+44 | |
Guenther | |||||
2008-11-20 | s3-eventlog: avoid passing down full prs_struct in eventlog server. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-11-20 | eventlog: don't crash in sync_eventlog_params(). | Michael Adam | 1 | -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-19 | This code mixes up int and uint32 when pulling out of a TDB. This is very ↵ | Jeremy Allison | 1 | -4/+4 | |
bad. Fixing... May fix bug #5891, not sure. Jeremy. | |||||
2008-11-11 | Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ↵ | Jeremy Allison | 1 | -1/+1 | |
list" Don't mix TALLOC and SAFE_FREE(). Jeremy. | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -3/+3 | |
2008-10-31 | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 1 | -6/+5 | |
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy. | |||||
2008-02-04 | Remove unused arguments in read_package_entry() in the eventlog rpc server. | Günther Deschner | 1 | -3/+1 | |
Guenther (This used to be commit c2e786d4e2cb53b5a8be45278f221acaa7f5122a) | |||||
2008-02-04 | Use pidl for _eventlog_OpenEventLogW(). | Günther Deschner | 1 | -23/+12 | |
Guenther (This used to be commit ef293be6cb95225f10e8062b3089dc1bbe5fd013) | |||||
2008-02-04 | Copy inline comment for _eventlog_ClearEventLogW() from rpc_parse to rpc_server. | Günther Deschner | 1 | -0/+13 | |
Guenther (This used to be commit 26eadadbf628f4d3aa4cd0ab4b55d47dc79c80ba) | |||||
2008-02-04 | Use pidl for _eventlog_ClearEventLogW(). | Günther Deschner | 1 | -20/+8 | |
Guenther (This used to be commit 70a4ba798cdd3b4daa01c2f6aa693de34288c8b9) | |||||
2008-02-04 | Use pidl for _eventlog_GetOldestRecord(). | Günther Deschner | 1 | -11/+5 | |
Guenther (This used to be commit a6a5d99f5206dc4b94f3d0ecceb5198d66afdf41) | |||||
2008-02-04 | Use pidl for _eventlog_GetNumRecords(). | Günther Deschner | 1 | -11/+5 | |
Guenther (This used to be commit af30a6373e7d85df4bb99e153588498938ddc368) | |||||
2008-01-29 | Fix a return value from sync_eventlog_params() (patch from Volker) | Gerald W. Carter | 1 | -1/+1 | |
(This used to be commit 77085f1a58666ac4314924d18c87d4add0553dba) | |||||
2008-01-17 | Convert sync_eventlog_params() to use reg_api instead of reg_frontend. | Michael Adam | 1 | -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-01 | Fix some C++ warnings | Volker Lendecke | 1 | -15/+10 | |
(This used to be commit 156c7f10bb63a610f85b52242cfd1b67bfa73c29) | |||||
2007-11-27 | Remove pstring from everything in rpc_server except | Jeremy Allison | 1 | -57/+105 | |
srv_spoolss_nt.c and srv_srvsvc_nt.c. They're next :-). Jeremy. (This used to be commit 55b4f9d003b036af69085f7b64e0df08c5ba440d) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -7/+7 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r23591: Fix bug #4725. Don't crash when no eventlogs specified. Needs | Jeremy Allison | 1 | -0/+4 | |
merging for 3.0.25b. Jeremy. (This used to be commit ae239fec6faa79018c818506b391b829ccd685f8) | |||||
2007-10-10 | r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init ↵ | Gerald Carter | 1 | -4/+141 | |
call renames for svcctl in the previous commit (This used to be commit ebcae48ec10fefa74efcc3563cff50e3b9c2388c) | |||||
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -1/+1 | |
and fix all compiler warnings in the users metze (This used to be commit 3a28443079c141a6ce8182c65b56ca210e34f37f) | |||||
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -1/+1 | |
more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5) | |||||
2007-10-10 | r19991: Sorry for this 2000-liner... | Volker Lendecke | 1 | -1/+1 | |
The main thing here is a rewrite of srv_winreg_nt.c. The core functionality has moved to registry/reg_api.c which is then usable by the rest of Samba as well. On that way it fixes creating keys with more than one element in the path. This did not work before. Two things that sneaked in (sorry :-) is the change of some routines from NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal. Volker (This used to be commit fea52801de8c7b85c578d200c599475680c5339f) | |||||
2007-10-10 | r19947: Change regkey_open_internal to take the parent key and a talloc_ctx as | Volker Lendecke | 1 | -4/+3 | |
arguments. This also replaces regkey_close_internal by TALLOC_FREE. Volker (This used to be commit a177bbb2d5611f03cec25b7577c2e6a542f94a69) | |||||
2007-10-10 | r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a ↵ | Volker Lendecke | 1 | -2/+3 | |
talloc ctx is misleading here. This needs fixing properly :-) Volker (This used to be commit f808182346aa16bb2f3a9383e28d318099a5e14e) |