summaryrefslogtreecommitdiffstats
path: root/source/lib/util
Commit message (Expand)AuthorAgeFilesLines
* r22379: add missing fileStefan Metzmacher2007-04-191-0/+94
* r22373: move in_list() to util_strlist.c to remove the dependencyStefan Metzmacher2007-04-192-24/+25
* r22372: split out become_daemon() into it's own functionStefan Metzmacher2007-04-192-67/+2
* r22371: readd discard_const() to lib/util/util.hStefan Metzmacher2007-04-191-0/+27
* r22369: add ZERO_STRUCT() ... macros to lib/util/util.h againStefan Metzmacher2007-04-191-0/+41
* r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-04-171-25/+0
* r22226: move discard_const macros to librelaceStefan Metzmacher2007-04-151-23/+0
* r21740: this fixes the real cause of the large log files we had. The problemAndrew Tridgell2007-03-071-0/+17
* r21688: Add simple tests for genrandJelmer Vernooij2007-03-041-0/+66
* r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij2007-03-023-0/+279
* r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell2007-02-063-3/+3
* r20734: always terminate the string... so that an empty data_blobStefan Metzmacher2007-01-131-0/+1
* r20730: this can be constStefan Metzmacher2007-01-131-1/+1
* r20436: add more comments and add macros signed versions of the 64 bitStefan Metzmacher2006-12-311-3/+9
* r20325: handle NULL strings in is_ipaddress()Stefan Metzmacher2006-12-221-1/+3
* r20091: remove blank lines at the end of text lines loaded from a fileAndrew Tridgell2006-12-091-1/+7
* r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdepe...Jelmer Vernooij2006-11-121-4/+4
* r19671: Fix remaining unresolved symbols in shared library build. Jelmer Vernooij2006-11-111-1/+2
* r19539: Move pidfile to smbd/Jelmer Vernooij2006-11-032-130/+1
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2006-10-281-13/+25
* r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell2006-10-202-0/+551
* r18614: a bit of work done while on the plane.Rafal Szczesniak2006-09-181-0/+22
* r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher2006-09-171-0/+5
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2006-09-071-4/+2
* r18138: LIBREPLACE provides stuff from -ldl so it should depend on itStefan Metzmacher2006-09-061-1/+1
* r18137: more LIBREPLACE depsAndrew Tridgell2006-09-061-0/+1
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2006-09-061-1/+2
* r18126: Fix -ldl dependency problemJelmer Vernooij2006-09-061-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2006-08-303-2/+110
* r17790: replace uses -ldl and should directly depend on itStefan Metzmacher2006-08-241-1/+1
* r17783: fix compiler warningsStefan Metzmacher2006-08-241-1/+5
* r17782: fix compiler warningStefan Metzmacher2006-08-241-0/+2
* r17633: Return NULL at the end of the file, or else we can't tell theAndrew Bartlett2006-08-201-0/+4
* r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett2006-07-251-5/+18
* r17167: indentAndrew Bartlett2006-07-211-1/+1
* r16923: remove unused substitude codeStefan Metzmacher2006-07-102-171/+0
* r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher2006-07-101-0/+4
* r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.Jelmer Vernooij2006-06-261-13/+0
* r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij2006-06-261-9/+0
* r16186: Use full include path to make sure it's being picked up by the Jelmer Vernooij2006-06-131-1/+1
* r16185: Remove autogenerated file from SVN.Jelmer Vernooij2006-06-131-25/+0
* r16052: Add .m4 file for XATTR detection (from ntvfs/posix/config.m4)Andrew Bartlett2006-06-051-0/+32
* r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett2006-06-053-0/+157
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2006-05-241-2/+1
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2006-05-133-3/+3
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2006-05-134-12/+4
* r15564: Fix copyrights (this file was originally based on just a few lines fr...Jelmer Vernooij2006-05-131-3/+1
* r15457: Get rid of more usages of uint_tJelmer Vernooij2006-05-051-3/+3
* r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij2006-05-012-170/+0
* r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2006-05-011-1/+1