1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-16 11:17:07 +03:00

24 Commits

Author SHA1 Message Date
Günther Deschner
15d22925de Remove unused marshalling for EVENTLOG_OPEN_EVENTLOG.
Guenther
2008-02-04 11:10:53 +01:00
Günther Deschner
badbdf1b88 Remove unused marshalling for EVENTLOG_CLEAR_EVENTLOG.
Guenther
2008-02-04 10:56:16 +01:00
Günther Deschner
26eadadbf6 Copy inline comment for _eventlog_ClearEventLogW() from rpc_parse to rpc_server.
Guenther
2008-02-04 10:55:14 +01:00
Günther Deschner
f837fff80e Remove unused marshalling for EVENTLOG_GET_OLDEST_ENTRY.
Guenther
2008-02-04 10:45:50 +01:00
Günther Deschner
0c8e0916d7 Remove unused marshalling for EVENTLOG_GET_NUM_RECORDS.
Guenther
2008-02-04 10:12:08 +01:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Gerald Carter
ebcae48ec1 r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init call renames for svcctl in the previous commit 2007-10-10 12:23:02 -05:00
Jeremy Allison
f6fa3080fe r22542: Move over to using the _strict varients of the talloc
calls. No functional changes. Looks bigger than it is :-).
Jeremy.
2007-10-10 12:19:44 -05:00
Jeremy Allison
9dafb7f48c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
to do the upper layer directories but this is what
everyone is waiting for....

Jeremy.
2007-10-10 11:19:14 -05:00
Jeremy Allison
934dddb2fa r16601: Klocwork #2038. Fix memleak on error path.
Jeremy.
2007-10-10 11:19:02 -05:00
Gerald Carter
ba2f94aeae r11760: fix sequential reads in the eventlog; event viewer is behaving better now as well but needs more testing 2007-10-10 11:05:26 -05:00
Gerald Carter
f5f40633bc r11332: eventlog API uses NTSTATUS, not WERROR for return codes 2007-10-10 11:05:13 -05:00
Gerald Carter
939c3cb5d7 r10656: BIG merge from trunk. Features not copied over
* \PIPE\unixinfo
* winbindd's {group,alias}membership new functions
* winbindd's lookupsids() functionality
* swat (trunk changes to be reverted as per discussion with Deryck)
2007-10-10 11:04:48 -05:00
Gerald Carter
6ff0fa0b43 r7880: fix a typo and memleak on failures cases (patch from marcin) 2007-10-10 10:58:00 -05:00
Gerald Carter
a71e104af8 r6680: event log patches from Marcin 2007-10-10 10:56:51 -05:00
Volker Lendecke
61d40ac60d r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
--enable-developer=yes?

Volker
2007-10-10 10:56:41 -05:00
Gerald Carter
4e0ac63c36 r6014: rather large change set....
pulling back all recent rpc changes from trunk into
3.0.  I've tested a compile and so don't think I've missed
any files.  But if so, just mail me and I'll clean backup
in a couple of hours.

Changes include \winreg, \eventlog, \svcctl, and
general parse_misc.c updates.

I am planning on bracketing the event code with an
#ifdef ENABLE_EVENTLOG until I finish merging Marcin's
changes (very soon).
2007-10-10 10:56:15 -05:00
Andrew Tridgell
d7b2087865 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that were in the head branch but weren't in SAMBA_2_0 -
Luke Leighton
4c3556fae7 this one's a handle-based one (missed in the first round). -
Luke Leighton
3b583f7be5 return results on prs_xxxxx() and all xxx_io_xxx() routines.
the whole task is not complete, yet.  xxx_io_xxx() routines that
_call_ xxx_io_xxx() routines not done.

prs_xxxx() covered by macros.  considering doing xxx_io_xxxx in the same way.
-
Luke Leighton
bcc1212b07 event log update -
Jean-François Micouleau
66b4b896fb Added a new command to rpcclient: eventlog <log> where <log> is System,
Security or Application. That's a crude equivalent to the eventviewer.

	Jean Francois
-