Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r18445: splitout the dlfcn related tests | Stefan Metzmacher | 2006-09-13 | 2 | -10/+20 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18444: return the correct value on error | Stefan Metzmacher | 2006-09-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18443: add object files only when needed | Stefan Metzmacher | 2006-09-13 | 2 | -1/+4 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18442: run the os2_delete test in the testsuite too | Stefan Metzmacher | 2006-09-13 | 4 | -12/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that shows that Tru64 is broken... It doesn't have getdirent() and the the replacement code doesn't work there. tridge: do you have any idea how to fix this? metze | |||||
| | * | r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface | Andrew Tridgell | 2006-09-13 | 14 | -32/+34 | |
| | | | | | | | | | | | | | | | | | | | | | exposed. Unfortunately this generates a large number of type punning warnings. We'll have to find some magic to hide those. | |||||
| | * | r18438: I should have examined these uses of talloc_move() more | Andrew Tridgell | 2006-09-13 | 3 | -10/+5 | |
| | | | | | | | | | | | | carefully. Most of them are OK, but a couple were not. | |||||
| | * | r18437: added a 'make valgrindtest' target for ldb | Andrew Tridgell | 2006-09-13 | 1 | -0/+3 | |
| | | | ||||||
| | * | r18436: converted ldb to use talloc_move() instead of talloc_steal() when | Andrew Tridgell | 2006-09-13 | 11 | -76/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate. Note that I also removed the error checks that were being done on the result of talloc_steal(). They are pointless as talloc_steal() doesn't have any failure modes that wouldn't cause a segv anyway, and they tend to clutter the code | |||||
| | * | r18435: added a function talloc_move() which is like talloc_steal(), but is | Andrew Tridgell | 2006-09-13 | 4 | -3/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | meant for moving pointers between structures. The difference is that talloc_move() will zero the source pointer, thus ensuring you don't reference the pointer in the old context. talloc_move() is appropriate in some, but not all cases where we use talloc_steal() now. The interface came out of a discussion with Jeremy. | |||||
| | * | r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. The | Andrew Tridgell | 2006-09-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | two conflict on irix. | |||||
| | * | r18428: add my copyright | Stefan Metzmacher | 2006-09-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18427: set sin_port correctly on autobound socket | Stefan Metzmacher | 2006-09-12 | 1 | -2/+4 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18426: use 'family' consistantly instead of mixing 'domain' and 'family' | Stefan Metzmacher | 2006-09-12 | 2 | -17/+14 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18424: there's no need to allocate a wrapped socket for unix sockets, | Stefan Metzmacher | 2006-09-12 | 1 | -21/+16 | |
| | | | | | | | | | | | | | | | | | | | | | also this makes sure the socket file isn't unlinked if using socket wrapper. metze | |||||
| | * | r18423: record accept, connect and close events in socket wrapper | Stefan Metzmacher | 2006-09-12 | 1 | -1/+30 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18420: fix the build... | Stefan Metzmacher | 2006-09-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18419: fix include paths of the configure tests | Stefan Metzmacher | 2006-09-12 | 4 | -9/+120 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18418: Tru64 has a different prototype for seekdir() returning int | Stefan Metzmacher | 2006-09-12 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | when _OSF_SOURCE is defined metze | |||||
| | * | r18417: overload send() and recv() by socket wrapper | Stefan Metzmacher | 2006-09-12 | 2 | -3/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and add a dummy swrap_dump_packet() function which can later dump the packet content, so that a script can then generate a capture file for wireshark metze | |||||
| | * | r18410: Reduce noise in the ldb_ildap backend. We regularly search for things | Andrew Bartlett | 2006-09-12 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | that don't exist, and this is not a cause for panic. Andrew Bartlett | |||||
| | * | r18407: test for epoll.h and select.h | Andrew Tridgell | 2006-09-11 | 1 | -1/+4 | |
| | | | ||||||
| | * | r18401: some of our code also relies on fprintf() handling C99 | Andrew Tridgell | 2006-09-11 | 1 | -0/+21 | |
| | | | | | | | | | | | | semantics. Easiest to just replace it if it doesn't. | |||||
| | * | r18400: move MAP_FAILED define to lib/replace/system/shmem.h | Andrew Tridgell | 2006-09-11 | 2 | -4/+4 | |
| | | | ||||||
| | * | r18388: remove _XOPEN_SOURCE it causes trouble on BSD and IRIX | Stefan Metzmacher | 2006-09-11 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | I need to find a way to define it only on Tru64 maybe. metze | |||||
| | * | r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64 | Stefan Metzmacher | 2006-09-11 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | to get MAP_FAILED metze | |||||
| | * | r18382: define _XOPEN_SOURCE to hopefully bring in MAP_FAILED in | Stefan Metzmacher | 2006-09-11 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | sys/mman.h on Tru64 metze | |||||
| | * | r18381: make sure autoconf doesn't add '-O2' to CFLAGS | Stefan Metzmacher | 2006-09-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18378: try enabling _OSF_SOURCE to see if it fixes the tru64 build problems - | Andrew Tridgell | 2006-09-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | thanks to volker for the suggestion | |||||
| | * | r18376: added iconv:native=false option to turn off native iconv. Needed under | Andrew Tridgell | 2006-09-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | valgrind as native iconv is so full of overflows | |||||
| | * | r18374: don't go past the end of this array | Andrew Tridgell | 2006-09-11 | 1 | -2/+0 | |
| | | | | | | | | | | | | should fix the intermittend failure of the HMACSHA1 test | |||||
| | * | r18359: better handling of child process killing in standard mode | Andrew Tridgell | 2006-09-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18357: Convert more crypto tests from using function results as initialisers. | Andrew Bartlett | 2006-09-11 | 4 | -89/+97 | |
| | | | | | | | | | | | | | | | | | | (Fails on older Unix C compilers) Andrew Bartlett | |||||
| | * | r18353: try to fix the assumption of NULL being handled in printf() | Andrew Tridgell | 2006-09-11 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | permanently by replacing printf() on systems that don't have a C99 printf lib | |||||
| | * | r18351: functions as initialisers in structures doesn't work on some compilers | Andrew Tridgell | 2006-09-11 | 1 | -26/+25 | |
| | | | ||||||
| | * | r18350: we have to check for lstat() to keep roken happen on hpux | Andrew Tridgell | 2006-09-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18347: run slapd in the foreground so timelimit can kill it | Andrew Tridgell | 2006-09-10 | 1 | -2/+3 | |
| | | | ||||||
| | * | r18346: make sure we kill off the slapd process | Andrew Tridgell | 2006-09-10 | 2 | -4/+26 | |
| | | | ||||||
| | * | r18343: fixed setlinebuf() prototype, added test for it, and use it in two | Andrew Tridgell | 2006-09-10 | 3 | -4/+5 | |
| | | | | | | | | | | | | places to avoid a #ifdef | |||||
| | * | r18340: some HPUX boxes don't have ptrdiff_t | Andrew Tridgell | 2006-09-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | r18339: need these checks for roken.h on hpux | Andrew Tridgell | 2006-09-10 | 1 | -0/+11 | |
| | | | ||||||
| | * | r18337: more -Ae tests in check_cc.m4 | Andrew Tridgell | 2006-09-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | honor the MMAP_BLACKLIST | |||||
| | * | r18336: autoconf tries to force on C89 mode on HP-UX, using the -Ae | Andrew Tridgell | 2006-09-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | flag. Unfortunately that flag conflicts with the -AC99 flag, and we get lots of breakage. This is a trick to force off the -Ae option | |||||
| | * | r18335: more portable bool tests | Andrew Tridgell | 2006-09-10 | 2 | -2/+22 | |
| | | | ||||||
| | * | r18332: added back in our shared mmap test code | Andrew Tridgell | 2006-09-10 | 2 | -1/+77 | |
| | | | ||||||
| | * | r18328: when we bail out early, set *offset to 0 | Andrew Tridgell | 2006-09-10 | 1 | -0/+2 | |
| | | | ||||||
| | * | r18327: 'struct token' is defined on some hosts | Andrew Tridgell | 2006-09-10 | 1 | -5/+5 | |
| | | | ||||||
| | * | r18326: these are not used anymore, I found the bug on *BSD | Stefan Metzmacher | 2006-09-10 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | it's the broken BSD make again where we endup with this: ... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o metze | |||||
| | * | r18324: fixed a uninitialised variable | Andrew Tridgell | 2006-09-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18323: this function returns a pointer, not a bool | Andrew Tridgell | 2006-09-10 | 1 | -3/+2 | |
| | | | ||||||
| | * | r18321: fixed some warnings on AIX | Andrew Tridgell | 2006-09-10 | 4 | -4/+5 | |
| | | |