summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Share security.idl.Jelmer Vernooij1-394/+0
2008-10-15Share misc.idl.Jelmer Vernooij2-55/+1
2008-10-15Share idl_types.h.Jelmer Vernooij3-83/+16
2008-10-15Regenerated pidl output.Jelmer Vernooij3-0/+43
2008-10-15Sync misc.idl with Samba 4.Jelmer Vernooij1-0/+18
2008-10-15Fix typo.Jelmer Vernooij1-1/+1
2008-10-15Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij5-2276/+0
2008-10-14Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison1-26/+157
2008-10-15Build zlib (required for ndr_compression) if it's not pulled in throughJelmer Vernooij2-1/+41
2008-10-14Note url explaining this code.Jeremy Allison1-0/+4
2008-10-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2-515/+5
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij5-39/+48
2008-10-14Fix include path.Jelmer Vernooij1-1/+1
2008-10-14Share ndr_krb5pac implementation.Jelmer Vernooij2-141/+1
2008-10-14Compile lzcompress (required for ndr_compression)Jelmer Vernooij1-1/+2
2008-10-14Share ndr_compression.c.Jelmer Vernooij3-345/+1
2008-10-14Remove unused file.Jelmer Vernooij1-1438/+0
2008-10-14Fix merged build .Jelmer Vernooij3-33/+21
2008-10-14Fix pkg-config file location.Jelmer Vernooij1-1/+1
2008-10-14Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-1135/+4
2008-10-14Give the user a hint about whether a merged build would be possible.Jelmer Vernooij2-1/+21
2008-10-14Allow auto-detect if --enable-merged-build was not specified.Jelmer Vernooij1-1/+2
2008-10-14s3-build: add and use IDL_PATH while building IDL files.Günther Deschner2-4/+4
2008-10-14Remove unused file.Jelmer Vernooij1-1113/+0
2008-10-14Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2-12/+1
2008-10-14Remove unused types.Jelmer Vernooij1-17/+0
2008-10-14Remove unused header file.Jelmer Vernooij1-1/+0
2008-10-14s3-build: fix init_samba_module missing proto warning.Günther Deschner1-0/+1
2008-10-14Remove unused stuffVolker Lendecke1-12/+0
2008-10-14Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij2-42/+9
2008-10-14Remove define for VOLATILE, volatile is already provided by libreplace.Jelmer Vernooij3-14/+2
2008-10-14MAXHOSTNAMELEN is already provided by libreplace if not by the system.Jelmer Vernooij1-8/+0
2008-10-14Remove unused data type schar. If we really need this, it should probably be ...Jelmer Vernooij1-6/+0
2008-10-14Use GUID_random.Jelmer Vernooij3-13/+1
2008-10-14Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-1/+2
2008-10-14Use GUID_from_string.Jelmer Vernooij3-53/+1
2008-10-13Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2-158/+1
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-14Use common fusage implementation.Jelmer Vernooij2-158/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij45-530/+507
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