summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij2-7/+9
(This used to be commit c0fef09c5d88158b620f38b6f74498a8b6323bd9)
2008-02-09Move some static makefile variables to rules.mk.Jelmer Vernooij2-39/+39
(This used to be commit 3c64fc7dc631a79154957e45f8961e2ee519743f)
2008-02-09pidl: Allow fixed size arrays inside unions.Julien Kerihuel1-2/+2
(This used to be commit c9c115647893478e21134f8c703e0f52e2478882)
2008-02-09Fix test count after pointer_default_top() removal.Jelmer Vernooij1-1/+1
(This used to be commit 9a4b9facc869a8f7363932a591437251b44cd7bb)
2008-02-09Move more make code to rules.mkJelmer Vernooij2-22/+26
(This used to be commit 5ade1a951685665164037138cb92e5b2db2a8b52)
2008-02-09Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵Jelmer Vernooij3-188/+183
makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3)
2008-02-09Support 'mkinclude' command in .mk files.Jelmer Vernooij1-0/+2
(This used to be commit ee7f54c86d2b467869db8dea33f60e19ed3c742f)
2008-02-09Remove unused path update.Jelmer Vernooij1-2/+0
(This used to be commit 1868a42108012183aa78fe5d4f524d45f4505a3e)
2008-02-09Re-enable python support in BECOME-DC test.Jelmer Vernooij2-2/+3
(This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268)
2008-02-09Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij4-5/+9
(This used to be commit f7521525e42d62e96cc6f55fb1b23644a60fc36d)
2008-02-09Ignore kinit with pkinit test failures for now.Jelmer Vernooij2-1/+3
(This used to be commit 94dedaf6ed55b146a0123407137f7ee4cfd41283)
2008-02-09torture: Merge util.c into util_smb.cJelmer Vernooij2-66/+39
(This used to be commit d19d27f406c0377d98c9fe9da9284dcebd373bb7)
2008-02-09Move nt_time_equal() to libutil.Jelmer Vernooij3-8/+12
(This used to be commit 9705263a6c58d4ade556d17db2009dbb85291b22)
2008-02-09A couple more ipsec classes for the schema.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 41309dc8627e707cee226a76238b9a70d417a345)
2008-02-09Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett12-100/+386
(This used to be commit 4aff02ecf18d52ae8e64e0c938ac5edf82a6dcef)
2008-02-09Remove the forced 'krb5' from the NET-API-BECOME-DC test.Andrew Bartlett1-2/+2
If we want to try this authenication mechanism, we can always manually specify the binding string. Andrew Bartlett (This used to be commit 191d56d41e5af34e78e1ad711fb1c63c189f0b48)
2008-02-09Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett1-2/+2
(This used to be commit 774b54141a3549448b7bbc5bc69a661ac525df48)
2008-02-09Give a more useful error when the templates.ldb can't be found.Andrew Bartlett1-2/+4
Andrew Bartlett (This used to be commit 26108eb66b4b5d4b339dfc845e8a018190068e81)
2008-02-09Make the provision test more real, use a foo.example.com for the realm.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit b7ea06850a91b0593178227f713803e9ce98cc47)
2008-02-09Fix upgrade after provision parameter rename.Jelmer Vernooij1-2/+2
(This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646)
2008-02-09Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij3-1/+287
(This used to be commit d4fb8b0d8644cddfa39655fac87a96edc71b2a73)
2008-02-09Fix provision python test.Jelmer Vernooij3-22/+12
(This used to be commit b173fa6bd2b24b5a3e7b4fbcb926f6c9771c10ba)
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij2-14/+48
(This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
2008-02-09Remove unused class members.Jelmer Vernooij1-4/+2
(This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d)
2008-02-09Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett3-55/+31
(This used to be commit 1bf9d0401012cd3c830d50844f5be35e53835322)
2008-02-09From a request from Peter Huang, include IPsec sechema.Andrew Bartlett3-1/+287
(We may need to include more defaults in the template, but I want to start small for now). Andrew Bartlett (This used to be commit a466dda118f785bf784548106637577a5e25a30e)
2008-02-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21
Sorry, could not resist: While trying to understand this bit of magic, I had to bring indentation into shape to see more clearly what is going on. Also, mixed tabs/spaces are changed to tabs. Michael (This used to be commit cbed074f2841b79cc0f23ad52b1fa34515f706a9)
2008-02-08build: Remove unused functions Import() and GetInfo().Jelmer Vernooij1-24/+0
(This used to be commit 5c2be1e8a985332e1e81eeab1dc9b50d7f867f98)
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij6-56/+81
Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8)
2008-02-08Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett5-39/+53
(This used to be commit ae9d0343e0599ac62c3011a3d6c1948a9cb7a8f1)
2008-02-08Remove unused parameter from provision()Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit c8b0a8a196d8d187a86aef497953d0105436aff8)
2008-02-08LDAP now works with the python provision!Andrew Bartlett1-1/+0
Andrew Bartlett (This used to be commit 8f0a89ca19d6a3986dacd981fab1ebbc8b1a4ad0)
2008-02-08Fix LDAP backend with pythonAndrew Bartlett1-18/+26
We were still setting the hard-coded users.ldb etc, rather than switching to the ldapi:// URI Andrew Bartlett (This used to be commit 603e981250b26b533ec35dd607cb635226cf99df)
2008-02-08Reset error stringsAndrew Bartlett1-0/+2
Avoid leaking error strings up to the application, when we are ignoring them. (This used to be commit 57b4b43b6548d1cd81cfaebc5ea8abc88aaca989)
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell5-6/+8
(This used to be commit fd9cc4eb5afae8b255e753d480190b490cd3f7ab)
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
(This used to be commit b3e60a388d338ef90540007239e88563cb9ba27a)
2008-02-08Fix syntax in LDAP testAndrew Bartlett1-4/+4
We don't get this far in the test at the moment however. Andrew Bartlett (This used to be commit c3098d5c52505e143a6ce498273a5ce6a66220b0)
2008-02-08Fix formatting.Jelmer Vernooij1-10/+10
(This used to be commit 73d1b0fcb64fdc7be1e1e1002f3f182fcbe476ae)
2008-02-08Revert to ejs for 'provision'Andrew Bartlett1-173/+194
Andrew Bartlett (This used to be commit fa1098959ad0016770ce1c327665df08ce3f69d2)
2008-02-08Remove unused argument to provision().Andrew Bartlett1-194/+173
Andrew Bartlett (This used to be commit 2f98ec1e6417c70a48370a62e7a54dfc4f6291c1)
2008-02-08LDAP backend provision now works with python.Andrew Bartlett1-1/+0
Andrew Bartlett (This used to be commit 3e6a6e6b210a4089cf9f9db80c1ab30da3872845)
2008-02-08Remove unused ldap_backend argument from provision.pyAndrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit fbce84a87b086a0024379ab26f6f628e5d210251)
2008-02-08Fix LDAP backend with python provisionAndrew Bartlett1-18/+26
The backend databases were still hard-coded as 'users.ldb' etc. Andrew Bartlett (This used to be commit 3c5f6cc739b4a8787ce4cc5dc16ffd3027cc4a57)
2008-02-08Ensure expected errors do not leak up to the application.Andrew Bartlett1-0/+2
(reset the error string to be sure). Andrew Bartlett (This used to be commit 741d33bf8c9b2e2b1ba4762ca63e90885a702184)
2008-02-08Skip offline tests.Jelmer Vernooij2-1/+1
(This used to be commit 3c71aae2a3e3de0e2372410dd363a7d6015174e6)
2008-02-08Put temporary test files in test directory.Jelmer Vernooij1-1/+1
(This used to be commit 16382999bebf158996e16219e7053ef4821550c1)
2008-02-08Put ldb test output in prefix.Jelmer Vernooij1-1/+1
(This used to be commit af283cd787ef4642fc4ba642ea37a1eede2d2f41)
2008-02-08Mark RAW-OFFLINE as known failing for Samba 4 (because it doesn't have ↵Jelmer Vernooij1-0/+1
offline support yet). (This used to be commit 36167dc85248ed31922cc5ff4a364559f562c51b)
2008-02-07Override KRB5CCNAME so existing Kerberos tickets in the users environment ↵Jelmer Vernooij1-0/+1
don't get overwritten. (This used to be commit 5e740c0dfbda9a6b2f47d953eb27a1fbfcff78b3)
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
(This used to be commit df4efb902ec5053ae9d7c6e4fd1e21255ca66914)