summaryrefslogtreecommitdiffstats
path: root/source/utils/eventlogadm.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
| | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy.
* The usual !pstring...Jeremy Allison2007-12-041-1/+1
| | | | Jeremy.
* add talloc_stackframe() to eventlogadmVolker Lendecke2007-11-231-0/+2
| | | | Thanks to Günther Kukkukk for noticing
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-2/+2
| | | | clean up a bunch of no previous prototype warnings
* r16656: Fix #3894 and #3895 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-3/+3
| | | | Jeremy.
* r16640: Fix bug #3886 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-3/+0
| | | | Jeremy.
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
| | | | | What I'd give for a global constructor... Jeremy.
* r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter2007-10-101-3/+7
| | | | | are listed in smb.conf * initialize the local group description in set_alias_info()
* r11763: fix more build breakageGerald Carter2007-10-101-4/+4
|
* r11227: patch from brian moran to fix typo in eventlog message file registry ↵Gerald Carter2007-10-101-1/+1
| | | | value name
* r11136: patches from Brian Moran for eventlogadm utilityGerald Carter2007-10-101-59/+113
|
* r11123: * patches from Brian Moran for creating new eventlogGerald Carter2007-10-101-1/+6
| | | | | | source keys * my patches to get registry utility functions linking with eventlogadm tool
* r11065: rename wr_eventlog to eventlogadmGerald Carter2007-10-101-0/+166