Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -1/+1 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | The usual !pstring... | Jeremy Allison | 2007-12-04 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | add talloc_stackframe() to eventlogadm | Volker Lendecke | 2007-11-23 | 1 | -0/+2 |
| | | | | Thanks to Günther Kukkukk for noticing | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -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 Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 2007-10-10 | 1 | -2/+2 |
| | | | | clean up a bunch of no previous prototype warnings | ||||
* | r16656: Fix #3894 and #3895 reported by jason@ncac.gwu.edu. | Jeremy Allison | 2007-10-10 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | r16640: Fix bug #3886 reported by jason@ncac.gwu.edu. | Jeremy Allison | 2007-10-10 | 1 | -3/+0 |
| | | | | Jeremy. | ||||
* | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 2007-10-10 | 1 | -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 Allison | 2007-10-10 | 1 | -0/+2 |
| | | | | | What I'd give for a global constructor... Jeremy. | ||||
* | r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogs | Gerald Carter | 2007-10-10 | 1 | -3/+7 |
| | | | | | are listed in smb.conf * initialize the local group description in set_alias_info() | ||||
* | r11763: fix more build breakage | Gerald Carter | 2007-10-10 | 1 | -4/+4 |
| | |||||
* | r11227: patch from brian moran to fix typo in eventlog message file registry ↵ | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | value name | ||||
* | r11136: patches from Brian Moran for eventlogadm utility | Gerald Carter | 2007-10-10 | 1 | -59/+113 |
| | |||||
* | r11123: * patches from Brian Moran for creating new eventlog | Gerald Carter | 2007-10-10 | 1 | -1/+6 |
| | | | | | | source keys * my patches to get registry utility functions linking with eventlogadm tool | ||||
* | r11065: rename wr_eventlog to eventlogadm | Gerald Carter | 2007-10-10 | 1 | -0/+166 |