summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-10-21Fix AC_SEARCH_LIBS_EXT() usage.Jelmer Vernooij1-3/+2
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij8-2/+26
2008-10-20Fix crypto test.Jelmer Vernooij1-1/+1
2008-10-20Move discard_const hack to memory.hso it can be used by Samba 3.Jelmer Vernooij2-27/+25
2008-10-20Provide two symbols to allow ndrdump compiled by Samba 3 to be used forJelmer Vernooij1-0/+1
2008-10-20Rename BAD to BAD_DATA since the first is already defined on SunOS.Jelmer Vernooij4-42/+42
2008-10-20Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2-0/+3
2008-10-19Use _EXT version of autoconf macro.Jelmer Vernooij1-1/+1
2008-10-19Make sure crypt libs get included.Jelmer Vernooij1-1/+1
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij8-362/+322
2008-10-19Fix segfault when using DEBUG() in the merged build.Jelmer Vernooij1-1/+4
2008-10-19Just call talloc_free directly rather than through a helper function.Jelmer Vernooij1-7/+2
2008-10-19Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij2-299/+298
2008-10-19Move SMB-specific attribute function to SMB client library.Jelmer Vernooij1-46/+2
2008-10-18lib/util: fix strhex_to_data_blob to use data_blob_talloc.Günther Deschner1-1/+1
2008-10-18crypto: fix remaining strhex_to_data_blob callers.Günther Deschner3-11/+14
2008-10-18Add extra parameter consistent with samba3.Jelmer Vernooij2-6/+10
2008-10-18Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij4-138/+172
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2-3/+3
2008-10-18Move ufc to libreplace.Jelmer Vernooij4-0/+784
2008-10-18Move substitute functions to a different file.Jelmer Vernooij3-138/+166
2008-10-18Add libutil README file.Jelmer Vernooij1-0/+6
2008-10-18Fix const, dupes.Jelmer Vernooij1-0/+3
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-10-18Use shared util.c.Jelmer Vernooij3-107/+187
2008-10-18Use common detection function for zlib.Jelmer Vernooij1-0/+29
2008-10-18Add extra argument free_on_fail to realloc_array() in Samba 4, as used by Sam...Jelmer Vernooij3-11/+5
2008-10-18Use the new memory macro file from Samba 3.Jelmer Vernooij3-2/+8
2008-10-18Move some of the memory utility macros to a separate header (for now).Jelmer Vernooij2-69/+94
2008-10-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij1-0/+2
2008-10-14Define inttypes macros if not provided by system.Jelmer Vernooij1-0/+48
2008-10-14Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)Jelmer Vernooij1-0/+1
2008-10-14Use common fusage implementation.Jelmer Vernooij1-4/+9
2008-10-13Remove extraneous comment from 0a33d8bd312cc4497d08bbe0f4dd2abcce67bd0bTim Prouty1-21/+0
2008-10-13Check for f_frsize when using statvfsTim Prouty2-0/+36
2008-10-13Test maxsize parameter to file_load() as used in Samba 3.Jelmer Vernooij1-0/+6
2008-10-13Add test for data_blob_string_const_null.Jelmer Vernooij1-0/+11
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2-0/+20
2008-10-13fix build warnings.Günther Deschner1-2/+2
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij1-1/+1
2008-10-12Move zlib to top-level root.Jelmer Vernooij200-0/+54050
2008-10-12Make util_tdb.h static since it is now used by Samba3.Jelmer Vernooij2-2/+114
2008-10-12Use common util_file code.Jelmer Vernooij4-20/+53
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-233/+27
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij3-0/+555
2008-10-12Add more tests to datablob testsuite.Jelmer Vernooij1-2/+44
2008-10-12Add extra const.Jelmer Vernooij1-1/+1
2008-10-12Add one-test testsuite for datablob.Jelmer Vernooij1-0/+44
2008-10-12Avoid problems with paranoid malloc checker.Jelmer Vernooij1-3/+1
2008-10-12Share data_blob implementation.Jelmer Vernooij2-0/+4