summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-2/+0
2007-10-10r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher1-1/+5
2007-10-10r14349: Kill proto.h!Jelmer Vernooij2-6/+6
2007-10-10r14240: fix summary output (step 2)Stefan Metzmacher1-5/+18
2007-10-10r13592: Incredible how bugs like this can sweep in even after peer review and...Simo Sorce1-19/+22
2007-10-10r13577: Move some (possibly system-defined) defines to replace.hJelmer Vernooij1-0/+16
2007-10-10r13401: remove the rename of the snprintf functions that simo accidentiallyAndrew Tridgell1-4/+2
2007-10-10r13374: new revision of the snprintf replace codeSimo Sorce1-226/+672
2007-10-10r12814: we need this here too, as we'll include replace.h for building heimdal/*Stefan Metzmacher1-0/+12
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-12/+0
2007-10-10r12592: Remove some useless dependenciesJelmer Vernooij7-2/+371
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-3/+2
2007-10-10r12364: add UINT32_MAX and UINT64_MAX replacement definesStefan Metzmacher2-0/+10
2007-10-10r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij2-0/+8
2007-10-10r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison1-1/+22
2007-10-10r11382: Require number of required M4 macrosJelmer Vernooij1-2/+2
2007-10-10r11343: Remove dependency on DEBUG()Jelmer Vernooij1-5/+0
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-4/+4
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2-93/+0
2007-10-10r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher1-1/+0
2007-10-10r11037:Stefan Metzmacher1-0/+1
2007-10-10r10896: added a strcasestr() replacement functionAndrew Tridgell3-2/+20
2007-10-10r10664: Include limits.h in replace.h for HOST_NAME_MAXJelmer Vernooij1-0/+21
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r...Andrew Tridgell1-12/+2
2007-10-10r10521: Also check sys/socket.h for definition of socklen_t (needed for AIX)Jelmer Vernooij1-1/+10
2007-10-10r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij3-0/+14
2007-10-10r10509: Some more sconscript fixes. Now getting to link stage for smbclientJelmer Vernooij2-3/+30
2007-10-10r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij1-0/+10
2007-10-10r10476: Move some more types to libreplace. Fix missing strndup errorsJelmer Vernooij4-15/+43
2007-10-10r10472: Check for strndupVolker Lendecke1-1/+1
2007-10-10r10456: More SCons fixes:Jelmer Vernooij4-4/+49
2007-10-10r10453: Fix the buildJelmer Vernooij2-6/+1
2007-10-10r10452: Couple of small scons updates - ignore .sconsign filesJelmer Vernooij2-0/+4
2007-10-10r10449: remove double copyright headerStefan Metzmacher1-21/+0
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij7-41/+269
2007-10-10r10377: Save configuration stuff to sconf.cache so it isn't annoyingly runTim Potter1-6/+7
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-1/+1
2007-10-10r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij1-0/+11
2007-10-10r9949: Portability fixes for mingw32Jelmer Vernooij2-4/+3
2007-10-10r9374: HPUX is also missing setegid()Andrew Tridgell2-1/+13
2007-10-10r9370: need a configure test for setresuid()Andrew Tridgell1-1/+1
2007-10-10r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2-79/+29
2007-10-10r9063: - don't pollute the global $LIBS variable with -ldlStefan Metzmacher1-0/+16
2007-10-10r8750: drat, on some systems dirfd() is a macroAndrew Tridgell1-0/+3
2007-10-10r8749: for completeness, add rewinddir() and dirfd()Andrew Tridgell1-0/+10
2007-10-10r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell3-1/+166
2007-10-10r8710: another attempt at fixing HPUXAndrew Tridgell1-1/+2
2007-10-10r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell1-1/+9
2007-10-10r8580: try to fix the build on stratusAndrew Tridgell1-12/+8