summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22305: fix make test using a absolute path forStefan Metzmacher2-11/+19
--with-selftest-prefix metze (This used to be commit b9dc78c3ad4c636bd8356978c18313ab4277cd64)
2007-10-10r22300: fix make everything, we need to build shared libraries...Stefan Metzmacher1-3/+3
this should fix the build-farm where some hosts show a make install failure, where it's really should be a make everything build failure metze (This used to be commit a50ae5d8637871b3ac06d0c7bb7cff45e68d5b12)
2007-10-10r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher3-25/+35
metze (This used to be commit b69c950858d837d7bd734d418129ade69106a00d)
2007-10-10r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>Stefan Metzmacher1-4/+7
which doesn't work on some hosts in the farm so include socket_wrapper via "system/network.h" as the rest of samba4 metze (This used to be commit 38aeb585a19e1d022a8c559cc6d08391b270785b)
2007-10-10r22295: Use delegated credentials and kerberos to test the pass-thoughAndrew Bartlett2-5/+4
authenticatication as well as the ntvfs/cifs layer. Andrew Bartlett (This used to be commit a59ec710ce546f3948bdb655dfcb98e2aa55f039)
2007-10-10r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett1-0/+6
have the data for anything else. Andrew Bartlett (This used to be commit 9e0c0cd0ff678388436430bb1ba4eb7595cbefbd)
2007-10-10r22293: Try to make it more clear what failed to parse.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 144ab7294d76397a5e6662d344105a0d59c9f423)
2007-10-10r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (likeAndrew Bartlett1-16/+19
smbd, but not Fedora DS yet) will then shut down when it looses stdin. This avoids leaving stray slapd processes around, if we don't finish the script to run the kill. Also set KRB5_CONFIG in the smbd process again, as we do actually need this... Andrew Bartlett (This used to be commit 24ca1e180c9c35f0e87d49c9c8f8b936b4c88572)
2007-10-10r22290: Fedora DS is incredibly picky about newlines...Andrew Bartlett1-2/+1
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
2007-10-10r22289: Another fedora ds fixJelmer Vernooij1-1/+1
(This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
2007-10-10r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.Andrew Bartlett1-4/+4
Andrew Bartlett (This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
2007-10-10r22287: Fix some issues in fedora ds code.Jelmer Vernooij1-4/+6
(This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)
2007-10-10r22286: Import branch that converted the Samba4 test target code to perl and ↵Jelmer Vernooij10-670/+513
makes the code a bit clearer. (This used to be commit e3ba5ced0440e736f0f140e12a8c728f79a20bb2)
2007-10-10r22279: add a lot more detailed strtoll() and strtoull() testsStefan Metzmacher1-56/+254
metze (This used to be commit 8b6d9076040b27fb13b99209116973f5abcec667)
2007-10-10r22273: - provide __LINESTR__ macroStefan Metzmacher2-1/+11
- add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze (This used to be commit 24324fbcff1a896c55e789063f9916dbd092956d)
2007-10-10r22270: provide __location__ in replace.hStefan Metzmacher2-0/+7
and see how the build-farm likes this simpler version metze (This used to be commit 2abc79680f8342c9a7a6c1f3746489dd598b7bf8)
2007-10-10r22267: protect #define __location__ with an #ifndefStefan Metzmacher1-4/+6
metze (This used to be commit 138ffd6d486bb315ee6933f25e693d4207d870d6)
2007-10-10r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher2-2/+2
and #ifndef doesn't work. metze (This used to be commit 99125fe76a115b237e18c6a8b73e4adffc5ffb8d)
2007-10-10r22260: Use single script for creating Samba 4 test environments. Add first testJelmer Vernooij5-93/+11
that uses the member environment. (This used to be commit 9e3142a1bb3f3b3e06ea1a54215474d88de4d44d)
2007-10-10r22259: libreplace always provides strptime()Stefan Metzmacher1-0/+4
metze (This used to be commit 312d3e1f0d30390f140cb91cae893a8d729de930)
2007-10-10r22258: make ntvfs a library againStefan Metzmacher1-4/+4
metze (This used to be commit 26566222ec6ff221d8d8c971f5a1d6d9d4952e30)
2007-10-10r22257: disable shared libraries on IRIX for nowStefan Metzmacher1-1/+2
as us4 fails to link libtorture.so because of an argv overflow metze (This used to be commit c924b0b89c3d8cd2e8b4db5866be028d9f13a787)
2007-10-10r22256: Use shorter directory names for tests.Jelmer Vernooij1-1/+1
(This used to be commit cddf4d95aa88f4653c2b5da7bdfa4d03bdae0bbc)
2007-10-10r22253: - make the strtoll tests more verboseStefan Metzmacher1-7/+56
- add initial strtoull tests metze (This used to be commit 5d1e0f167add3c75955a27aa1ff3b16523ccf5c2)
2007-10-10r22250: try to fix the build on aix1 in the farmStefan Metzmacher2-1/+7
metze (This used to be commit 0a04ed570b125be1716628136f87f0244ad12f72)
2007-10-10r22246: only test strtoll onceStefan Metzmacher1-1/+0
metze (This used to be commit 236def3494f20c59ad44464a5359f3387acbb708)
2007-10-10r22243: remove useless printf'sStefan Metzmacher1-2/+0
metze (This used to be commit 8267e2964eddf0afc13edec8e91f9e7ca1d72644)
2007-10-10r22242: ctdb init now takes a process modelAndrew Tridgell1-1/+1
(This used to be commit ec611774da4759d2d6a334e57c104ed0ad5b7967)
2007-10-10r22239: use strlcpy instead of strcpy to make the IBM checker happyStefan Metzmacher1-2/+2
metze (This used to be commit d51af1b3ac8c332481f978b909ee461941f8a50d)
2007-10-10r22238: Because these utilities compile in socket_wrapper.ho, they may needAndrew Bartlett1-2/+3
-lsocket on some systems. Andrew Bartlett (This used to be commit 4273fecfb788fb4060a0ba2ebf1e397aa5224020)
2007-10-10r22237: this init fn doesn't exist yetAndrew Tridgell1-1/+0
(This used to be commit 6d9d62dca3cb6abad95c4ec9238da0b7bf32cefa)
2007-10-10r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett3-162/+396
To make this pass, I needed to add support for 6 and 17 as valid protocol values to socket(). Andrew Bartlett (This used to be commit 2254e61a1e5b29a64c5a24aac029ace193057e24)
2007-10-10r22235: Test kinit, and PKINIT functionality by means of a new blackbox test.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 7f27bfc3568bc09b2b9cb9ba03aae55a03e08f9a)
2007-10-10r22234: merge test suite changes from bzr treeAndrew Tridgell11-289/+154
(This used to be commit d825f4e6cc96a365061805352a2df3818df2364e)
2007-10-10r22233: Allow 'REALM' as a global environment variable in the tests.Andrew Bartlett2-2/+6
Set the default socket_wrapper interface inside the test env setup, so it actually stays (fixes LOCAL-SOCKET failures). Andrew Bartlett (This used to be commit 783c57bf1c0f3dd4249302857936a2b6595e0a7b)
2007-10-10r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell3-3/+8
This better fits the way Samba4 does message dispatch (This used to be commit 2c12f8e72fb999f4f66700291dd4d7f6f73a8eae)
2007-10-10r22231: merge from bzr ctdb treeAndrew Tridgell54-343/+8058
(This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher4-29/+24
metze (This used to be commit c2cfee6d25718fac35bd4ed982c7424f1c3ed0b7)
2007-10-10r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher1-5/+25
metze (This used to be commit 2552a3300ba94b48e447e82f6b1d2ffa76d5c660)
2007-10-10r22218: fix libreplace standalone buildStefan Metzmacher1-1/+1
metze (This used to be commit 398e008ea78777164dcf4eef059626d574c35f47)
2007-10-10r22217: merge from samba3 21944:Stefan Metzmacher2-1/+6
move acl header checks to the correct place only metze (This used to be commit be84eb68e1f0d3826b9f819fa44d8b399e38cbcd)
2007-10-10r22216: move strptime testsuite into it's own fileStefan Metzmacher4-116/+159
so we can include it for the configure test as it seems that strptime() is really broken on some hosts in the build farm, re should use the replacement code when we detect this in the configure test metze (This used to be commit 08a5e9760643b9fbf00fdcf7163de7cf50e841e6)
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher6-0/+1130
from jojowil@hvcc.edu to bug 4063 also add a testsuite for strptime() metze (This used to be commit aba64521707143e6505b3322c390882a918a148a)
2007-10-10r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett1-7/+4
Andrew Bartlett (This used to be commit bbde5b6a2f85f22110d6840857eaceb6b923c1b4)
2007-10-10r22203: Improve the replace testsuite a bit.Jelmer Vernooij1-11/+151
(This used to be commit 7003a6fa1ae1d163160ad509a7811f836be3aa6f)
2007-10-10r22201: crash fix...Stefan Metzmacher1-0/+4
metze (This used to be commit 60799d171fa12debe61164b467e55a9e08485e28)
2007-10-10r22200: make ntvfs a subsystem as linking ntvfs.so.1 usesStefan Metzmacher1-4/+4
ca. 800 cmdline args to ld and that fails on some hosts in the build-farm, lets see if they will be happier now metze (This used to be commit fda810ff129646535e9fa6d2b2c77559b5d58f92)
2007-10-10r22199: fix typoStefan Metzmacher1-2/+2
metze (This used to be commit 4e8f844be939a6e11a3bece4e7e66534fce00cc0)
2007-10-10r22197: fix formatingStefan Metzmacher2-12/+10
metze (This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
2007-10-10r22196: give better error codes to make RPC-UNIXINFO passStefan Metzmacher1-6/+6
metze (This used to be commit 0096e068d02b5e09fed94373a7018ec0a58fb6d6)