summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Pass struct smb_request to file_newVolker Lendecke8-33/+38
2008-10-13Pass struct smb_request to file_fspVolker Lendecke6-35/+35
2008-10-13Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij12-1417/+600
2008-10-13Share ndr.c implementation.Jelmer Vernooij1-1/+1
2008-10-13Share ndrdump implementation.Jelmer Vernooij5-8/+79
2008-10-13Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij2-10/+11
2008-10-13Share uuid implementations.Jelmer Vernooij2-228/+1
2008-10-13Share ndr_misc implementations.Jelmer Vernooij2-49/+1
2008-10-13Share ndr_basic implementation.Jelmer Vernooij2-833/+1
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 new enum values.Jelmer Vernooij3-3/+12
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 Vernooij6-16/+16
2008-10-13fix build warnings.Günther Deschner1-1/+1
2008-10-13s3: fix the build of registry.so gpext.Günther Deschner1-2/+2
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-12Share RPC binding string utility functions.Jelmer Vernooij22-1227/+566
2008-10-12Move zlib to top-level root.Jelmer Vernooij2-13/+4
2008-10-12Use common util_file code.Jelmer Vernooij17-398/+60
2008-10-12Sync util_tdb implementations.Jelmer Vernooij3-314/+17
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij5-557/+3
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-12Use common signal helper implementation.Jelmer Vernooij2-139/+1
2008-10-12Cope with the fact that the data blobs returned are nowJelmer Vernooij1-4/+20
2008-10-12Fix warning, prototype.Jelmer Vernooij1-1/+1
2008-10-12Share data_blob implementation.Jelmer Vernooij9-218/+16
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij7-118/+11
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij17-592/+41
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij2-418/+1
2008-10-11Remove duplicate copy of dlinklist.h.Jelmer Vernooij2-114/+1
2008-10-11Fix merged build locations.Jelmer Vernooij1-7/+7
2008-10-11Clean up properly.Jelmer Vernooij1-1/+3
2008-10-11Fix libutil path.Jelmer Vernooij1-1/+1
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij3-9/+18
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij124-4865/+4543
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