Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23800: LGPL is now called GNU Lesser General Public License | Andrew Tridgell | 2007-10-10 | 2 | -4/+4 |
| | | | | not GNU Library General Public License | ||||
* | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 2 | -6/+2 |
| | |||||
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 24 | -48/+24 |
| | |||||
* | r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING file | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
| | |||||
* | r23791: found some more v2->v3 conversions | Andrew Tridgell | 2007-10-10 | 2 | -2/+2 |
| | |||||
* | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 2007-10-10 | 24 | -24/+24 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-10-10 | 2 | -2/+2 |
| | | | | Jeremy. | ||||
* | r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h. | Michael Adam | 2007-10-10 | 2 | -0/+18 |
| | | | | | | | | | | This fixes the build on a SuSE 6.1. :-) I guess this had been merely forgotten. But beware: The implementations of rep_pread and rep_pwrite are not thread safe. Michael | ||||
* | r23335: as not all source files include replace.h/config.h | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | before unistd.h we need to pass -D_FILE_OFFSET_BITS=64 together with -Dpread=pread64 -Dpwrite=pwrite64 metze | ||||
* | r23309: sync lib/replace with SAMBA_4_0 | Stefan Metzmacher | 2007-10-10 | 25 | -223/+347 |
| | | | | metze | ||||
* | r23307: move readahead stuff out of libreplace and make it samba3 specific | Stefan Metzmacher | 2007-10-10 | 3 | -10/+0 |
| | | | | | | | as we can't replace this function in libreplace and we do the some stuff for other function in the same way. metze | ||||
* | r23305: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 |
| | | | | | | fix large file support on HP-UX 11.00 and 11.11 metze | ||||
* | r23109: Redo the change from r22772 I accidentially undid in r23108. | Michael Adam | 2007-10-10 | 1 | -0/+4 |
| | | | | Michael | ||||
* | r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h. | Michael Adam | 2007-10-10 | 1 | -5/+6 |
| | | | | Fixing build of ldb for instance on some systems without dlfcn.h. | ||||
* | r22931: Fix logic in detection of the need to replace dlopen and friends. | Michael Adam | 2007-10-10 | 1 | -6/+7 |
| | | | | | | | Originally, dlfcn.o was only added to LIBREPLACEOBJ if dlopen was found in libdl but header dlfcn.h was not appropriate. Michael | ||||
* | r22772: - Still working on the fact that readahead() is not declared (on at ↵ | Derrell Lipman | 2007-10-10 | 3 | -0/+11 |
| | | | | | | | | | | least one OS) but is available for linking. Instead of running configure tests with -Werror-implicit-function-declaration in developer mode (which may lead to different library functions being used in developer mode than when not in developer mode), add tests for whether readahead is declared. If not, provide a replacement declaration in lib/replace. | ||||
* | r22659: merge from SAMBA_4_0: | Stefan Metzmacher | 2007-10-10 | 2 | -1/+14 |
| | | | | | | | | - add AC_GNU_SOURCE macro for systems which don't have it (sles8) - fix compiler warning on some systems metze | ||||
* | r22394: Remove test directory once we are finished. | James Peach | 2007-10-10 | 1 | -0/+2 |
| | |||||
* | r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 2007-10-10 | 2 | -0/+35 |
| | | | | metze | ||||
* | r22280: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -56/+254 |
| | | | | | | add a lot more detailed strtoll() and strtoull() tests metze | ||||
* | r22274: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -1/+11 |
| | | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze | ||||
* | r22271: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -0/+7 |
| | | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze | ||||
* | r22264: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -2/+2 |
| | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze | ||||
* | r22254: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -7/+56 |
| | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze | ||||
* | r22252: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -1/+7 |
| | | | | | | add prototype of setenv metze | ||||
* | r22247: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -1/+0 |
| | | | | | | only test strtoll once metze | ||||
* | r22244: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -2/+0 |
| | | | | | | remove useless printf's metze | ||||
* | r22240: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
| | | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze | ||||
* | r22227: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -1/+24 |
| | | | | | | move discard_const macros to librelace metze | ||||
* | r22224: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -5/+25 |
| | | | | | | make comparing of struct tm more verbose and portable metze | ||||
* | r22221: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 11 | -15/+1426 |
| | | | | | | - libreplace unsetenv() and strptime() replacements metze | ||||
* | r22151: remove netgr functions from libreplace they're not used | Stefan Metzmacher | 2007-10-10 | 4 | -39/+2 |
| | | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze | ||||
* | r21944: move acl header checks to the correct place only | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
| | | | | | | jeremy: please merge this to 3.0.25:-) metze | ||||
* | r21934: fix the build sorry | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | metze | ||||
* | r21931: include acl/libacl.h is present | Stefan Metzmacher | 2007-10-10 | 1 | -0/+4 |
| | | | | | | | I'm not sure if this should go into 3.0.25... it fixes a compiler warning about a missing acl_get_perm() prototype metze | ||||
* | r21388: Merge support for providing replacement system headers. | Jelmer Vernooij | 2007-10-10 | 3 | -1/+17 |
| | |||||
* | r21176: merged va_end() changes from Samba4 | Andrew Tridgell | 2007-10-10 | 1 | -2/+4 |
| | |||||
* | r20820: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -2/+3 |
| | | | | | | | | - include system/aio.h - use full prototype for main - use ifdef instead if metze | ||||
* | r20817: sync lib/replace with samba4 | Stefan Metzmacher | 2007-10-10 | 12 | -40/+149 |
| | | | | metze | ||||
* | r20789: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -12/+0 |
| | | | | | | - remove the epoll configure checks from libreplace metze | ||||
* | r20385: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -5/+7 |
| | | | | | | | only try to find dlfcn.h if the dlopen symbol was found, it hopefully fixes systems where dlfcn.h but no library with dlopen metze | ||||
* | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 2007-10-10 | 2 | -1/+2 |
| | | | | clean up a bunch of no previous prototype warnings | ||||
* | r20248: merge 20247 from samba_3_0_24 | Herb Lewis | 2007-10-10 | 1 | -1/+1 |
| | | | | get rid of warning: value computed is not used | ||||
* | r19957: Initial framework to make winbindd robust | Jeremy Allison | 2007-10-10 | 1 | -0/+2 |
| | | | | | | | | against tdb corruption. Needs fleshing out (and I forgot one record type) and needs helpful suggestion from Volker to validate freelist, but should give an idea of how this will look. Jeremy. | ||||
* | r19601: Fix protection from invalid struct tm values. | Jeremy Allison | 2007-10-10 | 1 | -0/+10 |
| | | | | | Backport from Samba4. Jeremy. | ||||
* | r19385: These replaced symbols should have a rep_ prefix. | James Peach | 2007-10-10 | 2 | -5/+5 |
| | |||||
* | r19244: fix the build on systems with broken krb5 | Stefan Metzmacher | 2007-10-10 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | we need to make sure HAVE_GSSAPI HAVE_KRB5_H HAVE_GSSAPI_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H are not in config.h this adds 2 new macros to libreplace AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE() metze | ||||
* | r19240: move the NO_CONFIG_H check to libreplace | Stefan Metzmacher | 2007-10-10 | 1 | -0/+2 |
| | | | | | | | this fixes the quota detection configure and maybe more configure tests metze | ||||
* | r19235: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
| | | | | | | | | | fix configure test for net/if.h on some platforms AC_LANG_SOURCE() adds the content of confdefs.h in front of the compiled file metze | ||||
* | r19232: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -16/+19 |
| | | | | | | | - machine/sys/getppdp.h workaround for HPUX 11.23 - more verbose check for net/if.h metze |