Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-03 | s3-security: use shared "File Object specific access rights". | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-06-01 | s3-eventlog: try to pass RPC-EVENTLOG during make test as non-root. | Günther Deschner | 1 | -5/+22 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 | |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-06 | s3-eventlog: move all eventlog headers to lib/eventlog and only include ↵ | Günther Deschner | 1 | -0/+1 | |
where required. Guenther | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-06-23 | s3-eventlog: implement _eventlog_ReportEventW(). | Günther Deschner | 1 | -6/+77 | |
Guenther | |||||
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) |