summaryrefslogtreecommitdiff
path: root/source4/lib/util
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17633: Return NULL at the end of the file, or else we can't tell theAndrew Bartlett1-0/+4
2007-10-10r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett1-5/+18
2007-10-10r17167: indentAndrew Bartlett1-1/+1
2007-10-10r16923: remove unused substitude codeStefan Metzmacher2-171/+0
2007-10-10r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher1-0/+4
2007-10-10r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.Jelmer Vernooij1-13/+0
2007-10-10r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij1-9/+0
2007-10-10r16186: Use full include path to make sure it's being picked up by theJelmer Vernooij1-1/+1
2007-10-10r16185: Remove autogenerated file from SVN.Jelmer Vernooij1-25/+0
2007-10-10r16052: Add .m4 file for XATTR detection (from ntvfs/posix/config.m4)Andrew Bartlett1-0/+32
2007-10-10r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett3-0/+157
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij3-3/+3
2007-10-10r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij4-12/+4
2007-10-10r15564: Fix copyrights (this file was originally based on just a few lines fr...Jelmer Vernooij1-3/+1
2007-10-10r15457: Get rid of more usages of uint_tJelmer Vernooij1-3/+3
2007-10-10r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij2-170/+0
2007-10-10r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij1-1/+1
2007-10-10r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij2-134/+0
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with t...Jelmer Vernooij1-1/+2
2007-10-10r15316: I don't understand quite why this function was ever like this, but weAndrew Bartlett1-2/+1
2007-10-10r15302: Remove strangely named function "StrnCpy" - strlcpy is available as aJelmer Vernooij1-21/+0
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-6/+6
2007-10-10r15295: Fix some dependenciesJelmer Vernooij7-725/+104
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij1-1/+1
2007-10-10r15257: Look for headers before trying to use them in any tests. ThisJelmer Vernooij1-1/+7
2007-10-10r15213: Remove helper macro for bcopy() - this causes problemsJelmer Vernooij1-5/+0
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15201: Use abs() rather then ABS()Jelmer Vernooij1-7/+0
2007-10-10r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij1-14/+0
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij3-8/+8
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-1/+1
2007-10-10r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij1-0/+9
2007-10-10r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij3-10/+18
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij4-4/+4
2007-10-10r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij1-0/+184
2007-10-10r14992: Allow load_module() to be used externallyJelmer Vernooij1-10/+11
2007-10-10r14976: another use of the magic comment recognised by the IBM checker forAndrew Tridgell1-0/+1
2007-10-10r14724: Rearrange some source files, install more headers.Jelmer Vernooij1-1/+0
2007-10-10r14612: added strncasecmp_m() and fixed strcasecmp_m() for invalid codepointsAndrew Tridgell1-0/+39
2007-10-10r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij5-163/+10
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij1-2/+2
2007-10-10r14556: Fix some dependenciesJelmer Vernooij1-1/+1
2007-10-10r14511: Install more headersJelmer Vernooij1-0/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2-1/+3
2007-10-10r14484: Install more headersJelmer Vernooij1-1/+1
2007-10-10r14381: Kill structs.hJelmer Vernooij1-0/+2
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14309: make sure ret is initialisedAndrew Tridgell1-2/+2
2007-10-10r14308: fixed an out of range shift and an uninitialised errorAndrew Tridgell1-1/+3