summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-12Remove Samba3/Samba4-specific bits.Jelmer Vernooij1-11/+3
2008-10-12Fix other paths to binding.o.Jelmer Vernooij1-4/+4
2008-10-12Ignore generated but unused files.Jelmer Vernooij1-0/+4
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij25-1233/+573
2008-10-12Remove gencache in Samba 4 - it's unused and behind on the Samba 3Jelmer Vernooij2-469/+0
version.
2008-10-12Move zlib to top-level root.Jelmer Vernooij203-14/+5
2008-10-12Remove unused json code.Jelmer Vernooij46-43802/+0
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
This reverts commit f25972832ec9d5a130da9dc060f4c3ed35bda7db.
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
NetBSD.
2008-10-12Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij3-3/+3
file generation.
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
talloc-allocated. Ideally, this memory should be talloc-stolen (and perhaps have DATA_BLOB in the interface everywhere), but that requires some more complex changes so I've just changed it to copy it for now.
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
Conflicts: source3/Makefile.in
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
Conflicts: source4/Makefile
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
Conflicts: source4/Makefile
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
both Samba 3 and Samba 4.
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij8-35/+54
4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory.
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
later.
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