Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-11 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 54e7d10fe0eb4837b00b9b049fbd59a56ee85bea) | |||||
2008-02-11 | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 7 | -211/+210 | |
that is autogenerated. (This used to be commit 95967e8bfbdce2e073a3fc938f1271da40b543d3) | |||||
2008-02-11 | Fix case. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 67074ff4aa06d56fb84752d39132d33d5599ca7f) | |||||
2008-02-11 | Move some more variables to static .mk file. | Jelmer Vernooij | 2 | -13/+9 | |
(This used to be commit a72d3ffaded5624732972708c305b8f84f47fed7) | |||||
2008-02-11 | Automatically write AC_SUBST() vars to mkconfig.mk and use them. | Jelmer Vernooij | 4 | -149/+73 | |
(This used to be commit a22bb7725b0b825a90e955f883a34341e9f0f69e) | |||||
2008-02-10 | Move some variables to a separate .mk file that could also be included by a ↵ | Jelmer Vernooij | 3 | -9/+18 | |
non-smb_build build system. (This used to be commit f44b838b682760e54aa981fe2e991495395d2394) | |||||
2008-02-10 | Start working on generating .mk file from configure for inclusion in Makefile. | Jelmer Vernooij | 1 | -9/+26 | |
(This used to be commit 091f1e7314f05253ae1c10b3d04557be584ed19f) | |||||
2008-02-10 | Make formatting a bit more ReST-valid. | Jelmer Vernooij | 2 | -36/+30 | |
(This used to be commit ea718a0c0b1efd73020da6d5a362b371afd8e371) | |||||
2008-02-10 | Change README to be ReST-compatible. | Jelmer Vernooij | 1 | -17/+20 | |
(This used to be commit 20c15884c84151d01f50cdba571b3ba4be1a9fd8) | |||||
2008-02-09 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 80dbf04266d15833f7eb18704cfece1f95965e83) | |||||
2008-02-09 | Fix tests. | Jelmer Vernooij | 1 | -35/+24 | |
(This used to be commit e4d7cd8ba77aa05c11dad457c3f2c2c6252c5966) | |||||
2008-02-09 | Split up tests a bit, output subunit. | Jelmer Vernooij | 1 | -753/+721 | |
(This used to be commit 501259ff31641bf52e337b597881d1fedc6b2a63) | |||||
2008-02-09 | Add docstring. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8) | |||||
2008-02-09 | Ignore Python apidocs, vim swap files. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 13a7dfb90066a52e0d90dbed5fe2c82c4af6092c) | |||||
2008-02-09 | Fix syntax of docstrings, set project name when generating Python API ↵ | Jelmer Vernooij | 3 | -6/+4 | |
documentation. (This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5) | |||||
2008-02-09 | registry: Fix warning. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dad809030478a85ac13a73bce9c07314792f01c2) | |||||
2008-02-09 | Move nmblookup blackbox test closer to the code it tests. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17) | |||||
2008-02-09 | Move first_prereq test to m4 code. | Jelmer Vernooij | 2 | -7/+9 | |
(This used to be commit c0fef09c5d88158b620f38b6f74498a8b6323bd9) | |||||
2008-02-09 | Move some static makefile variables to rules.mk. | Jelmer Vernooij | 2 | -39/+39 | |
(This used to be commit 3c64fc7dc631a79154957e45f8961e2ee519743f) | |||||
2008-02-09 | pidl: Allow fixed size arrays inside unions. | Julien Kerihuel | 1 | -2/+2 | |
(This used to be commit c9c115647893478e21134f8c703e0f52e2478882) | |||||
2008-02-09 | Fix test count after pointer_default_top() removal. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 9a4b9facc869a8f7363932a591437251b44cd7bb) | |||||
2008-02-09 | Move more make code to rules.mk | Jelmer Vernooij | 2 | -22/+26 | |
(This used to be commit 5ade1a951685665164037138cb92e5b2db2a8b52) | |||||
2008-02-09 | Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵ | Jelmer Vernooij | 3 | -188/+183 | |
makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3) | |||||
2008-02-09 | Support 'mkinclude' command in .mk files. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit ee7f54c86d2b467869db8dea33f60e19ed3c742f) | |||||
2008-02-09 | Remove unused path update. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit 1868a42108012183aa78fe5d4f524d45f4505a3e) | |||||
2008-02-09 | Re-enable python support in BECOME-DC test. | Jelmer Vernooij | 2 | -2/+3 | |
(This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268) | |||||
2008-02-09 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 4 | -5/+9 | |
(This used to be commit f7521525e42d62e96cc6f55fb1b23644a60fc36d) | |||||
2008-02-09 | Ignore kinit with pkinit test failures for now. | Jelmer Vernooij | 2 | -1/+3 | |
(This used to be commit 94dedaf6ed55b146a0123407137f7ee4cfd41283) | |||||
2008-02-09 | torture: Merge util.c into util_smb.c | Jelmer Vernooij | 2 | -66/+39 | |
(This used to be commit d19d27f406c0377d98c9fe9da9284dcebd373bb7) | |||||
2008-02-09 | Move nt_time_equal() to libutil. | Jelmer Vernooij | 3 | -8/+12 | |
(This used to be commit 9705263a6c58d4ade556d17db2009dbb85291b22) | |||||
2008-02-09 | A couple more ipsec classes for the schema. | Andrew Bartlett | 1 | -0/+2 | |
Andrew Bartlett (This used to be commit 41309dc8627e707cee226a76238b9a70d417a345) | |||||
2008-02-09 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 12 | -100/+386 | |
(This used to be commit 4aff02ecf18d52ae8e64e0c938ac5edf82a6dcef) | |||||
2008-02-09 | Remove the forced 'krb5' from the NET-API-BECOME-DC test. | Andrew Bartlett | 1 | -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-09 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 1 | -2/+2 | |
(This used to be commit 774b54141a3549448b7bbc5bc69a661ac525df48) | |||||
2008-02-09 | Give a more useful error when the templates.ldb can't be found. | Andrew Bartlett | 1 | -2/+4 | |
Andrew Bartlett (This used to be commit 26108eb66b4b5d4b339dfc845e8a018190068e81) | |||||
2008-02-09 | Make the provision test more real, use a foo.example.com for the realm. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit b7ea06850a91b0593178227f713803e9ce98cc47) | |||||
2008-02-09 | Fix upgrade after provision parameter rename. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646) | |||||
2008-02-09 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 3 | -1/+287 | |
(This used to be commit d4fb8b0d8644cddfa39655fac87a96edc71b2a73) | |||||
2008-02-09 | Fix provision python test. | Jelmer Vernooij | 3 | -22/+12 | |
(This used to be commit b173fa6bd2b24b5a3e7b4fbcb926f6c9771c10ba) | |||||
2008-02-09 | Add tests for findnss(), add some docstrings. | Jelmer Vernooij | 2 | -14/+48 | |
(This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384) | |||||
2008-02-09 | Remove unused class members. | Jelmer Vernooij | 1 | -4/+2 | |
(This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d) | |||||
2008-02-09 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 3 | -55/+31 | |
(This used to be commit 1bf9d0401012cd3c830d50844f5be35e53835322) | |||||
2008-02-09 | From a request from Peter Huang, include IPsec sechema. | Andrew Bartlett | 3 | -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-08 | Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation. | Michael Adam | 1 | -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-08 | build: Remove unused functions Import() and GetInfo(). | Jelmer Vernooij | 1 | -24/+0 | |
(This used to be commit 5c2be1e8a985332e1e81eeab1dc9b50d7f867f98) | |||||
2008-02-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 6 | -56/+81 | |
Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8) | |||||
2008-02-08 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 5 | -39/+53 | |
(This used to be commit ae9d0343e0599ac62c3011a3d6c1948a9cb7a8f1) | |||||
2008-02-08 | Remove unused parameter from provision() | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit c8b0a8a196d8d187a86aef497953d0105436aff8) | |||||
2008-02-08 | LDAP now works with the python provision! | Andrew Bartlett | 1 | -1/+0 | |
Andrew Bartlett (This used to be commit 8f0a89ca19d6a3986dacd981fab1ebbc8b1a4ad0) | |||||
2008-02-08 | Fix LDAP backend with python | Andrew Bartlett | 1 | -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) |