1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

18 Commits

Author SHA1 Message Date
Günther Deschner
57a5628abf Fix the build of eventlogadm.
Guenther
2008-04-13 18:28:24 +02:00
Jeremy Allison
52dc5eaef2 Remove the char[1024] strings from dynconfig. Replace
them with malloc'ing accessor functions. Should save a
lot of static space :-).
Jeremy.
2007-12-10 11:30:37 -08:00
Jeremy Allison
b676262a78 The usual !pstring...
Jeremy.
2007-12-04 16:56:18 -08:00
Volker Lendecke
9751cc222c add talloc_stackframe() to eventlogadm
Thanks to Günther Kukkukk for noticing
2007-11-23 14:39:21 +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
Herb Lewis
c60687db11 r20261: merge 20260 from samba_3_0_24
clean up a bunch of no previous prototype warnings
2007-10-10 12:16:37 -05:00
Jeremy Allison
ddf35ad692 r16656: Fix #3894 and #3895 reported by jason@ncac.gwu.edu.
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
76cc25a37e r16640: Fix bug #3886 reported by jason@ncac.gwu.edu.
Jeremy.
2007-10-10 11:19:05 -05:00
Derrell Lipman
f2a24de769 r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
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.)
2007-10-10 11:06:18 -05:00
Jeremy Allison
c970d7d0a5 r12555: Fix more load_case_table swegfaults. Arggg.
What I'd give for a global constructor...
Jeremy.
2007-10-10 11:05:59 -05:00
Gerald Carter
58f8b42069 r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogs
are listed in smb.conf
* initialize the local group description in set_alias_info()
2007-10-10 11:05:51 -05:00
Gerald Carter
5ab76ec8f8 r11763: fix more build breakage 2007-10-10 11:05:26 -05:00
Gerald Carter
34c3fd77b3 r11227: patch from brian moran to fix typo in eventlog message file registry value name 2007-10-10 11:05:06 -05:00
Gerald Carter
47b626a8f7 r11136: patches from Brian Moran for eventlogadm utility 2007-10-10 11:05:02 -05:00
Gerald Carter
24e7663086 r11123: * patches from Brian Moran for creating new eventlog
source keys
* my patches to get registry utility functions linking
  with eventlogadm tool
2007-10-10 11:05:00 -05:00
Gerald Carter
9a63b52efa r11065: rename wr_eventlog to eventlogadm 2007-10-10 11:04:59 -05:00