summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-10-15move svcctl to main idl directory.Günther Deschner2-530/+1
Guenther
2008-10-15s3-build: add regenerated files.Günther Deschner2-2/+2
Guenther
2008-10-15s3-libgpo: fix build for security cse.Günther Deschner1-1/+1
Guenther
2008-10-15s3-build: fix make samba3-idl.Günther Deschner1-1/+1
Guenther
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-2/+2
2008-10-15Share security.idl.Jelmer Vernooij1-394/+0
2008-10-14Fixed "argument differ in signedness" warning on linuxTim Prouty1-2/+2
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 ↵Jeremy Allison1-26/+157
inheritance", based on a patch from Paul Fertser <fercerpav@gmail.com>. I also added the ability to get/set hex and symbolic inheritance flag names on ACE flags. I'm still investigating the effects of setting the "SEC_DESC_DACL_AUTO_INHERIT_REQ" flag as I don't yet see what effects this is having on the ACE sent. Jeremy.
2008-10-15Build zlib (required for ndr_compression) if it's not pulled in throughJelmer Vernooij2-1/+41
other means.
2008-10-14Note url explaining this code.Jeremy Allison1-0/+4
Jeremy.
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
Guenther
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
Guenther
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
libreplace for {u,}int{8,16,32,64} defines.
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
typedeffed to int8_t.
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
Jeremy.
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
Jeremy.
2008-10-13Enable optional anonymization of user names,Holger Hetterich1-1/+24
if the configuration parameter anonymization_prefix is defined in smb.conf, and use the prefix given there.
2008-10-13Remove the current_spoolss_pipes_open thingy.Volker Lendecke1-17/+0
I looked at a checkout from 2002 and even there it did not what it was supposed to do. Sadly this also removes one of the nicest comments in the whole Samba code :-)