summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Share uuid implementations.Jelmer Vernooij4-229/+2
2008-10-13Share ndr_misc implementations.Jelmer Vernooij4-50/+2
2008-10-13Share ndr_basic implementation.Jelmer Vernooij4-834/+2
2008-10-13Import warning fixes from Samba 3.Jelmer Vernooij1-8/+22
2008-10-13Import changes from upstream libndr.Jelmer Vernooij9-143/+336
2008-10-13Move code specific to Samba 3 to a separate file.Jelmer Vernooij5-159/+184
2008-10-13Import debug macros from Samba 3's libndr.Jelmer Vernooij1-0/+8
2008-10-13s3: fix another build warning.Günther Deschner1-4/+4
2008-10-13Fix bug 5691: SIGBUS on SolarisVolker Lendecke1-1/+4
2008-10-13Use DATA_BLOB instead of "struct data_blob".Jelmer Vernooij1-4/+4
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij8-16/+36
2008-10-13fix build warnings.Günther Deschner2-3/+3
2008-10-13s3: fix the build of registry.so gpext.Günther Deschner1-2/+2
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij8-17/+9
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
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
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