summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move first_prereq test to m4 code.Jelmer Vernooij2008-02-092-7/+9
| | | | | | | | (This used to be commit c0fef09c5d88158b620f38b6f74498a8b6323bd9)
| * Move some static makefile variables to rules.mk.Jelmer Vernooij2008-02-092-39/+39
| | | | | | | | (This used to be commit 3c64fc7dc631a79154957e45f8961e2ee519743f)
| * pidl: Allow fixed size arrays inside unions.Julien Kerihuel2008-02-091-2/+2
| | | | | | | | (This used to be commit c9c115647893478e21134f8c703e0f52e2478882)
| * Fix test count after pointer_default_top() removal.Jelmer Vernooij2008-02-091-1/+1
| | | | | | | | (This used to be commit 9a4b9facc869a8f7363932a591437251b44cd7bb)
| * Move more make code to rules.mkJelmer Vernooij2008-02-092-22/+26
| | | | | | | | (This used to be commit 5ade1a951685665164037138cb92e5b2db2a8b52)
| * Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵Jelmer Vernooij2008-02-093-188/+183
| | | | | | | | | | | | makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3)
| * Support 'mkinclude' command in .mk files.Jelmer Vernooij2008-02-091-0/+2
| | | | | | | | (This used to be commit ee7f54c86d2b467869db8dea33f60e19ed3c742f)
| * Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
| | | | | | | | (This used to be commit 1868a42108012183aa78fe5d4f524d45f4505a3e)
| * Re-enable python support in BECOME-DC test.Jelmer Vernooij2008-02-092-2/+3
| | | | | | | | (This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-093-5/+7
| |\ | | | | | | | | | (This used to be commit f7521525e42d62e96cc6f55fb1b23644a60fc36d)
| | * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-0911-100/+383
| | |\ | | | | | | | | | | | | (This used to be commit 4aff02ecf18d52ae8e64e0c938ac5edf82a6dcef)
| | | * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-091-2/+2
| | | |\ | | | | | | | | | | | | | | | (This used to be commit 774b54141a3549448b7bbc5bc69a661ac525df48)
| | | * | Give a more useful error when the templates.ldb can't be found.Andrew Bartlett2008-02-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 26108eb66b4b5d4b339dfc845e8a018190068e81)
| | | * | Make the provision test more real, use a foo.example.com for the realm.Andrew Bartlett2008-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit b7ea06850a91b0593178227f713803e9ce98cc47)
| | * | | Remove the forced 'krb5' from the NET-API-BECOME-DC test.Andrew Bartlett2008-02-091-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)
| * | | | Ignore kinit with pkinit test failures for now.Jelmer Vernooij2008-02-092-1/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit 94dedaf6ed55b146a0123407137f7ee4cfd41283)
| * | | | torture: Merge util.c into util_smb.cJelmer Vernooij2008-02-092-66/+39
| | | | | | | | | | | | | | | | | | | | (This used to be commit d19d27f406c0377d98c9fe9da9284dcebd373bb7)
| * | | | Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-093-8/+12
| | |_|/ | |/| | | | | | | | | | (This used to be commit 9705263a6c58d4ade556d17db2009dbb85291b22)
| * | | Fix upgrade after provision parameter rename.Jelmer Vernooij2008-02-091-2/+2
| | |/ | |/| | | | | | | (This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-092-1/+284
| |\ \ | | | | | | | | | | | | (This used to be commit d4fb8b0d8644cddfa39655fac87a96edc71b2a73)
| | * \ Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-093-55/+31
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 1bf9d0401012cd3c830d50844f5be35e53835322)
| | * | | From a request from Peter Huang, include IPsec sechema.Andrew Bartlett2008-02-092-1/+284
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | (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)
| * | | Fix provision python test.Jelmer Vernooij2008-02-093-22/+12
| | | | | | | | | | | | | | | | (This used to be commit b173fa6bd2b24b5a3e7b4fbcb926f6c9771c10ba)
| * | | Add tests for findnss(), add some docstrings.Jelmer Vernooij2008-02-092-14/+48
| | | | | | | | | | | | | | | | (This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
| * | | Remove unused class members.Jelmer Vernooij2008-02-091-4/+2
| | |/ | |/| | | | | | | (This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d)
| * | Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam2008-02-081-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)
| * | build: Remove unused functions Import() and GetInfo().Jelmer Vernooij2008-02-081-24/+0
| | | | | | | | | | | | (This used to be commit 5c2be1e8a985332e1e81eeab1dc9b50d7f867f98)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-086-56/+81
| |\| | | | | | | | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8)
| | * Remove unused parameter from provision()Andrew Bartlett2008-02-081-1/+1
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit c8b0a8a196d8d187a86aef497953d0105436aff8)
| | * LDAP now works with the python provision!Andrew Bartlett2008-02-081-1/+0
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 8f0a89ca19d6a3986dacd981fab1ebbc8b1a4ad0)
| | * Fix LDAP backend with pythonAndrew Bartlett2008-02-081-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)
| | * Reset error stringsAndrew Bartlett2008-02-081-0/+2
| | | | | | | | | | | | | | | Avoid leaking error strings up to the application, when we are ignoring them. (This used to be commit 57b4b43b6548d1cd81cfaebc5ea8abc88aaca989)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-084-5/+7
| | |\ | | | | | | | | | | | | (This used to be commit fd9cc4eb5afae8b255e753d480190b490cd3f7ab)
| | | * Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't get this far in the test at the moment however. Andrew Bartlett (This used to be commit c3098d5c52505e143a6ce498273a5ce6a66220b0)
| | * | merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
| | | | | | | | | | | | | | | | (This used to be commit b3e60a388d338ef90540007239e88563cb9ba27a)
| * | | Fix formatting.Jelmer Vernooij2008-02-081-10/+10
| | |/ | |/| | | | | | | (This used to be commit 73d1b0fcb64fdc7be1e1e1002f3f182fcbe476ae)
| * | Skip offline tests.Jelmer Vernooij2008-02-082-1/+1
| | | | | | | | | | | | (This used to be commit 3c71aae2a3e3de0e2372410dd363a7d6015174e6)
| * | Put ldb test output in prefix.Jelmer Vernooij2008-02-081-1/+1
| | | | | | | | | | | | (This used to be commit af283cd787ef4642fc4ba642ea37a1eede2d2f41)
| * | Mark RAW-OFFLINE as known failing for Samba 4 (because it doesn't have ↵Jelmer Vernooij2008-02-081-0/+1
| | | | | | | | | | | | | | | | | | offline support yet). (This used to be commit 36167dc85248ed31922cc5ff4a364559f562c51b)
| * | Override KRB5CCNAME so existing Kerberos tickets in the users environment ↵Jelmer Vernooij2008-02-071-0/+1
| |/ | | | | | | | | | | don't get overwritten. (This used to be commit 5e740c0dfbda9a6b2f47d953eb27a1fbfcff78b3)
| * merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
| | | | | | | | (This used to be commit df4efb902ec5053ae9d7c6e4fd1e21255ca66914)
| * make the multiplier in the RAW-OFFLINE test settableAndrew Tridgell2008-02-071-1/+2
| | | | | | | | (This used to be commit f4b363d7a65023c816264b58d6f3f07730b43c0c)
| * wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()Stefan Metzmacher2008-02-071-2/+10
| | | | | | | | | | metze (This used to be commit 3f2edcc341e5b0e4369e8f601ef0cb6ecf73b4c7)
| * pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher2008-02-071-7/+7
| | | | | | | | | | | | | | | | The memory allocation of embedded "ref" pointers needs to be the same as for all other embedded pointers. metze (This used to be commit 6b3817c2250b94307ffcbd9f8eeb9a593eb7a82d)
| * pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2008-02-072-14/+14
| | | | | | | | | | | | | | The 2nd or higher level of wire pointers needs to be marked as deferred. metze (This used to be commit d7970d70329e0d4f9de30ccfcedd03e583817fa2)
| * pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2008-02-072-18/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | Only the first level gets the pointer type from the pointer property, the others get them from the pointer_default() interface property see http://msdn2.microsoft.com/en-us/library/aa378984(VS.85).aspx (Here they talk about the rightmost pointer, but testing shows they mean the leftmost pointer.) metze (This used to be commit aa8518521b2a6a7110c84c4981c53acce7389ee9)
| * prefork: also reload stuff in the client processesStefan Metzmacher2008-02-061-8/+16
| | | | | | | | | | metze (This used to be commit 36012c386b30af98f10ada1b77ca3e43dbd7b144)
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-061-10/+12
| |\ | | | | | | | | | (This used to be commit 594ff923295c7420167aa899ec6030de07038625)
| | * sidmap: Some source code cleanups.Kai Blin2008-02-051-10/+12
| | | | | | | | | | | | (This used to be commit 16466b543bf8dd35bc79a030696f78598ca82f54)
| * | Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett2008-02-052-23/+12
| |/ | | | | | | | | | | | | | | | | | | | | Fix talloc_steal in both cases to steal connected socket (from accept) onto it's private structure, rather than stealing the bound socket. Remove termination code from the prefork modal, we want the process to still stay around, to serve future clients. Andrew Bartlett and David Disseldorp (This used to be commit 07590d893e993919cf6cb7582310777f534e756f)