summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_eventlog_lib.c
Commit message (Collapse)AuthorAgeFilesLines
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-0/+6
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-1/+1
|
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring ↵Volker Lendecke2006-04-171-2/+2
| | | | | | | | | does not have the timeout argument in Samba4. Add a new routine tdb_lock_bystring_with_timeout. Volker
* r13766: Patch from Arek Glabek <aglabek@centeris.com>:Gerald Carter2006-03-011-6/+3
| | | | | * Fix parsing error in eventlogadm caused by log entries with no DAT: line.
* r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter2005-11-171-48/+59
| | | | | | | | | | | | | This feature got broken in some of the other updates. Now each open handle stores an pointer to an open tdb data structure (not the tdb pointer itself). Clearing can be done with a simple elog_close_tdb( elog, True ) to force a close and then calling elog_open_tdb( logname, True ) to force an tdb truncate. Permissions on existing tdbs are maintained which is important. * We don't currently handle backup. Haven't looked at the format of a backuped up eventlog to know what the deal is.
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-181-3/+3
| | | | | x86_64 box. Jeremy.
* r11060: merging new eventlog code from trunkGerald Carter2005-10-141-116/+232
|
* r10819: merging a couple of fixes from trunkGerald Carter2005-10-071-2/+1
| | | | | | | * only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0
* r10795: Fix code before decl error.Jeremy Allison2005-10-071-1/+2
| | | | Jeremy.
* r10781: merging eventlog and svcctl code from trunkGerald Carter2005-10-061-0/+620