summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build.Jelmer Vernooij2008-04-141-5/+5
| | | | (This used to be commit a70cbd63d9c398ddcbbaa595ee29343335e89aa7)
* Fix problems with event context not being the parent.Simo Sorce2008-04-1421-78/+90
| | | | (This used to be commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635)
* lib/events: fix missing prototype of s4_events_aio_init()Stefan Metzmacher2008-04-141-0/+1
| | | | | metze (This used to be commit 8dca5b9bbb8706a98ad9a15f1b479be497dd44e7)
* Makefile: fix variable name automatic_deps -> automatic_dependenciesStefan Metzmacher2008-04-141-1/+1
| | | | | metze (This used to be commit 7ffc44b7c126dc08d928e63af30111b2c556146f)
* Include the smbconf parameter to the provisionAndrew Bartlett2008-04-141-1/+3
| | | | | | | Otherwise this fails, if the targetdir is not specified Andrew Bartlett (This used to be commit cd2d3d1c7a0aad7beb167459276c012c7a6d2e88)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-147-37/+198
|\ | | | | | | (This used to be commit 79854f0aa6a9899bb72d302cbca695b8b3a3b0dc)
| * Move standard make compilation rules to build/make.Jelmer Vernooij2008-04-147-37/+198
| | | | | | | | (This used to be commit ceda3312a98b069d0711f3cb33de3ae71e91ebaa)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1422-32/+141
|\| | | | | | | (This used to be commit 92751a73cd854365d365db854179bfd5aeabe7a2)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-146-15/+37
| |\ | | | | | | | | | (This used to be commit 9d3d64e1387e9f20383c255bba27128cf4b9519e)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-149-15/+28
| | |\ | | | | | | | | | | | | (This used to be commit 068c973dbeed5b0f5ccab4f780ae7db3535f5910)
| | * | fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-144-13/+31
| | | | | | | | | | | | | | | | (This used to be commit 9b686c138037f613da15168d0722786e00f023e5)
| | * | show what type of idmapping has failedAndrew Tridgell2008-04-141-2/+2
| | | | | | | | | | | | | | | | (This used to be commit 8a222419528153b889cb1a7eae09a155f196b9b5)
| * | | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-1417-17/+108
| | | | | | | | | | | | | | | | | | | | altogether. (This used to be commit dbeab2a9cdee4e5f69afeb2603ba29cbed56debd)
* | | | Re-run SWIGAndrew Bartlett2008-04-142-0/+46
| | | | | | | | | | | | | | | | (This used to be commit 2f8010582607ad7389cac3de4945ea0ee46941b3)
* | | | Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2008-04-145-15/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new idmap world does not use the unixUser any more, so we need to set up the entry (if wanted) in the idmap database. Users without a backing unix user will get an allocated uid by idmap later. Andrew Bartlett (This used to be commit 8bd8bc1475ddf22d4702dcd17028a9043a5e629f)
* | | | Add in a way to get at the private_path() function from pythonAndrew Bartlett2008-04-141-0/+5
| |_|/ |/| | | | | | | | | | | Andrew Bartlett (This used to be commit 416d2e3a5233f0c243e45857cfda5126c34ac265)
* | | smb_build: Make sure LIBRARY_SONAME is never uninitialized.James Peach2008-04-131-0/+4
|/ / | | | | | | (This used to be commit 2b8cf1b2a447711d123c563dfbd9a54941155267)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovisionJelmer Vernooij2008-04-1324-535/+1385
|\| | | | | | | (This used to be commit 9b8448c1e4567be26fa4890c647e0d4d46efbe20)
| * Actually test the different 'fill levels' in the provision process.Andrew Bartlett2008-04-111-0/+2
| | | | | | | | | | | | | | This should cover a few more codepaths in the provision script. Andrew Bartlett (This used to be commit 75c8dc6c6f3134bb78356630f24617aaeb869344)
| * Reuse the lp_ctx and samdb returned by the python provision.Andrew Bartlett2008-04-111-36/+2
| | | | | | | | | | | | | | Apply the same fix as in libnet_vampire in the old DRS test code. Andrew Bartlett (This used to be commit 34adb0e0bb1b3c340d7098e7a3d12f73f798d0e7)
| * Don't specify the ntds_guid to the C -> python provision interfaceAndrew Bartlett2008-04-113-4/+0
| | | | | | | | | | | | | | This paramter was not used anyway. Andrew Bartlett (This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c)
| * Don't reopen the sam.ldb againAndrew Bartlett2008-04-111-2/+0
| | | | | | | | | | Andrew Bartlett (This used to be commit b51b8a2d846284de4dff736fc18cf747c188de96)
| * Use the python-provided ldb and lp_ctx pointers in libnet_vampire.cAndrew Bartlett2008-04-111-29/+6
| | | | | | | | | | | | | | | | | | By using the already open smb.conf and sam.ldb, we not only avoid overhead, but also remove the risk we could touch a different database. Andrew Bartlett (This used to be commit 38634183a074556c8dfdcb6affc60f4bcc15a3f0)
| * Far less cryptic traceback when you have an existing smb.confAndrew Bartlett2008-04-111-6/+21
| | | | | | | | | | | | | | | | | | When the user has an existing smb.conf, but no [netlogon] or [sysvol] share, the provision script would trigger a traceback. While we still need to abort in this situation, we do so now with a useful error. Andrew Bartlett (This used to be commit 10a8b7ea487f9725f69b02c4dd9cf5e1f67a23ab)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-112-12/+8
| |\ | | | | | | | | | (This used to be commit de5349cc7a5a97c0d2d7288436a4090dfd9bd093)
| | * Fixed a crash bug in unixuid module on failed ID mappingAndrew Tridgell2008-04-112-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to intialise *ids regardless of the status of the call, as the IDL specifies that the out[] array always exists. If we don't initialise out then we get a segv when a id mapping fails. This still doesn't explain why the idmapping is failing, but at least the client now gets NT_STATUS_NONE_MAPPED rather than a crashed server. (This used to be commit 4449ce381aca25e7f510a2f24b43c3a81e870032)
| * | Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett2008-04-1111-45/+121
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet Conflicts: source/torture/local/torture.c (This used to be commit 5bf1c89cf8af08fbcf4f5089079920840daad7b8)
| * | Set a netbios name into provision, and zero the rest.Andrew Bartlett2008-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | Remove dns_name initialisation. Andrew Bartlett (This used to be commit e77ab2fbd1836bc2f9c7b2a819b06ddccf1fa78f)
| * | Fix up provision to specify SERVERDN in more places.Andrew Bartlett2008-04-091-0/+5
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit d01d542502f25d6c731204ecb3d33720a1706581)
| * | Link the new vampire code togeather.Andrew Bartlett2008-04-096-15/+113
| | | | | | | | | | | | | | | | | | | | | | | | This adds in the newly attached secrets handling, as well as an interface to the command line 'net' tool. Andrew Bartlett (This used to be commit 1282e3c39479aa580124206814b493370d10690a)
| * | Don't fill in the secrets DB unless we make the entries.Andrew Bartlett2008-04-091-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | Leave filling in (we still initialise it) the secrets DB for the join or vampire code. Andrew Bartlett (This used to be commit c93208c13ce91b334eadf0ea02fa41354e761e97)
| * | Factor out filling in the secrets database.Andrew Bartlett2008-04-092-80/+133
| | | | | | | | | | | | | | | | | | | | | | | | This allows the vampire code to start with a join, but fill in the secrets only when the process is compleated. Andrew Bartlett (This used to be commit c90751040e941d10234131852815e1cec1a54efe)
| * | Remove dns_name elementAndrew Bartlett2008-04-093-4/+2
| | | | | | | | | | | | | | | | | | | | | This is only used in the DEBUG() message, so let's remove it. Andrew Bartlett (This used to be commit 5ebb64bdad7e80ee81d6b9d84d77c03fb9237eee)
| * | Be consistant in using ${SEVERDN}.Andrew Bartlett2008-04-095-7/+7
| | | | | | | | | | | | | | | | | | | | | This ensures we don't fall out of sync with the provision scripts. Andrew Bartlett (This used to be commit 566c60b4649e2b94bf467993acd4bf72c7368e5a)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-0922-5041/+376
| |\ \ | | | | | | | | | | | | (This used to be commit 58e00594d8c191f499225aa2755a06bac2937300)
| * | | Start implementation of real 'net vampire' code.Andrew Bartlett2008-04-096-375/+1120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will use DRS Replication (metze's thesis work) and possibly samsync, and will work outside the smbtorture process. Andrew Bartlett (This used to be commit 02a33165ca700f71cf09680ded35c87aa2e88552)
* | | | Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-136-13/+13
| | | | | | | | | | | | | | | | (This used to be commit e2c3fab9d1bf0482c15a115e7d373562ffe50b29)
* | | | Use new torture_assert_mem_equal.Jelmer Vernooij2008-04-131-1/+1
| | | | | | | | | | | | | | | | (This used to be commit b6319b64d7ef9c58f771f338317d4d525d39a8f2)
* | | | Attempt to fix get_value() test on sparc machines.Jelmer Vernooij2008-04-132-1/+10
| |_|/ |/| | | | | | | | (This used to be commit 10102d80d0f78777a69f6b3b1e5606d7d56b7254)
* | | Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-115-34/+94
| | | | | | | | | | | | | | | result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3)
* | | Fix extra argument to provision_bare().Jelmer Vernooij2008-04-101-1/+2
| | | | | | | | | | | | (This used to be commit 623f64a1a782086728a325e21e3dfb40c64871b7)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovisionJelmer Vernooij2008-04-101-1/+4
|\ \ \ | | | | | | | | | | | | (This used to be commit 3522c7e2cf8c6d6129d941a08adcbe2ecbe0758d)
| * | | Make sure we do not reference req after it has been freedSimo Sorce2008-04-091-1/+4
| | |/ | |/| | | | | | | (This used to be commit a13f64bf54afc22516d1f6a786dfec67389cb754)
* | | Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij2008-04-104-7/+20
| | | | | | | | | | | | (This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968)
* | | No longer install unused smbscript binary.Jelmer Vernooij2008-04-091-1/+0
| | | | | | | | | | | | (This used to be commit ca0e373e57eb225a1f5d96813e9ea9ccee971b96)
* | | Fix so version of hostconfig library.Jelmer Vernooij2008-04-091-1/+1
|/ / | | | | | | (This used to be commit 62322f302fc92703cce1142bad17349987341cb6)
* | Merge branch 'openchange' into cprovisionJelmer Vernooij2008-04-093-8/+1
|\ \ | | | | | | | | | (This used to be commit 596fc05785020cd7bd6d15d91b49172039f83bab)
| * | Don't install libevents for now, just its headers. It is already part of ↵Jelmer Vernooij2008-04-041-3/+1
| | | | | | | | | | | | | | | | | | other libs, and only used as part of those libs. (This used to be commit c96a68b7b7792d30b7b1a0167a0cbf6fe285993c)
| * | Avoid installing unused header file.Jelmer Vernooij2008-04-041-2/+0
| | | | | | | | | | | | (This used to be commit eba5d8b4ce391f56877d5498004edbee8ddc4c33)
| * | Don't install talloc manpage from samba, it's already installed from the ↵Jelmer Vernooij2008-04-041-3/+0
| | | | | | | | | | | | | | | | | | standalone talloc build. (This used to be commit 7bfda828952eab7f165190cbfd804e28780406c9)