summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25702: Clarify comments and make this module more strict on objectclasses.Andrew Bartlett1-10/+13
This is becoming the schema module... Andrew Bartlett (This used to be commit ecea817a3e793f8ac0187dd83a29e62a7d645868)
2007-12-21r25701: Clarify commentAndrew Bartlett1-1/+1
(This used to be commit cea496d2163db6dde371526dd5a79d4c090839ef)
2007-12-21r25700: Now BOOL no longer exists in Samba 3.2, use bool instead.Jeremy Allison1-1/+1
Jeremy. (This used to be commit ad0b9792f2dc91208a199060585c83ed7f622451)
2007-12-21r25699: Add ForceReplication test.Günther Deschner2-6/+35
Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
2007-12-21r25697: make *clean doesn't work after a svn up when some *.mk files were ↵Stefan Metzmacher2-0/+17
removed the error is: SAMBA_4_0/source> make clean make: *** No rule to make target `lib/ldb/samba/config.mk', needed by `Makefile'. Stop. the problem is: Makefile: config.status $(MK_FILES) ./config.status so now we let the MK_FILES variable empty for the *clean targets if gnu make is detected, we should later test if this construct is portable to other make implementations and remove the check for gnu make. metze (This used to be commit 4c8e539af1e8f14bb449c92db3376dec12344e5b)
2007-12-21r25696: Fix pipe name for dfs.Günther Deschner1-1/+1
Guenther (This used to be commit 7a0441948977bd97508ab662a550b8664e87c724)
2007-12-21r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher3-60/+34
all configure results which are used in replace.h or any system/*.h should be in the in the libreplace *.m4 files! metze (This used to be commit 95462d614d68a93e85232e3a779f8bfa86fba4d1)
2007-12-21r25694: Move subtree_rename above the partitions module. The next step is toAndrew Bartlett1-3/+4
built a linked_attributes module under this. Andrew Bartlett (This used to be commit 4f47e687e579feeb10bb866d62f0c757e5389709)
2007-12-21r25693: Implement the rest of subtree renames, now that tridge waved his magicAndrew Bartlett2-24/+36
over the ldb_tdb part of the problem. Andrew Bartlett (This used to be commit daca0cfd2fc2ec3344415d2d31f399ee3bf16151)
2007-12-21r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell1-1/+3
causes the fd to be closed before epoll is told (This used to be commit d19686cf8a3aba0c6601c5fa58cbf74461055c1c)
2007-12-21r25691: make "server role" case insensitiveAndrew Tridgell1-7/+7
(This used to be commit f61a9b706894de4fa8916b55a24f330eed9f5b0c)
2007-12-21r25690: - only use a readonly traverse in ldb_search when not in a ↵Andrew Tridgell3-3/+21
transaction. When we are in a transaction then we could be in a top level modify operation (such as rename), so we must use a writeable traverse so that the async callbacks can do the modifies while the search is progressing. - don't do the lockall operation on the tdb during a ldb search if in a transaction, as this would prevent modifies by callbacks as well (This used to be commit aa9ab431e071882f42ebc882e809ae1d4b8778d4)
2007-12-21r25689: test with a non-zero size fileAndrew Tridgell1-0/+7
(This used to be commit 2a6713aa239d07f6898f507ddb3631504c379792)
2007-12-21r25688: Add a simple test for a samba3 regressionVolker Lendecke2-0/+116
When trying an reqchal/auth2 for an unknown workstation account, we have to return NT_STATUS_NO_TRUST_SAM_ACCOUNT to the auth2. v3-2-test right now returns NT_STATUS_ACCESS_DENIED, which seems to prevent XP from joining a Samba3 PDC. (This used to be commit 99cc861238a33d43ccc4e97cb5ab756c0a097e1d)
2007-12-21r25687: Move #defined for getaddrinfo into network.h (as otherStefan Metzmacher2-84/+91
defines). Allows RHEL4 compile to work. Jeremy. (cherry picked from commit 0ffdf4fdeea88c21880c8bf69d8db56fb49effa7) (This used to be commit facb811bb3c77a0b98089c283fe0707c5f486c88)
2007-12-21r25686: Added in missing def for AI_ADDRCONFIG.Stefan Metzmacher1-0/+4
Jeremy. (cherry picked from commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf) (This used to be commit 5d2995c413ff3da801c40fc6d631e2cd443695e3)
2007-12-21r25685: rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2-2/+3
metze (cherry picked from commit 96820f8d8f6522fc264efda0f069e2f6a420ac2e) (This used to be commit cd5069a8ca17a3a14814c0fbf55f113690291165)
2007-12-21r25684: use "system/*.h" to get the system includesStefan Metzmacher1-15/+3
metze (cherry picked from commit d20c2fa274297e9577ed28b8ed04806a425bdc57) (This used to be commit ee8557783534ac5b075a8a4655a12b33b854c050)
2007-12-21r25683: fix the compilation of getpass.c and it's configure testStefan Metzmacher2-13/+2
metze (cherry picked from commit f4c0961a16a84dcdfe6e2faafb75c76983e6d466) (This used to be commit 5d747fcad0b0ac66584da500148e7647122e0544)
2007-12-21r25682: r16320: Ensure variable is not null before calling fclose. Klocwork ↵Stefan Metzmacher1-1/+1
#412. Jeremy. (cherry picked from commit 33ee0cfb190a883229d0824d7194898fd8966ceb) (This used to be commit 3910d069413834744b17175bb29775a69002712e)
2007-12-21r25681: r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Stefan Metzmacher1-2/+4
(cherry picked from commit 46c12de07fe6f44bcf58ca9de276e7932384843d) (This used to be commit 7099dde3fd8962e752451ebe2d5d79de4d7caee9)
2007-12-21r25680: Volker's fix for bug #668. Change the \n after the password prompt ↵Stefan Metzmacher1-2/+3
to go to tty instead of stdout. (cherry picked from commit 0cd1ed0424ce87f60070d43caffda41be6706d59) (This used to be commit 249d69fd85b67657a4523ffc9244a8b4ab01270a)
2007-12-21r25679: reapply: Allow ^C to interrupt smbpasswd if using our getpass. from ↵Stefan Metzmacher1-4/+32
Jeremy metze (cherry picked from commit d4ae42b1b2982dd786d6da16d7fa964d25fd3356) (This used to be commit a11d21790fc2ee33998e042195ccbad73631bad8)
2007-12-21r25678: reformat getpass() replacement codeStefan Metzmacher1-62/+58
metze (cherry picked from commit 3e8f43e3cf97f10be4717978643ef3edca8650a5) (This used to be commit 78da4477a7ef920ff77b41abb841465511b8db31)
2007-12-21r25677: add missing stuff from samba3Stefan Metzmacher1-0/+30
metze (This used to be commit d286c0533dd2726ebc547dcaf99f45169d4a9d2f)
2007-12-21r25676: fixed a valgrind error in the epoll event backend. The linked listAndrew Tridgell1-3/+2
could get mucked up. (This used to be commit 67240f380b2828eb85463ab2d256ae601f57348f)
2007-12-21r25675: More frsapi IDL.Günther Deschner1-1/+7
Guenther (This used to be commit 7ab033e8395d5284e9223618c238ff94d3948ac8)
2007-12-21r25674: fix crash bug in pidl generated client code, thisStefan Metzmacher1-1/+1
could have happend with [in,out,unique] pointers when the clients sends a valid pointer, but the server reponse with a NULL pointer (as samba-3.0.26a do for some calls). I've tested with midl to see how windows handles this situation and also the reverse case where the client sends NULL and the server reposnse with non-NULL. It appears that midl generated code just ignores this and only copies the result if both pointers are non-NULL. metze (This used to be commit 7203f717a676a741e49f96f2d477f4f459575caf)
2007-12-21r25673: Ignore RPC-FRSAPI for samba4.Günther Deschner1-0/+1
Guenther (This used to be commit b9d53f1eea8c1840e24edcbcbc3a284123ecfa36)
2007-12-21r25672: Some more FRS werrors.Günther Deschner2-0/+4
Guenther (This used to be commit 8fa3de8dca9e9d0d9f7fc79e4fc78b85313f870b)
2007-12-21r25671: Add stub FRSAPI_FORCE_REPLICATION.Günther Deschner1-0/+5
Guenther (This used to be commit a7ebef8dd744104da7216344867d8d2bd5463d1f)
2007-12-21r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner2-2/+88
Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
2007-12-21r25669: Real build fix.Günther Deschner1-1/+1
Guenther (This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01)
2007-12-21r25668: Hopefully fix the build, sorry...Günther Deschner2-3/+4
Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8)
2007-12-21r25667: Start on frsapi testsuite.Günther Deschner5-4/+135
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
2007-12-21r25666: Add frsapi_IsPathReplicated IDL.Günther Deschner1-3/+14
Guenther (This used to be commit d8fe7652bda2a984d830b83762950377a4849d64)
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)