summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace
Commit message (Collapse)AuthorAgeFilesLines
...
* r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher2007-10-101-1/+61
| | | | | metze (This used to be commit 3df206ddfadea5bf39a22e8c4c262764c79d302c)
* r21793: add replacement for unsetenv()Stefan Metzmacher2007-10-104-1/+42
| | | | | metze (This used to be commit d6de7f2cda70cfd55f0f7fbb9f3b93a5a58c6f51)
* r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij2007-10-103-1/+17
| | | | (This used to be commit 74c47839536c9ccfa1240289d20df65d9d13839d)
* r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell2007-10-101-2/+4
| | | | | | | | | matching va_end() for each va_copy(). This doesn't matter for most architectures, but there could be some obscure ones where it does matter. some of this should be ported to Samba3 (This used to be commit 21eb316473486cb6b73bb3ff9c5f3a44ecd57e4a)
* r20981: Fix cut'n'paste error.James Peach2007-10-101-1/+1
| | | | (This used to be commit 20dcd6e2416d656e97b8cc060809673a97d5cde6)
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-10-101-0/+4
| | | | | | | | | add support for sa_flags argument to event_add_signal(). These are passed to sigaction(). Special handling is provided for SA_RESETHAND (which tells the event system to remove the handler after the signal) and SA_SIGINFO which allows the siginfo structure to be received per signal (This used to be commit 1bb10b6cf7d717ad21834e73a4ca4b22b5fb6f0a)
* r20819: - include system/aio.hStefan Metzmacher2007-10-102-2/+3
| | | | | | | | - use full prototype for main - use ifdef instead if metze (This used to be commit b3a3c44f42455d6f84ab2f1f282fb177f8b6013c)
* r20816: merge from samba3:Stefan Metzmacher2007-10-102-0/+5
| | | | | | | include setjmp.h via system/wait.h metze (This used to be commit 1b10cbb62950693760d4af6ab8691a4ba70908c9)
* r20815: merge from samba3Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 5b8387969dcc1575a71eaf2daa8f42b94c87bbd0)
* r20810: unlink the test file when the test is doneStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit d3e10679afe436b994813e60b117bc42e6c2ed8f)
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-10-102-12/+0
| | | | | | | | | | | | | | - fix epoll configure checks for the epoll and aio events backends - we should only activate the epoll backend if sys/epoll.h and epoll_create() are found - we should only activate the aio backend if sys/epoll.h, epoll_create(), libaio.h and io_getevents() are found hopefully fix the build on 'bnhtest' in the build farm... metze (This used to be commit d46a5efb03ea1df50567cad00e1589870cdb31fe)
* r20665: put in my version of aio.hAndrew Tridgell2007-10-101-4/+4
| | | | | sorry about that .... (This used to be commit a91373291422e2f50b91fd7c2317dce5d2a4ab63)
* r20659: add missing system/aio.hStefan Metzmacher2007-10-101-0/+29
| | | | | | | tridge: please commit your version and merge it to both samba3 branches metze (This used to be commit ba492e2c3a64dfc5d4743ba568c63cb9a59e2849)
* r20383: only try to find dlfcn.h if the dlopen symbol was found,Stefan Metzmacher2007-10-101-5/+7
| | | | | | | it hopefully fixes systems where dlfcn.h but no library with dlopen metze (This used to be commit 4aa31c8862020fa2615ec3cf0b65b1bb7ed10dd4)
* r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) becausePaul Green2007-10-101-2/+2
| | | | | | when pipe files are substituting for unix domain sockets, pipes provide only uni-directional i/o capabilities. (This used to be commit d0a376732ed7b4f807b99a1c46c54ad1f07c85cf)
* r19609: fix uninitialized perl variabel, we need AC_SUBST() for all ↵Stefan Metzmacher2007-10-101-17/+21
| | | | | | | | | configure vars we want to use in perl... metze (This used to be commit 2b021e2d8cff1a097068810d379fc0dca6869654)
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+0
| | | | | | | | | Break up auth/auth.h not to include the world. Add credentials_krb5.h with the kerberos dependent prototypes. Andrew Bartlett (This used to be commit 2b569c42e0fbb596ea82484d0e1cb22e193037b9)
* r19496: remove unused fileStefan Metzmacher2007-10-101-6/+0
| | | | | metze (This used to be commit fe733f6307bb5801d523a968aeb5395f463ce6d6)
* r19495: Stop linking binaries twice (once before installation, once during ↵Jelmer Vernooij2007-10-101-2/+9
| | | | | | | | build). Make TORTURE-TALLOC and TORTURE-REPLACE builtin again rather than separate binaries. (This used to be commit 8913d60c72a67b041b08d569c9bd048953106c85)
* r19442: this real cause of the failures on *BSD came from the missingStefan Metzmacher2007-10-102-4/+6
| | | | | | | | ICONV dependency and not from a broken configure test and incorrect ifdef's. metze (This used to be commit 3df2cb1ea82dae7395d3d19ba73f97dad26bb86b)
* r19440: merged from samba3Andrew Tridgell2007-10-101-4/+4
| | | | (This used to be commit c22fb040234d0cb808fb36e1b4b7ea7bfd45c8cb)
* r19438: try to fix up the build breakages on BSD systems due to incorrectlyAndrew Tridgell2007-10-101-3/+3
| | | | | detecting iconv.h (This used to be commit e6baa13e1f9c35f95021512b713cebba680b2a72)
* r19411: sigh - we can't call close here as its mapped to swrap_close() in theAndrew Tridgell2007-10-101-3/+0
| | | | | build farm (This used to be commit be43b8c5692f6bb6f1cc74d07f24376b43593256)
* r19410: - fixed checker errorAndrew Tridgell2007-10-101-1/+4
| | | | | - close the sockets after the socketpair test (This used to be commit e679163ac26dccee028ca501e4ef6229a3c761ee)
* r19408: I think tm_mon is ending up as -1 on some platformsAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit d01bdf1f2dcdf77043a5ad162ee336d3c6f2e944)
* r19403: try to fix the crashes in the buildfarm related to timegmAndrew Tridgell2007-10-101-1/+10
| | | | (This used to be commit c4e1d2c5ae11acac7dd2cedca411b9b6be84962f)
* r19395: Fix replacement function compilation.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit b79303f25180c777d9d09b2cdf852bf0a5eda70d)
* r19393: Add replacement function for socketpair()Jelmer Vernooij2007-10-103-0/+66
| | | | (This used to be commit 448a3ecc0184bfa063db1eb3ae6dc16b8b792792)
* r19373: Merge changes from subunit branch: Convert libreplace testsuite to aJelmer Vernooij2007-10-103-24/+24
| | | | | standalone program that speaks subunit. (This used to be commit 48d316e7594dfc29b8e6a710e32bb5a6a036b7cf)
* r19347: Add socketpair()Jelmer Vernooij2007-10-102-1/+2
| | | | (This used to be commit 8a8e974d2150d00855ccafef02b7ef2607921ea0)
* r19245: mrege from samba3:Stefan Metzmacher2007-10-101-0/+18
| | | | | | | add AC_REMOVE_INCLUDE(), AC_REMOVE_DEFINE() macros metze (This used to be commit dc65a6625295a7316c2e9982ee09eb9607dbed70)
* r19242: merge from samba3:Stefan Metzmacher2007-10-101-0/+2
| | | | | | | handle NO_CONFIG_H in libreplace metze (This used to be commit 909d736a4bf5a7adfcd64eecf6bb2a92211c6f96)
* r19234: fix configure test for net/if.h for some platformsStefan Metzmacher2007-10-101-2/+2
| | | | | | | | AC_LANG_SOURCE() causes to have the content of confdefs.h in front of the file that will be compiled metze (This used to be commit cd03738e7c5610c4a0cb1161b9bcee5d7c88322d)
* r19227: - add a AC_CACHE_CHECK() around the net/if.h testStefan Metzmacher2007-10-101-16/+15
| | | | | | | | | to see (we now get some output that this test happens at all...). - make use of AC_INCLUDES_DEFAULT metze (This used to be commit 7e399e607c8e9bf7365de7d492d29377177cdc1f)
* r19198: fix typo...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 70bab6edfc1c8e52dfa3ff0f02059a2af6086589)
* r19195: this should fix should workaround the brokenStefan Metzmacher2007-10-101-0/+4
| | | | | | | | HPUX 11.23 <machine/sys/getppdp.h> on host hpisgr8 in the build-farm. metze (This used to be commit 88adbd744355284df223f5618bd76e3d327055d8)
* r19186: that doesn't help...Stefan Metzmacher2007-10-101-4/+0
| | | | | metze (This used to be commit 59c6d51ab31d9d686de35024509f08f5de41c788)
* r19173: see if HPUX 11.23 needs the same workaround as 11.11Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 896326d5081da6a20babacf4c28c556fa44216c5)
* r19131: merge from samba3:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | fix the logic for the AC_PROG_CC_C99 test metze (This used to be commit 5ccc020639b72a75edfc7f29775b298acf27216e)
* r19122: merge from samba3:Stefan Metzmacher2007-10-101-4/+17
| | | | | | | sync system/iconv.h metze (This used to be commit 9c74964b619fd0754d3b72c21fe2cef4d24e7ad5)
* r19120: silence a warning about a test functionAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 59915150f0e303222a16f9d08d3ab31db4e4c617)
* r19117: I've changed the checker wrapper on snab to allow for aAndrew Tridgell2007-10-101-0/+3
| | | | | .checker_innocent file, similar to our .valgrind_suppressions file. (This used to be commit 8228efdb93be20cc3255fbd55336fac89d1bc2d9)
* r19116: fixed a checker warningAndrew Tridgell2007-10-101-4/+2
| | | | (This used to be commit 48243721df27fa68b3232d71b411fba1e0ab7010)
* r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtortureStefan Metzmacher2007-10-101-4/+6
| | | | | metze (This used to be commit 71fc73e11cee89f1b52cda5a32468a74a38cecc3)
* r19032: let the getdents replacement fail and see what the build-farm says.Stefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 4ed53dfafcbafbad8f2cde65e84dc0fe32fa62f8)
* r19029: test if opendir() on a file sets errno = ENOTDIRStefan Metzmacher2007-10-101-2/+6
| | | | | metze (This used to be commit 6b5f06b059583f9d685d71d48299ab334581c179)
* r19023: lets see what the build-farm says about trying theStefan Metzmacher2007-10-101-22/+22
| | | | | | | getdirentries() based readdir() replacement first. metze (This used to be commit 268c8bc7ef63ca7fd7900bd0aec345b895512c68)
* r19017: Merge from Samba3:Volker Lendecke2007-10-102-0/+24
| | | | | | | | | | | Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? This includes the tabs->spaces fix requested by Stefan. Volker (This used to be commit 7b9ee1171ddc89537ba3b286f20c722fb70c980b)
* r18999: merge from samba3:Stefan Metzmacher2007-10-102-10/+9
| | | | | | | | - make more usage of PRINTF_ATTRIBUTE() - vsyslog takes a 'const char *format' metze (This used to be commit cdcd4232d2f383f4d2f9ca1d049b7b3cc7b58359)
* r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke2007-10-101-0/+7
| | | | (This used to be commit d8bea42bb78619ae35a9680b24fe9eee5f25997d)