Fix includes.
[samba.git] / lib /
2008-10-14 Jelmer VernooijShare libndr.h between Samba 3 and Samba 4.
2008-10-14 Jelmer VernooijDefine inttypes macros if not provided by system.
2008-10-14 Jelmer VernooijDefine __STDC_FORMAT_MACROS, required for PRIu64 define...
2008-10-14 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-14 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-14 Jelmer VernooijUse common fusage implementation.
2008-10-13 Tim ProutyRemove extraneous comment from 0a33d8bd312cc4497d08bbe0...
2008-10-13 Tim ProutyCheck for f_frsize when using statvfs
2008-10-13 Jelmer VernooijTest maxsize parameter to file_load() as used in Samba 3.
2008-10-13 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijAdd test for data_blob_string_const_null.
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-10-12 Günther Deschnerfix build warnings.
2008-10-12 Jelmer VernooijFix number of arguments for file_load() functions.
2008-10-12 Jelmer VernooijMove zlib to top-level root.
2008-10-12 Jelmer VernooijMake util_tdb.h static since it is now used by Samba3.
2008-10-12 Jelmer VernooijUse common util_file code.
2008-10-12 Jelmer VernooijSync util_tdb implementations.
2008-10-12 Jelmer VernooijMove rbtree.[ch] to lib/util.
2008-10-12 Jelmer VernooijAdd more tests to datablob testsuite.
2008-10-12 Jelmer VernooijAdd extra const.
2008-10-11 Jelmer VernooijAdd one-test testsuite for datablob.
2008-10-11 Jelmer VernooijAvoid problems with paranoid malloc checker.
2008-10-11 Jelmer VernooijShare data_blob implementation.
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijAdd some simple tests for lib/util/time.c
2008-10-11 Jelmer VernooijMake sure x_fdup compiles on Samba 4.
2008-10-11 Jelmer VernooijUse xfile from common lib/util in Samba 3.
2008-10-11 Jelmer VernooijRemove duplicate copy of dlinklist.h.
2008-10-11 Jelmer VernooijClean up properly.
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-10-11 Jelmer VernooijMove lib/util from source4 to top-level libutil.
2008-10-11 Jelmer VernooijUse data_blob() for now, since it seems to be the only...
2008-10-11 Jelmer VernooijMake sure to allocate copy for arc4 data, to avoid...
2008-10-11 Jelmer VernooijPrevent errors with data_blob() being a macro in s4...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijFix subunit files location after cherrypicks.
2008-10-08 Jelmer VernooijFix path apparently gone wrong by cherrypick.
2008-10-08 Jelmer VernooijMove all subunit files to lib directory.
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMove subunit helper utility to specific subunit directory.
2008-10-07 Tim ProutyChanged variable name from f19086872ec734fff3f2119712ff...
2008-10-07 Tim ProutyFixed "declaration shadows global declaration" warnings.
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-01 Jelmer VernooijFix some syntax errors for use with ReST.
2008-09-29 Stefan Metzmacherlib/tdb: increase the version number after some critial...
2008-09-24 Jelmer VernooijAdd separate header file for arcfour.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijFix include paths.
2008-09-24 Jelmer VernooijUse common arcfour implementation.
2008-09-24 Jelmer VernooijUse shared copy of hmac5 implementation.
2008-09-24 Jelmer VernooijMove source4/lib/crypto to lib/crypto.
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Stefan Metzmacherlib/talloc: move main() out of testsuite.c
2008-09-21 Stefan Metzmacherlibreplace: move main() out of testsuite.c
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-19 Simo SorceAdd shared-build target to tdb.
2008-09-19 Simo SorceAdd shared-build target to talloc.
2008-09-19 Simo SorceFix standalone builds adjusting to new relative path.
2008-09-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-19 Jelmer VernooijProvide tdb.open and ldb.open python functions.
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijFix finding of popt sources for systems that don't...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijFix merged build.
2008-09-17 Jelmer VernooijAdd simple README file.
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.