summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Use GUID_from_string.Jelmer Vernooij3-53/+1
2008-10-13Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison4-166/+14
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij9-33/+16
2008-10-13Cope with VFS change.Jeremy Allison1-1/+2
2008-10-14Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-4/+4
2008-10-14Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett45-530/+507
2008-10-14Use common fusage implementation.Jelmer Vernooij3-162/+10
2008-10-14The ldb async merge broke all MMC management utiltiesMatthias Dieter Wallnöfer1-4/+4
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij45-530/+507
2008-10-13Remove extraneous comment from 0a33d8bd312cc4497d08bbe0f4dd2abcce67bd0bTim Prouty1-21/+0
2008-10-13Check for f_frsize when using statvfsTim Prouty2-0/+36
2008-10-13Update the manpage for vfs_smb_traffic_analyzer to include the anonymize_pref...Holger Hetterich1-1/+8
2008-10-13Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison1-7/+5
2008-10-13Enable optional anonymization of user names,Holger Hetterich1-1/+24
2008-10-13Remove the current_spoolss_pipes_open thingy.Volker Lendecke1-17/+0
2008-10-13Make the internal pipe functions staticVolker Lendecke2-16/+8
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
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-13DSDB cosmetic patches: Some enhancementsMatthias Dieter Wallnöfer2-6/+6
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
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
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