summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Make util_tdb.h static since it is now used by Samba3.Jelmer Vernooij3-3/+114
2008-10-12Use common util_file code.Jelmer Vernooij26-424/+119
2008-10-12Move nmblookup to same location as the rest of the NBT client library.Jelmer Vernooij2-0/+0
2008-10-12Sync util_tdb implementations.Jelmer Vernooij4-547/+44
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij6-3/+4
2008-10-12Use common xfile.h.Jelmer Vernooij2-49/+1
2008-10-12Use common byteorder.h.Jelmer Vernooij3-178/+2
2008-10-12Fix "warning: initialization discards qualifiers from pointer target type"Volker Lendecke1-1/+1
2008-10-12Fix "make etags" -- args list was too long for my etagsVolker Lendecke1-1/+3
2008-10-12Revert "Make get_rpc_pipe() static"Volker Lendecke2-3/+2
2008-10-12Make get_rpc_pipe() staticVolker Lendecke2-2/+3
2008-10-12Remove unused #definesVolker Lendecke1-3/+0
2008-10-12Fix the buildVolker Lendecke1-1/+1
2008-10-12Add more tests to datablob testsuite.Jelmer Vernooij1-2/+44
2008-10-12Use common signal helper implementation.Jelmer Vernooij2-139/+1
2008-10-12Import Winbind NSS file for NetBSD in an attempt to fix the build onJelmer Vernooij1-0/+40
2008-10-12Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij3-3/+3
2008-10-12Fix installation source locations for ../lib/util headers.Jelmer Vernooij1-14/+14
2008-10-12Cope with the fact that the data blobs returned are nowJelmer Vernooij1-4/+20
2008-10-12Fix warning, prototype.Jelmer Vernooij2-2/+2
2008-10-12Add extra const.Jelmer Vernooij1-1/+1
2008-10-12Add one-test testsuite for datablob.Jelmer Vernooij3-0/+46
2008-10-12Avoid problems with paranoid malloc checker.Jelmer Vernooij1-3/+1
2008-10-12Share data_blob implementation.Jelmer Vernooij11-218/+20
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij23-154/+48
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij19-612/+154
2008-10-11Add some simple tests for lib/util/time.cJelmer Vernooij3-0/+77
2008-10-11Make sure x_fdup compiles on Samba 4.Jelmer Vernooij2-2/+3
2008-10-11Support "make test-X" to run all tests that match regex X.Jelmer Vernooij1-0/+3
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij3-419/+31
2008-10-11Remove duplicate copy of dlinklist.h.Jelmer Vernooij3-115/+2
2008-10-11Fix merged build locations.Jelmer Vernooij1-7/+7
2008-10-11Fix include, clean up .o files in ../lib and ../libcliJelmer Vernooij2-2/+2
2008-10-11Clean up properly.Jelmer Vernooij3-2/+4
2008-10-11Fix libutil path.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij142-151/+151
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij65-33/+33
2008-10-11Provide malloc_array() in Samba 4.Jelmer Vernooij1-0/+9
2008-10-11Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij1-1/+1
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij8-35/+54
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
2008-10-11Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij1-1/+1
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij374-13646/+16534
2008-10-11Make use of talloc_tos()Volker Lendecke1-2/+2
2008-10-11Fix some nonempty blank linesVolker Lendecke2-23/+23
2008-10-11Fix a "nexted extern declaration" warningVolker Lendecke1-1/+1
2008-10-10Initialize near creation of resource. Makes code clearer.Jeremy Allison1-0/+2
2008-10-10Ensure we do reinit_after_fork().Jeremy Allison1-0/+5
2008-10-10Allow data flow to be debugged and only log on error. All seems ok now.Jeremy Allison1-8/+40
2008-10-10Async is trickier than it looks :-). Don't use a stack variable for a private...Jeremy Allison1-6/+18