Import NTSTATUS defines from Samba 3.
[kai/samba.git] / lib / util /
2008-10-23 Jelmer VernooijImport NTSTATUS defines from Samba 3.
2008-10-22 Günther Deschners3-build: temporarily add asn1_proto file.
2008-10-22 Günther Deschnerlib-util: merge from s3 asn1.
2008-10-22 Günther Deschnerlib-util: fix c++ compile warning.
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-20 Jelmer VernooijMove discard_const hack to memory.hso it can be used...
2008-10-20 Jelmer VernooijProvide two symbols to allow ndrdump compiled by Samba...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijFix segfault when using DEBUG() in the merged build.
2008-10-19 Jelmer VernooijJust call talloc_free directly rather than through...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove more functions out of util_str.c into the shared...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove SMB-specific attribute function to SMB client...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Günther Deschnerlib/util: fix strhex_to_data_blob to use data_blob_talloc.
2008-10-18 Jelmer VernooijAdd extra parameter consistent with samba3.
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijAdd TALLOC_CTX pointer to strhex_to_data_blob for consi...
2008-10-18 Jelmer VernooijMove substitute functions to a different file.
2008-10-18 Jelmer VernooijAdd libutil README file.
2008-10-18 Jelmer VernooijFix const, dupes.
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-10-18 Jelmer VernooijUse shared util.c.
2008-10-18 Jelmer VernooijAdd extra argument free_on_fail to realloc_array()...
2008-10-18 Jelmer VernooijUse the new memory macro file from Samba 3.
2008-10-18 Jelmer VernooijMove some of the memory utility macros to a separate...
2008-10-14 Jelmer VernooijShare libndr.h between Samba 3 and Samba 4.
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 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.