summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* r12814: we need this here too, as we'll include replace.h for building heimdal/*Stefan Metzmacher2007-10-101-0/+12
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-101-12/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-107-2/+371
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+2
* r12364: add UINT32_MAX and UINT64_MAX replacement definesStefan Metzmacher2007-10-102-0/+10
* r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij2007-10-102-0/+8
* r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison2007-10-101-1/+22
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-101-2/+2
* r11343: Remove dependency on DEBUG()Jelmer Vernooij2007-10-101-5/+0
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-4/+4
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-102-93/+0
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-1/+0
* r11037:Stefan Metzmacher2007-10-101-0/+1
* r10896: added a strcasestr() replacement functionAndrew Tridgell2007-10-103-2/+20
* r10664: Include limits.h in replace.h for HOST_NAME_MAXJelmer Vernooij2007-10-101-0/+21
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r...Andrew Tridgell2007-10-101-12/+2
* r10521: Also check sys/socket.h for definition of socklen_t (needed for AIX)Jelmer Vernooij2007-10-101-1/+10
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-103-0/+14
* r10509: Some more sconscript fixes. Now getting to link stage for smbclientJelmer Vernooij2007-10-102-3/+30
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-0/+10
* r10476: Move some more types to libreplace. Fix missing strndup errorsJelmer Vernooij2007-10-104-15/+43
* r10472: Check for strndupVolker Lendecke2007-10-101-1/+1
* r10456: More SCons fixes:Jelmer Vernooij2007-10-104-4/+49
* r10453: Fix the buildJelmer Vernooij2007-10-102-6/+1
* r10452: Couple of small scons updates - ignore .sconsign filesJelmer Vernooij2007-10-102-0/+4
* r10449: remove double copyright headerStefan Metzmacher2007-10-101-21/+0
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-107-41/+269
* r10377: Save configuration stuff to sconf.cache so it isn't annoyingly runTim Potter2007-10-101-6/+7
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-1/+1
* r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij2007-10-101-0/+11
* r9949: Portability fixes for mingw32Jelmer Vernooij2007-10-102-4/+3
* r9374: HPUX is also missing setegid()Andrew Tridgell2007-10-102-1/+13
* r9370: need a configure test for setresuid()Andrew Tridgell2007-10-101-1/+1
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2007-10-102-79/+29
* r9063: - don't pollute the global $LIBS variable with -ldlStefan Metzmacher2007-10-101-0/+16
* r8750: drat, on some systems dirfd() is a macroAndrew Tridgell2007-10-101-0/+3
* r8749: for completeness, add rewinddir() and dirfd()Andrew Tridgell2007-10-101-0/+10
* r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell2007-10-103-1/+166
* r8710: another attempt at fixing HPUXAndrew Tridgell2007-10-101-1/+2
* r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell2007-10-101-1/+9
* r8580: try to fix the build on stratusAndrew Tridgell2007-10-101-12/+8
* r8465: once we define socklen_t, then tell other include files we have it. Th...Andrew Tridgell2007-10-101-0/+1
* r8458: next target is irix - this gets the socket wrapper code buildingAndrew Tridgell2007-10-101-0/+4
* r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell2007-10-101-0/+12
* r8437: Win32 doesn't have u_int*_tJelmer Vernooij2007-10-101-0/+3
* r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:Jelmer Vernooij2007-10-102-0/+143
* r8420: slowly getting my way through some more heimdal portability fixesAndrew Tridgell2007-10-101-4/+0
* r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)Andrew Tridgell2007-10-101-12/+12
* r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell2007-10-101-1/+1