1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

10425 Commits

Author SHA1 Message Date
Andrew Tridgell
b383add7b0 r18075: with the new scheme, we now use config.h again (thanks jelmer!)
(This used to be commit c45c48786180fc97e2bb53edbdd5ebddfe85e291)
2007-10-10 14:17:11 -05:00
Andrew Tridgell
b70a7de802 r18074: config.m4 is now libreplace.m4
(This used to be commit b2e680500e07742d82735bcc05ba2030a5deb603)
2007-10-10 14:17:11 -05:00
Andrew Tridgell
a57365a2e6 r18073: next step in grab libreplace plan - see IRC logs for very detailed
discussion wity metze and jelmer!
(This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)
2007-10-10 14:17:11 -05:00
Andrew Bartlett
3a70ec899a r18072: Really delete things in the base partition, after we changed where the
default search scope points to.

Andrew Bartlett
(This used to be commit 1a111817a361faab04e73b666624ce554f000034)
2007-10-10 14:17:11 -05:00
Andrew Bartlett
c3b54cf75b r18068: This splits the handling of multiple SASL packets between the GENSEC
backend (if it chooses to implement it), or the GENSEC socket code.

This is to allow us to handle DIGEST-MD5 across to cyrus-sasl.

Andrew Bartlett
(This used to be commit 0a098006b431f4aa48632a27ca08e9adca8d9609)
2007-10-10 14:17:11 -05:00
Andrew Tridgell
8e9c4e83fa r18067: some tweaks for irix and hpux
this checks for -AC99 or -c99 to get C99 structure init to work. It's
based on a similar macro metze did for Samba4.

the double sinclude() is weird, but I can't see any other way to use a
common config.m4 between libreplace and all the projects that use it
(This used to be commit 8d80024976bc508d73b42b4cf12315fe8f7a6322)
2007-10-10 14:17:10 -05:00
Stefan Metzmacher
10d58661be r18064: merge from samba3
metze
(This used to be commit c60deff667941e462fd9c8a894a723c792fe465e)
2007-10-10 14:17:10 -05:00
Andrew Tridgell
5d363fa0dd r18061: this should fix the libreplace build on us4 with gcc
(This used to be commit 71c0a0731c52458105974e9ad727b7ba403fd992)
2007-10-10 14:17:10 -05:00
Andrew Tridgell
bd35940710 r18060: use gmake for libreplace if available
(This used to be commit 838de24dfeeb4f67d836681d8ca4b8f94b38d6e2)
2007-10-10 14:17:10 -05:00
Andrew Tridgell
a41abfd514 r18059: another cpp error
(This used to be commit 64eff9d9d998ec2fd3d75393eb57028dfb942acf)
2007-10-10 14:17:10 -05:00
Andrew Tridgell
09a4749a31 r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature which
I don't think we use anywhere)
(This used to be commit bac8d5ce28e86b703a917902f44588746d7e8290)
2007-10-10 14:17:09 -05:00
Andrew Tridgell
3539b6ae7b r18057: fixed an #ifdef
(This used to be commit e4c3b9ea2fd47540f693ced2fa6b7aa55372315b)
2007-10-10 14:17:09 -05:00
Andrew Tridgell
e057ef3c6f r18056: includes needed for O_CREAT
(This used to be commit 0b80ee8b3b17d4914010c9a54d5c2dcb69738990)
2007-10-10 14:17:09 -05:00
Andrew Tridgell
a587277aa3 r18055: aix needs time.h for timegm.c to compile
(This used to be commit 1c91de687f0078100aa9de9111416c9fced45990)
2007-10-10 14:17:09 -05:00
Andrew Tridgell
d9319068f5 r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related
macros
(This used to be commit 3917436ff733f8ee1925e646eec2331190d79663)
2007-10-10 14:17:09 -05:00
Andrew Tridgell
474b74b345 r18053: the sig_atomic_t test needs to be in libreplace for getpass.c to
compile on hpux
(This used to be commit a0bd4f5c4a08f4815aa742cc2406ed8e46d7b8f5)
2007-10-10 14:17:08 -05:00
Andrew Tridgell
cbae8b2014 r18052: discard_const_p() isn't part of the libreplace API, so we can't use it
inside libreplace.
(This used to be commit 5745ecdd826c387137a742f32ee3c8f60191a6a7)
2007-10-10 14:17:08 -05:00
Andrew Tridgell
a0202040e2 r18051: - add gcc warning flags
- fix piles of warnings and ftruncate bug in libreplace testsuite
(This used to be commit f5fc88f0c4c752a2773d5280ed4d94818e2d4744)
2007-10-10 14:17:08 -05:00
Rafal Szczesniak
15352189d2 r18050: Run more NET tests on the build farm.
rafal
(This used to be commit 2185e978891617f2e3ad4428df55269bcdf62443)
2007-10-10 14:17:08 -05:00
Simo Sorce
62e6027413 r18046: Add 'z' specifier support and a configure test.
Jeremy should I backport this to samba3 too?
(This used to be commit dc689b5579987da8ee5397b9758a42b01e44fb73)
2007-10-10 14:17:08 -05:00
Jelmer Vernooij
c13ea9b3a6 r18045: Update format, list "test" target as phony.
(This used to be commit 1f431dcd0a1f9a2cd5a0a3b73fbf8b05b8bc6793)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
cb962c9373 r18044: timegm.c needs to be in a separate file
(This used to be commit 3ec1db7bd12cdc233c37f261073a33fc48ecd7ce)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
73493a095a r18043: added strlcpy() test
(This used to be commit a68b3395199d2d47af3b23959e6da7109a9c5193)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
eab9f6d102 r18042: testsuite needs to link to libreplace.a :-)
(This used to be commit d359dea98eceadb4881578f70d8f4453ec0a2b88)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
4c4e6a9a1c r18041: started on the bodies of the testsuite functions for libreplace
(This used to be commit a2a6782ec721312e329cd16b609fb3eff8ad284d)
2007-10-10 14:17:07 -05:00
Jelmer Vernooij
c90a12781b r18040: Use only one strnlen implementation
(This used to be commit 9a421425d242f6e0385414121c114c7c62ea1aaa)
2007-10-10 14:17:06 -05:00
Jelmer Vernooij
41ff8ad80e r18039: Include header with time_t if needed.
(This used to be commit b0cfdd24be88ba3963eb43cdbcb6317e65aed57b)
2007-10-10 14:17:06 -05:00
Andrew Tridgell
6cf5528e20 r18038: make test fns static
(This used to be commit 2dda101a5fcc40702df9fa2f932d6fe97ae64163)
2007-10-10 14:17:06 -05:00
Andrew Tridgell
e67b1f21f6 r18037: added 'make installcheck' target
(This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)
2007-10-10 14:17:06 -05:00
Jelmer Vernooij
7a4206aa52 r18036: Add missing file
(This used to be commit 9ad8075d702d67fc82974e1ef2cfbcaefb2028f5)
2007-10-10 14:17:06 -05:00
Andrew Tridgell
63799e5c63 r18035: - fixed 'make clean' to remove test objects
- fixed 'make install' to create target dir

should be ready to go into the build farm as a standalone build now?
(This used to be commit 5feaeaf1dc6434874c8f4c0e913a7e6c70b87309)
2007-10-10 14:17:05 -05:00
Andrew Tridgell
7e97a15fa0 r18034: fixed build of libreplace outside of source directory
(This used to be commit 8c07569227c6f2b0c9abdfe535733f3d5cb40fe5)
2007-10-10 14:17:05 -05:00
Andrew Tridgell
f3cf9d4ef6 r18033: added install-sh, needed for standalone libreplace build
(This used to be commit 652c11e4b8d5188690bbe512b205ab5ac783aee8)
2007-10-10 14:17:05 -05:00
Andrew Tridgell
e8b3da023a r18032: added a 'make distclean'
(This used to be commit e83ea30b72c92ecf242274d090b00009bddd8be6)
2007-10-10 14:17:05 -05:00
Jelmer Vernooij
38fdde5d9b r18031: Merge my replace fixes:
* libreplace can now build stand-alone
 * add stub testsuite for libreplace
 * make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
2007-10-10 14:17:05 -05:00
Volker Lendecke
f6f4d868ea r18027: Fix some 64-bit warnings
(This used to be commit cd495d89314a653b5976b1690e075fd7bac2f59b)
2007-10-10 14:17:04 -05:00
Andrew Tridgell
3dc330b1f3 r18026: patch from Brad allowing the windows testing to be configured
externally in the build farm
(This used to be commit a85646cba5ae5f96d99bd79d491e4151ffe6e78e)
2007-10-10 14:17:04 -05:00
Andrew Bartlett
556aab78a0 r18025: Don't try to set a target host if there isn't one (such as with ldapi://).
Andrew Bartlett
(This used to be commit 556a21faeed0b6e3cc6efcfa8e0939b151a802de)
2007-10-10 14:17:04 -05:00
Andrew Bartlett
e21e8379a2 r18024: The %c sscanf format I'm using doesn't null terminate.
Andrew Bartlett
(This used to be commit 1920cb8b3978f745cba7e854410deb9174de2dc0)
2007-10-10 14:17:04 -05:00
Andrew Bartlett
36ca11b00a r18023: Add support infrusructure for testing against an OpenLDAP server.
This will give a bit more noise on platforms without OpenLDAP (when we
run the slaptest check), but it shouldn't be too bad.

We don't start the LDAP server or re-provision unless LDAP_TEST is set.

Andrew Bartlett
(This used to be commit 999d989131f41d0218ec05595c9761aff5bbf5fa)
2007-10-10 14:17:04 -05:00
Andrew Bartlett
173d17ab2f r18022: Increment number of records converted, and print number of records skipped.
Andrew Bartlett
(This used to be commit 6c11501ec3d8b95d5a80d5dbca745ae9e02d3304)
2007-10-10 14:17:03 -05:00
Andrew Bartlett
22ced36791 r18021: Add ldapi support to our LDAP client. To be used for testing an
OpenLDAP backend.

Andrew Bartlett
(This used to be commit da66b53e6ac39c5f020781830ee69d460aa0cae5)
2007-10-10 14:17:03 -05:00
Volker Lendecke
515067a02e r18018: Fix the build on OpenBSD. No license problem this time, I've written strnlen
from scratch.

Volker
(This used to be commit 2a7cdf52e4113db30a7a8b180c68cec736f6c186)
2007-10-10 14:17:03 -05:00
Rafal Szczesniak
92b8f4cfb6 r18017: Separate NET tests out of RPC. This way it's easier to run libnet
tests only for quick checking.

rafal
(This used to be commit a6c9a01e89d837d0ce8e45499ff5d3dfa8fb46f4)
2007-10-10 14:17:03 -05:00
Simo Sorce
23e6b27d5c r17998: start working on syntaxes
(This used to be commit b49b8f5cb5ffa29a3b63f70a1f437c9720d2228c)
2007-10-10 14:17:03 -05:00
Andrew Tridgell
5d3fd81018 r17993: as metze pointed out, the composite_error() already calls the async
handler, so don't call composite_done()
(This used to be commit d70ec77b00e542cc4b8c2bd7d27fe5940623abc5)
2007-10-10 14:17:02 -05:00
Andrew Tridgell
0bb1c2da0e r17992: reverted r17842
This needs more consideration, as the patch removed the copyright
notice and license from the timegm.c code.

Volker, when you get a minute can you let me know what problem this
patch fixed so I can find a different approach?
(This used to be commit 5b9b9dd5303300778bb9e6d0479ab03fdd70c67d)
2007-10-10 14:17:02 -05:00
Andrew Bartlett
bb71578696 r17991: Implement a few more calls (with not implemented :-).
Remove references to dnsDomain, replace with references to dnsRoot

Andrew Bartlett
(This used to be commit e09dd33379c79982dffadd69d7a4e9e24be7c248)
2007-10-10 14:17:02 -05:00
Andrew Tridgell
e7717f615a r17990: added timeout checking on dcerpc connection establishment. This should
fix the problem on some build farm hosts where we were waiting forever
for a connection to DRSUAPI to be made, so the next test will start.

Next is to try and work out why the connection is timing out on some
hosts. That is probably a server bug, but at least with this change we
can see it.
(This used to be commit 45fccc6d229168058a2a02fe5fe6f0bc259d6afe)
2007-10-10 14:17:02 -05:00
Andrew Bartlett
6cb6d5cf94 r17989: Add RPC-NETLOGON as a test we now run against Samba4.
Andrew Bartlett
(This used to be commit c271c488a5380d3d8ace662d6041d6b7f3f5b4ad)
2007-10-10 14:17:02 -05:00