summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13Remove smb_np_structVolker Lendecke8-514/+3
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke9-104/+208
2008-10-13Remove the chain_fsp globalVolker Lendecke5-22/+12
2008-10-13Pass struct smb_request to file_freeVolker Lendecke13-92/+96
on the way to get rid of chain_fsp
2008-10-13Pass struct smb_request to file_newVolker Lendecke8-33/+38
Goal is to remove the chain_fsp global variable
2008-10-13Pass struct smb_request to file_fspVolker Lendecke6-35/+35
The goal is to get rid of the chain_fsp global variable
2008-10-13DSDB cosmetic patches: Some enhancementsMatthias Dieter Wallnöfer2-6/+6
Also, use the constants more in the "ldif_handlers" module.
2008-10-13Revert chunk applied by mistake as part of the cosmetic fixes fromi MathiasSimo Sorce1-1/+1
2008-10-13Test maxsize parameter to file_load() as used in Samba 3.Jelmer Vernooij1-0/+6
2008-10-13Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij26-1446/+653
2008-10-13Add test for data_blob_string_const_null.Jelmer Vernooij1-0/+11
2008-10-13Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer5-14/+14
This commit applies some cosmetic corrections for the DSDB (Directory Server Database).
2008-10-13Share ndr.c implementation.Jelmer Vernooij3-3/+4
2008-10-13Share ndrdump implementation.Jelmer Vernooij8-10/+83
2008-10-13Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij3-12/+12
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-13Import new enum values.Jelmer Vernooij3-3/+12
2008-10-13s3: fix another build warning.Günther Deschner1-4/+4
Guenther
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
null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes.
2008-10-13fix build warnings.Günther Deschner2-3/+3
Guenther
2008-10-13s3: fix the build of registry.so gpext.Günther Deschner1-2/+2
Guenther
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
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