summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r22300: fix make everything, we need to build shared libraries...Stefan Metzmacher2007-10-101-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)
* r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-10-103-25/+35
| | | | | metze (This used to be commit b69c950858d837d7bd734d418129ade69106a00d)
* r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>Stefan Metzmacher2007-10-101-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)
* r22295: Use delegated credentials and kerberos to test the pass-thoughAndrew Bartlett2007-10-102-5/+4
| | | | | | | authenticatication as well as the ntvfs/cifs layer. Andrew Bartlett (This used to be commit a59ec710ce546f3948bdb655dfcb98e2aa55f039)
* r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett2007-10-101-0/+6
| | | | | | | have the data for anything else. Andrew Bartlett (This used to be commit 9e0c0cd0ff678388436430bb1ba4eb7595cbefbd)
* r22293: Try to make it more clear what failed to parse.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 144ab7294d76397a5e6662d344105a0d59c9f423)
* r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (likeAndrew Bartlett2007-10-101-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)
* r22290: Fedora DS is incredibly picky about newlines...Andrew Bartlett2007-10-101-2/+1
| | | | (This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
* r22289: Another fedora ds fixJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
* r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.Andrew Bartlett2007-10-101-4/+4
| | | | | Andrew Bartlett (This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
* r22287: Fix some issues in fedora ds code.Jelmer Vernooij2007-10-101-4/+6
| | | | (This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)
* r22286: Import branch that converted the Samba4 test target code to perl and ↵Jelmer Vernooij2007-10-1010-670/+513
| | | | | | makes the code a bit clearer. (This used to be commit e3ba5ced0440e736f0f140e12a8c728f79a20bb2)
* r22279: add a lot more detailed strtoll() and strtoull() testsStefan Metzmacher2007-10-101-56/+254
| | | | | metze (This used to be commit 8b6d9076040b27fb13b99209116973f5abcec667)
* r22273: - provide __LINESTR__ macroStefan Metzmacher2007-10-102-1/+11
| | | | | | | | - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze (This used to be commit 24324fbcff1a896c55e789063f9916dbd092956d)
* r22270: provide __location__ in replace.hStefan Metzmacher2007-10-102-0/+7
| | | | | | | and see how the build-farm likes this simpler version metze (This used to be commit 2abc79680f8342c9a7a6c1f3746489dd598b7bf8)
* r22267: protect #define __location__ with an #ifndefStefan Metzmacher2007-10-101-4/+6
| | | | | metze (This used to be commit 138ffd6d486bb315ee6933f25e693d4207d870d6)
* r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher2007-10-102-2/+2
| | | | | | | and #ifndef doesn't work. metze (This used to be commit 99125fe76a115b237e18c6a8b73e4adffc5ffb8d)
* r22260: Use single script for creating Samba 4 test environments. Add first testJelmer Vernooij2007-10-105-93/+11
| | | | | that uses the member environment. (This used to be commit 9e3142a1bb3f3b3e06ea1a54215474d88de4d44d)
* r22259: libreplace always provides strptime()Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 312d3e1f0d30390f140cb91cae893a8d729de930)
* r22258: make ntvfs a library againStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 26566222ec6ff221d8d8c971f5a1d6d9d4952e30)
* r22257: disable shared libraries on IRIX for nowStefan Metzmacher2007-10-101-1/+2
| | | | | | | as us4 fails to link libtorture.so because of an argv overflow metze (This used to be commit c924b0b89c3d8cd2e8b4db5866be028d9f13a787)
* r22256: Use shorter directory names for tests.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit cddf4d95aa88f4653c2b5da7bdfa4d03bdae0bbc)
* r22253: - make the strtoll tests more verboseStefan Metzmacher2007-10-101-7/+56
| | | | | | | - add initial strtoull tests metze (This used to be commit 5d1e0f167add3c75955a27aa1ff3b16523ccf5c2)
* r22250: try to fix the build on aix1 in the farmStefan Metzmacher2007-10-102-1/+7
| | | | | metze (This used to be commit 0a04ed570b125be1716628136f87f0244ad12f72)
* r22246: only test strtoll onceStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 236def3494f20c59ad44464a5359f3387acbb708)
* r22243: remove useless printf'sStefan Metzmacher2007-10-101-2/+0
| | | | | metze (This used to be commit 8267e2964eddf0afc13edec8e91f9e7ca1d72644)
* r22242: ctdb init now takes a process modelAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit ec611774da4759d2d6a334e57c104ed0ad5b7967)
* r22239: use strlcpy instead of strcpy to make the IBM checker happyStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit d51af1b3ac8c332481f978b909ee461941f8a50d)
* r22238: Because these utilities compile in socket_wrapper.ho, they may needAndrew Bartlett2007-10-101-2/+3
| | | | | | | -lsocket on some systems. Andrew Bartlett (This used to be commit 4273fecfb788fb4060a0ba2ebf1e397aa5224020)
* r22237: this init fn doesn't exist yetAndrew Tridgell2007-10-101-1/+0
| | | | (This used to be commit 6d9d62dca3cb6abad95c4ec9238da0b7bf32cefa)
* r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett2007-10-103-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)
* r22235: Test kinit, and PKINIT functionality by means of a new blackbox test.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 7f27bfc3568bc09b2b9cb9ba03aae55a03e08f9a)
* r22234: merge test suite changes from bzr treeAndrew Tridgell2007-10-1011-289/+154
| | | | (This used to be commit d825f4e6cc96a365061805352a2df3818df2364e)
* r22233: Allow 'REALM' as a global environment variable in the tests.Andrew Bartlett2007-10-102-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)
* r22232: add a special message handler ID meaning "all messages please"Andrew Tridgell2007-10-103-3/+8
| | | | | This better fits the way Samba4 does message dispatch (This used to be commit 2c12f8e72fb999f4f66700291dd4d7f6f73a8eae)
* r22231: merge from bzr ctdb treeAndrew Tridgell2007-10-1054-343/+8058
| | | | (This used to be commit 807b959082d3b9a929c9f6597714e636638a940e)
* r22226: move discard_const macros to librelaceStefan Metzmacher2007-10-104-29/+24
| | | | | metze (This used to be commit c2cfee6d25718fac35bd4ed982c7424f1c3ed0b7)
* r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher2007-10-101-5/+25
| | | | | metze (This used to be commit 2552a3300ba94b48e447e82f6b1d2ffa76d5c660)
* r22218: fix libreplace standalone buildStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 398e008ea78777164dcf4eef059626d574c35f47)
* r22217: merge from samba3 21944:Stefan Metzmacher2007-10-102-1/+6
| | | | | | | move acl header checks to the correct place only metze (This used to be commit be84eb68e1f0d3826b9f819fa44d8b399e38cbcd)
* r22216: move strptime testsuite into it's own fileStefan Metzmacher2007-10-104-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)
* r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher2007-10-106-0/+1130
| | | | | | | | | from jojowil@hvcc.edu to bug 4063 also add a testsuite for strptime() metze (This used to be commit aba64521707143e6505b3322c390882a918a148a)
* r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett2007-10-101-7/+4
| | | | | Andrew Bartlett (This used to be commit bbde5b6a2f85f22110d6840857eaceb6b923c1b4)
* r22203: Improve the replace testsuite a bit.Jelmer Vernooij2007-10-101-11/+151
| | | | (This used to be commit 7003a6fa1ae1d163160ad509a7811f836be3aa6f)
* r22201: crash fix...Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 60799d171fa12debe61164b467e55a9e08485e28)
* r22200: make ntvfs a subsystem as linking ntvfs.so.1 usesStefan Metzmacher2007-10-101-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)
* r22199: fix typoStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 4e8f844be939a6e11a3bece4e7e66534fce00cc0)
* r22197: fix formatingStefan Metzmacher2007-10-102-12/+10
| | | | | metze (This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
* r22196: give better error codes to make RPC-UNIXINFO passStefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit 0096e068d02b5e09fed94373a7018ec0a58fb6d6)
* r22195: fix compiler warnings and convert the whole torture/rpc/unixinfo.c codeStefan Metzmacher2007-10-101-26/+19
| | | | | | | to the new torture ui functions metze (This used to be commit 94a5f1568d8307e1cb55df7d73cfea9ce1037238)