summaryrefslogtreecommitdiffstats
path: root/source4/lib/util
Commit message (Collapse)AuthorAgeFilesLines
* r17790: replace uses -ldl and should directly depend on itStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 560a3058e53479133015d1b0a7cd149393c45438)
* r17783: fix compiler warningsStefan Metzmacher2007-10-101-1/+5
| | | | | metze (This used to be commit c999dd02100e59bfd34585850c354ac2e9708cbb)
* r17782: fix compiler warningStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 97f6980372e2d06bdae461c737f9e0279f30b9b9)
* r17633: Return NULL at the end of the file, or else we can't tell theAndrew Bartlett2007-10-101-0/+4
| | | | | | | difference between end of file and a blank line. Andrew Bartlett (This used to be commit 6fd6239a0f16154c13713bf1398b2873d1103335)
* r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett2007-10-101-5/+18
| | | | | Andrew Bartlett (This used to be commit 7c5a25a423da3db982396ac507df985fa934be73)
* r17167: indentAndrew Bartlett2007-10-101-1/+1
| | | | (This used to be commit 4dcdc5a3ad6847be6c6199854121ae4ccadaa673)
* r16923: remove unused substitude codeStefan Metzmacher2007-10-102-171/+0
| | | | | metze (This used to be commit ea88c8c99eff2203d13f9877e590d9d7f2fbb910)
* r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 4c68e315e2288eef97527911daf18622a994ac31)
* r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.Jelmer Vernooij2007-10-101-13/+0
| | | | (This used to be commit 6bc91497827a66af6d9adf26c689e9cc458d8ecf)
* r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij2007-10-101-9/+0
| | | | (This used to be commit c4b3c2b18c6df43c8a4808fab72bc45439ba9421)
* r16186: Use full include path to make sure it's being picked up by theJelmer Vernooij2007-10-101-1/+1
| | | | | dependency generator. (This used to be commit fbbc3b11683d594d31e6487873946b68c2c46923)
* r16185: Remove autogenerated file from SVN.Jelmer Vernooij2007-10-101-25/+0
| | | | (This used to be commit a975f11d452deb2c5e06b8ba02f528b08d2842e1)
* r16052: Add .m4 file for XATTR detection (from ntvfs/posix/config.m4)Andrew Bartlett2007-10-101-0/+32
| | | | | Andrew Bartlett (This used to be commit 9a9c2bc4aaa4afc947fb490f48bf037e03d2f223)
* r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett2007-10-103-0/+157
| | | | | | | the getntacl utility. Andrew Bartlett (This used to be commit b1e0d4747b412929e1d4e24d6d9e504df3ddc824)
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 61c6100617589ac6df4f527877241464cacbf8b3)
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-103-3/+3
| | | | | | | Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems (This used to be commit aa6d66fda69779d1c2948a1aca85dbd5208f1cba)
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2007-10-104-12/+4
| | | | (This used to be commit d72c5c8f755277eb22e1f6834d98202f00c09934)
* r15564: Fix copyrights (this file was originally based on just a few lines ↵Jelmer Vernooij2007-10-101-3/+1
| | | | | | from smb.h) (This used to be commit 045bd55dd992f054606ffacae1580afb817b1e33)
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 849818dcdeb8eaf2eb22fea3896a4f7c777d8c5f)
* r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij2007-10-102-170/+0
| | | | (This used to be commit 68004f68a364ce826ed8cbed0977e631ca60594d)
* r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 49bac12767ca59095ad6609a3826f7f17ddb601c)
* r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij2007-10-102-134/+0
| | | | (This used to be commit 598ea173cd718dad0df24505796ca50cb728a2e9)
* r15318: Don't create empty static libraries as some hosts have trouble with ↵Jelmer Vernooij2007-10-101-1/+2
| | | | | | them. (This used to be commit 1505d7c6001f8a35e728a14af2885b813c32ebe7)
* r15316: I don't understand quite why this function was ever like this, but weAndrew Bartlett2007-10-101-2/+1
| | | | | | | | need to replace every instance of the character. Previously we skipped the first. Andrew Bartlett (This used to be commit 5b58ab98d6b47b7cfd47eb5f7d38dc3724e44ca2)
* r15302: Remove strangely named function "StrnCpy" - strlcpy is available as aJelmer Vernooij2007-10-101-21/+0
| | | | | replacement. (This used to be commit 72237344cf22dacfaf1d87c3e0b922023fa4afb0)
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-6/+6
| | | | | | | | | | Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
* r15295: Fix some dependenciesJelmer Vernooij2007-10-107-725/+104
| | | | | Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. (This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r15257: Look for headers before trying to use them in any tests. ThisJelmer Vernooij2007-10-101-1/+7
| | | | | should fix the OpenBSD build (This used to be commit 6172731af1f91d4e5f9d49284a179b0966ba19ef)
* r15213: Remove helper macro for bcopy() - this causes problemsJelmer Vernooij2007-10-101-5/+0
| | | | | with system headers on some system and is not a security threat (This used to be commit 5d2f845acc069b8435026b4f1c660b5bb0a96823)
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
| | | | | for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
* r15201: Use abs() rather then ABS()Jelmer Vernooij2007-10-101-7/+0
| | | | (This used to be commit 1f3833d041fddaf79cd19d4f236780a02e97f095)
* r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij2007-10-101-14/+0
| | | | | in sys/param.h (This used to be commit 3f0396aade82a92a375275059baf8500de1b23f0)
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-103-8/+8
| | | | (This used to be commit 7af59357b94e3819415b3a9257be0ced745ce130)
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-1/+1
| | | | | | "." for "..". These express the intention better that strcmp or strequal and improve searchability via cscope/ctags. (This used to be commit 7e4ad7e8e5ec266b969e3075c4ad7f021571f24e)
* r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij2007-10-101-0/+9
| | | | (This used to be commit f5e2cc845696b56b9cb6a6c3cad48cd57fcc51c4)
* r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij2007-10-103-10/+18
| | | | | Guarantee availability of __FUNCTION__ in libreplace (This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead)
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-104-4/+4
| | | | | Simplify va_copy() replacement code a bit (This used to be commit a5c87360a7f14a90b831ea372277f4f89ee4c5f1)
* r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij2007-10-101-0/+184
| | | | (This used to be commit bfa396a16056f54163c514da8b34aaf229653765)
* r14992: Allow load_module() to be used externallyJelmer Vernooij2007-10-101-10/+11
| | | | (This used to be commit a9d5d7ab5807d8a50ce8f9e3aeedfd5b6530f3a3)
* r14976: another use of the magic comment recognised by the IBM checker forAndrew Tridgell2007-10-101-0/+1
| | | | | deliberate fall through in switch (This used to be commit 484cea71100cfeef89c8a5670443734ee14c3b8e)
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
* r14612: added strncasecmp_m() and fixed strcasecmp_m() for invalid codepointsAndrew Tridgell2007-10-101-0/+39
| | | | (This used to be commit 12b533450bdb31b57154940898f2f02c49e96ed1)
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-105-163/+10
| | | | | doesn't have to depend on the lp_* functions. (This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07)
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-2/+2
| | | | | subsystems in case a library doesn't make sense. (This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646)
* r14556: Fix some dependenciesJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit b5802770322678d3f9c2044039cc254024612f9b)
* r14511: Install more headersJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-102-1/+3
| | | | (This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
* r14484: Install more headersJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
* r14381: Kill structs.hJelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 1ffb82a7596f989c90df69573083a2c2e28f8808)