summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25665: Add some more WERR codes.Günther Deschner2-0/+11
Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b)
2007-12-21r25664: Use [out] pointers in frsapi idl.Günther Deschner1-3/+3
Guenther (This used to be commit 2114103aedbe2134624caa3aba42b6f7721e6d45)
2007-12-21r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl.Günther Deschner1-4/+12
Guenther (This used to be commit 109e05b5117b1722a190765f84563cea24273de1)
2007-12-21r25662: While watching traces, learned the frsapi_InfoEnum enum types.Günther Deschner1-0/+14
Guenther (This used to be commit 5922a1228653709e1ff99be50e902663e152c706)
2007-12-21r25661: We don't actually need to know with DEBUG(0, ... every time we ask forAndrew Bartlett1-6/+0
some random bytes. Andrew Bartlett (This used to be commit 606c82f6254b8dc6fb32740a7bb55a1989081fe7)
2007-12-21r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett3-19/+59
require top-quality entropy. We don't want to waste system enropy generating challenges (which simply need to be unpredictable, not secret) or when generating UUIDs. Rework generate_random_buffer() to use /dev/urandom less often, only to seed the existing RC4 based PRNG. (With an exception to ensure we don't waste this setup cost for very small entropy requests). Perhaps we should be using heimdal's code for this instead? This should drasticly reduce our entropy use, particularly in the build farm (automated Samba build on hosts without much other source of entropy). Andrew Bartlett (This used to be commit 6a5630d37191542022f02fae519227b7829ef620)
2007-12-21r25642: Fix a small typo.Kai Blin1-1/+1
(This used to be commit 7416a1d606a315174b782d67463f8cec878d18bb)
2007-12-21r25630: Allow "NULL" as memory context, for consistency with the rest of the ↵Jelmer Vernooij1-1/+1
code, which also does. (This used to be commit 083b606496308741958bb9fc6b3e50a582857677)
2007-12-21r25628: Fix formatting, missing include.Jelmer Vernooij2-33/+35
(This used to be commit aafd3ea03f52b08b6697f3778728659c790d03b4)
2007-12-21r25627: Remove unused global.Jelmer Vernooij1-14/+5
(This used to be commit b0b4668333b53991b04cae8905836c766e50aa10)
2007-12-21r25626: Move some debug-specific prototypes to debug.h.Jelmer Vernooij3-56/+56
(This used to be commit 84a202754004ec618aa2663a4614d80eb2c7ce60)
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij21-102/+88
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
2007-12-21r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap'Stefan Metzmacher1-0/+6
metze (This used to be commit 398940031ba4b8208d80c0e589b7235120cf3594)
2007-12-21r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcapStefan Metzmacher1-0/+4
metze (This used to be commit eceed3f6d6d8df2abd264b7cc7b74ad3e1fc0758)
2007-12-21r25619: As perhaps could have been expected, the CFLAGS hack broke all non-gccAndrew Bartlett2-2/+1
compilers. Instead, as jelmer suggests, remove the depricated marker on fstring, for as long as it is used in the samba3 winbind protocol. Andrew Bartlett (This used to be commit b15df834ae6506a5c585ec1ede8bf513339d9b13)
2007-12-21r25618: I'm sick of the fstring warnings turning up here. Let's see how muchAndrew Bartlett1-0/+1
of the build farm I can break with this... Andrew Bartlett (This used to be commit b7e4b4f95cc3363329b2b14a4295bcb47bb30c53)
2007-12-21r25617: Make sure system include paths come after samba include paths. Patch ↵Jelmer Vernooij1-14/+23
from Timur Bakeyev. (This used to be commit 7565c4a0dd304312898839df6789f7338cc1ea63)
2007-12-21r25616: Fedora DS now has a way to install the schema and extra configurationAndrew Bartlett3-11/+11
as part of the setup inf file. Andrew Bartlett (This used to be commit 6c8987464e198430885b9e71b54fed6758886fdd)
2007-12-21r25615: Honor SMBD_VALGRIND and NMBD_VALGRIND for Samba3.Jelmer Vernooij1-3/+13
(This used to be commit 9f1e4a44b55feca9ad873f7c0a29c99e76d2ec57)
2007-12-21r25614: Add trivial tdb website.Jelmer Vernooij1-0/+44
(This used to be commit 6f88c41c31271fd4b634b6393dc4ca44563a88d2)
2007-12-21r25613: verify the length and type before checking the value,Stefan Metzmacher1-3/+2
hopefully gives more info why this fails some bigendian platforms metze (This used to be commit 1d2bc79aa5841bbdbaf003005a161bbf294c7366)
2007-12-21r25612: Add test_SetKeySecurity() call.Günther Deschner1-1/+45
Guenther (This used to be commit a5e4d13eef9f20fdd304bff7279e56e09aa070f2)
2007-12-21r25611: Smaller fix for winreg test.Günther Deschner1-1/+5
Guenther (This used to be commit e9e6ee4f73c5ed88cbf4585aa7e1a40e06cc131f)
2007-12-21r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner1-9/+14
Guenther (This used to be commit 99408cf20c6feb745cd2dd56c37015cfa11e9b3d)
2007-12-21r25609: Reformat RPC-WINREG test.Günther Deschner1-18/+22
Guenther (This used to be commit 617091fb5aa708f4bfef3312d1442c3fc627bd30)
2007-12-21r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner1-29/+1
Guenther (This used to be commit 1ebcceb922bdb566e6a548aa1ad816eb8e9e26e9)
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner6-21/+28
security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
2007-12-21r25606: Allow test_GetKeySecurity() to return a security descriptor.Günther Deschner1-7/+13
Guenther (This used to be commit 3a0d22f572bac4f53902cf1fcb6534fe88e6edab)
2007-12-21r25605: Last round of registry reformats (before this gets an obsession...).Günther Deschner4-271/+328
Guenther (This used to be commit ceb2ebfbf1eeb80bd34beadbba3a3c7a04da306a)
2007-12-21r25604: Add security_descriptor_append() helper function.Günther Deschner1-0/+42
Guenther (This used to be commit 7d8f53b1c73dc4025821d96d8f675b6866407acb)
2007-12-21r25603: More reformat.Günther Deschner5-118/+164
Guenther (This used to be commit 176614423ea57e853211c43b9853203243c6a978)
2007-12-21r25602: don't imply "system/network.h" within replace.h,Stefan Metzmacher2-4/+18
as this brings in the socket_wrapper.h in unexpected code and we endup with a missing 'swrap_close' while linking metze (This used to be commit 507d5ca7d994f0771dbb66e61d2d22e391508658)
2007-12-21r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher2-7/+12
(here it's "system/time.h") metze (This used to be commit 00467c25930a527eb9831cfd893bd8e217ca4f74)
2007-12-21Merge commit 'release-4-0-0alpha1' into v4-0-testStefan Metzmacher0-0/+0
(This used to be commit 8fc632baaacf19602e9fc1b5b5dac47082c7ba8b)
2007-12-21[GLUE] fix some executable bits on shell scriptsStefan Metzmacher10-0/+0
metze (This used to be commit 76f1f7d7017977e49d100627db728cef1a8a95c0)
2007-12-21r24958: This is the final text, and the final version. I'll send the releaseAndrew Bartlett3-7/+11
mail shortly. Andrew Bartlett (This used to be commit 42c07d0d74a54f469ff6c8229454fc933f3bad66)
2007-12-21r24947: Forgot to merge this to release branch, so we got weird subs inAndrew Bartlett1-0/+2
named.conf example. Andrew Bartlett (This used to be commit 7ecedd050038855c65d57ac66e8f6d8890038cf0)
2007-12-21r24944: Merge acct_expiry fix to release branch.Andrew Bartlett2-5/+13
Andrew Bartlett (This used to be commit 9cc19bcc37eaef380c83c5a69cef38f351a0c72f)
2007-12-21r24919: Merge build fix and improved error strings to release branch.Andrew Bartlett2-3/+5
Andrew Bartlett (This used to be commit f189553db73c7d93d30cfa36073d86be14427f13)
2007-12-21r24917: More thoughts on Samba4 release notes, readme etc.Andrew Bartlett3-152/+17
Andrew Bartlett (This used to be commit 69c31936104bd3ed19a622a0c7ef0fb36f185b17)
2007-12-21r24916: (merge to release branch)Andrew Bartlett4-89/+63
In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de> allow the objectclass module to reconstruct the objectclass hierarchy, rather than using templates. The issue being fixed in particular is that 'top' was not being set on containers. This should ensure we do this right for all objects. Andrew Bartlett (This used to be commit eeaa6f82492f2ec5f6595d93451c1429c4f6947e)
2007-12-21r24912: Merge 'use more substituted variables' patch to release branch.Andrew Bartlett1-5/+5
Andrew Bartlett (This used to be commit 075147ff1c2679b74d6e28c3ca401453b684bee0)
2007-12-21r24910: Merge named.conf patch by Andrew Kroeger <andrew@sprocks.gotdns.com>Andrew Bartlett1-6/+15
into release branch. Andrew Bartlett (This used to be commit 413af0aa02df1d0b8b3998253d4375364cc6899a)
2007-12-21r24858: Make the 'vampire' code work again - clearly nobody uses this...Andrew Bartlett1-0/+4
Andrew Bartlett (This used to be commit 6961ab9291d719fa556d116b60d186cf1110c249)
2007-12-21r24823: Without any better ideas as to how to fill out the WHATSNEW, I'veAndrew Bartlett1-2/+100
stolen the text from the first TP. Comments welcome... Andrew Bartlett (This used to be commit 3db7721ae16c65d93b13f55a84946fb5d2faa5b7)
2007-12-21r24821: Update the mkrelease.sh script and mkversion.sh to make releasing ↵Andrew Bartlett2-5/+22
correct Samba4 tarballs harder to screw up. Andrew Bartlett (This used to be commit b17e1c783216ed0b0975c1a2e7f2a6f95cd1ac33)
2007-10-10r25600: fix stupid typo...this should fix the build on sunXStefan Metzmacher1-1/+1
metze (This used to be commit 192c05556f786b4523fb325cee6d87b251aee059)
2007-10-10r25599: print the error...Stefan Metzmacher1-1/+1
metze (This used to be commit b7027404ba525956f2c6ad8005b17cde7e16184f)
2007-10-10r25597: HPUX doesn't have INET_ADDRSTRLEN definedStefan Metzmacher1-0/+4
metze (This used to be commit f9696109cc8f4646599f73b78e1eacd94d1a6c2c)
2007-10-10r25596: It isn't valid to take the address of an array on the stack, and thisAndrew Bartlett1-1/+1
isn't what memset wants anyway. Thanks to Indar Kriplani <indar.kriplani@gmail.com>. Fixes bug 5010 Andrew Bartlett (This used to be commit fd309065bb697cfaaa595d060defee1761cf9523)